From ce00081a576b7224b78a181884d9c01dd02cbffd Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 30 Jan 2015 15:23:55 +0100 Subject: [PATCH] Add enable_event_handlers attribute in status.dat fixes #8321 --- lib/compat/statusdatawriter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/compat/statusdatawriter.cpp b/lib/compat/statusdatawriter.cpp index ffca99beb..b2283918e 100644 --- a/lib/compat/statusdatawriter.cpp +++ b/lib/compat/statusdatawriter.cpp @@ -818,6 +818,7 @@ void StatusDataWriter::StatusTimerHandler(void) "\t" "check_service_freshness=1" "\n" "\t" "check_host_freshness=1" "\n" "\t" "enable_notifications=" << (IcingaApplication::GetInstance()->GetEnableNotifications() ? 1 : 0) << "\n" + "\t" "enable_event_handlers=" << (IcingaApplication::GetInstance()->GetEnableEventHandlers() ? 1 : 0) << "\n" "\t" "enable_flap_detection=" << (IcingaApplication::GetInstance()->GetEnableFlapping() ? 1 : 0) << "\n" "\t" "enable_failure_prediction=0" "\n" "\t" "process_performance_data=" << (IcingaApplication::GetInstance()->GetEnablePerfdata() ? 1 : 0) << "\n"