%attribute number "notification_interval",
%attribute name(TimePeriod) "notification_period",
+ %attribute number "flapping_threshold",
+
%attribute array "servicegroups" {
%attribute name(ServiceGroup) "*"
},
%attribute number "notification_interval",
%attribute name(TimePeriod) "notification_period",
+ %attribute number "flapping_threshold",
+
%attribute number "notification_type_filter",
%attribute number "notification_state_filter",
%attribute number "notification_interval",
%attribute name(TimePeriod) "notification_period",
+ %attribute number "flapping_threshold",
+
%attribute array "hostdependencies" {
%attribute name(Host) "*"
},
RegisterAttribute("flapping_negative", Attribute_Replicated, &m_FlappingNegative);
RegisterAttribute("flapping_lastchange", Attribute_Replicated, &m_FlappingLastChange);
RegisterAttribute("flapping_threshold", Attribute_Config, &m_FlappingThreshold);
- RegisterAttribute("enable_flapping", Attribute_Config, &m_EnableFlapping);
+ RegisterAttribute("enable_flapping", Attribute_Replicated, &m_EnableFlapping);
SetSchedulingOffset(rand());