From 5d0fa0f6c91b83568397e592a2bc823be1d96e36 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sat, 9 Mar 2013 00:01:04 +0100 Subject: [PATCH] Removed dummy timeperiod definition. --- components/compat/compatcomponent.cpp | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/components/compat/compatcomponent.cpp b/components/compat/compatcomponent.cpp index 7bfc4ddc6..1978f72b8 100644 --- a/components/compat/compatcomponent.cpp +++ b/components/compat/compatcomponent.cpp @@ -308,8 +308,7 @@ void CompatComponent::DumpHostObject(ostream& fp, const Host::Ptr& host) << "\t" << "passive_checks_enabled" << "\t" << (hc->GetEnablePassiveChecks() ? 1 : 0) << "\n" << "\t" << "notifications_enabled" << "\t" << (hc->GetEnableNotifications() ? 1 : 0) << "\n" << "\t" << "notification_options" << "\t" << "d,u,r" << "\n" - << "\t" << "notification_interval" << "\t" << hc->GetNotificationInterval() << "\n" - << "\t" << "notification_period" << "\t" << "24x7" << "\n"; + << "\t" << "notification_interval" << "\t" << hc->GetNotificationInterval() << "\n"; } else { fp << "\t" << "check_interval" << "\t" << 60 << "\n" << "\t" << "retry_interval" << "\t" << 60 << "\n" @@ -433,7 +432,6 @@ void CompatComponent::DumpServiceObject(ostream& fp, const Service::Ptr& service << "\t" << "notifications_enabled" << "\t" << (service->GetEnableNotifications() ? 1 : 0) << "\n" << "\t" << "notification_options" << "\t" << "u,w,c,r" << "\n" << "\t" << "notification_interval" << "\t" << service->GetNotificationInterval() << "\n" - << "\t" << "notification_period" << "\t" << "24x7" << "\n" << "\t" << "}" << "\n" << "\n"; } @@ -517,19 +515,6 @@ void CompatComponent::StatusTimerHandler(void) << "# This file is auto-generated. Do not modify this file." << "\n" << "\n"; - objectfp << "define timeperiod {" - << "\t" << "timeperiod_name" << "\t" << "24x7" << "\n" - << "\t" << "sunday" << "\t" << "00:00-24:00" << "\n" - << "\t" << "monday" << "\t" << "00:00-24:00" << "\n" - << "\t" << "tuesday" << "\t" << "00:00-24:00" << "\n" - << "\t" << "wednesday" << "\t" << "00:00-24:00" << "\n" - << "\t" << "thursday" << "\t" << "00:00-24:00" << "\n" - << "\t" << "friday" << "\t" << "00:00-24:00" << "\n" - << "\t" << "saturday" << "\t" << "00:00-24:00" << "\n" - << "\t" << "}" << "\n" - << "\n"; - - BOOST_FOREACH(const DynamicObject::Ptr& object, DynamicType::GetObjects("Host")) { Host::Ptr host = static_pointer_cast(object); -- 2.40.0