Module: check_mk
Branch: master
Commit: db2e067f6ab43c33f8ef3f23228d33d46fc02df2
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=db2e067f6ab43c…
Author: Marcel Schulte <ms(a)mathias-kettner.de>
Date: Wed Jan 24 21:16:01 2018 +0100
Changed warning text from "event handlers" to "alert handlers"
Change-Id: I175e160def93dfb763d6fae0a6f5c30b239062ba
---
checks/livestatus_status | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/checks/livestatus_status b/checks/livestatus_status
index 81f0262..6d7d6a3 100644
--- a/checks/livestatus_status
+++ b/checks/livestatus_status
@@ -137,7 +137,7 @@ def check_livestatus_status(item, params, parsed):
("accept_passive_service_checks", "Passive service checks are
disabled"),
("check_host_freshness", "Host freshness checking is
disabled"),
("check_service_freshness", "Service freshness checking is
disabled"),
- ("enable_event_handlers", "Event handlers are
disabled"),
+ ("enable_event_handlers", "Alert handlers are
disabled"),
("enable_flap_detection", "Flap detection is
disabled"),
("enable_notifications", "Notifications are
disabled"),
("process_performance_data", "Performance data is
disabled"),