Module: check_mk
Branch: master
Commit: 59e15e0394e792731d1a2ceae36a3361fd7615f2
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=59e15e0394e792…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Mon Apr 9 09:00:07 2018 +0200
Fixed typos in EC.
Change-Id: I9608cfd2f57c991de02a9d7b1f8cb67a9c48e906
---
cmk/ec/main.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmk/ec/main.py b/cmk/ec/main.py
index 7b01653..9f889fe 100644
--- a/cmk/ec/main.py
+++ b/cmk/ec/main.py
@@ -2951,7 +2951,7 @@ class EventServer(ECServerThread):
if self._handle_event_limit("by_rule", event):
return False
- self._event_status.new_event(self._table_event, event)
+ self._event_status.new_event(self._table_events, event)
return True
# The following actions can be configured:
@@ -3003,7 +3003,7 @@ class EventServer(ECServerThread):
if "overflow" in action:
self.logger.info(" Creating overflow event")
- self._event_status.new_event(self._table_event, overflow_event)
+ self._event_status.new_event(self._table_events, overflow_event)
if "notify" in action:
self.logger.info(" Creating overflow notification")