Home
last modified time | relevance | path

Searched refs:EVENT_SCHEDULED_DOWNTIME (Results 1 – 16 of 16) sorted by relevance

/dports/net-mgmt/nagios/nagios-3.5.1/common/
H A Ddowntime.c209 if(temp_event->event_type != EVENT_SCHEDULED_DOWNTIME) in unschedule_downtime()
355 …schedule_new_event(EVENT_SCHEDULED_DOWNTIME, TRUE, temp_downtime->start_time, FALSE, 0, NULL, FALS… in register_downtime()
598 …schedule_new_event(EVENT_SCHEDULED_DOWNTIME, TRUE, event_time, FALSE, 0, NULL, FALSE, (void *)new_… in handle_scheduled_downtime()
658 …schedule_new_event(EVENT_SCHEDULED_DOWNTIME, TRUE, temp_downtime->flex_downtime_start, FALSE, 0, N… in check_pending_flex_host_downtime()
713 …schedule_new_event(EVENT_SCHEDULED_DOWNTIME, TRUE, temp_downtime->flex_downtime_start, FALSE, 0, N… in check_pending_flex_service_downtime()
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios4/
H A Dnagios.h357 #define EVENT_SCHEDULED_DOWNTIME 9 /* scheduled host or service downtime */ macro
383 type == EVENT_SCHEDULED_DOWNTIME ? "SCHEDULED_DOWNTIME" : \
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-4x/
H A Dnagios.h358 #define EVENT_SCHEDULED_DOWNTIME 9 /* scheduled host or service downtime */ macro
384 type == EVENT_SCHEDULED_DOWNTIME ? "SCHEDULED_DOWNTIME" : \
/dports/net-mgmt/nagios/nagios-3.5.1/include/
H A Dnagios.h237 #define EVENT_SCHEDULED_DOWNTIME 9 /* scheduled host or service downtime */ macro
258 type == EVENT_SCHEDULED_DOWNTIME ? "EVENT_SCHEDULED_DOWNTIME" : \
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-3x/
H A Dnagios.h237 #define EVENT_SCHEDULED_DOWNTIME 9 /* scheduled host or service downtime */ macro
258 type == EVENT_SCHEDULED_DOWNTIME ? "EVENT_SCHEDULED_DOWNTIME" : \
/dports/net-mgmt/nagios4/nagios-4.4.6/include/
H A Dnagios.h365 #define EVENT_SCHEDULED_DOWNTIME 9 /* scheduled host or service downtime */ macro
391 type == EVENT_SCHEDULED_DOWNTIME ? "SCHEDULED_DOWNTIME" : \
/dports/net-mgmt/nagios4/nagios-4.4.6/common/
H A Ddowntime.c488 …temp_downtime->start_event = schedule_new_event(EVENT_SCHEDULED_DOWNTIME, TRUE, temp_downtime->sta… in register_downtime()
733 …schedule_new_event(EVENT_SCHEDULED_DOWNTIME, TRUE, event_time, FALSE, 0, NULL, FALSE, (void *)new_… in handle_scheduled_downtime()
792 …temp_downtime->start_event = schedule_new_event(EVENT_SCHEDULED_DOWNTIME, TRUE, temp_downtime->fle… in check_pending_flex_host_downtime()
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-2x/
H A Dnagios.h324 #define EVENT_SCHEDULED_DOWNTIME 9 /* scheduled host or service downtime */ macro
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios/
H A Dnagios.h298 #define EVENT_SCHEDULED_DOWNTIME 9 /* scheduled host or service downtime */ macro
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/include/
H A Dnagios.h292 #define EVENT_SCHEDULED_DOWNTIME 9 /* scheduled host or service downtime */ macro
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/include/
H A Dnagios.h292 #define EVENT_SCHEDULED_DOWNTIME 9 /* scheduled host or service downtime */ macro
/dports/net-mgmt/nagios4/nagios-4.4.6/base/
H A Devents.c1303 case EVENT_SCHEDULED_DOWNTIME: in handle_timed_event()
/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Devents.c1391 case EVENT_SCHEDULED_DOWNTIME: in handle_timed_event()
H A Dutils.c4268 if(this_event->event_type == EVENT_SCHEDULED_DOWNTIME) in free_memory()
4281 if(this_event->event_type == EVENT_SCHEDULED_DOWNTIME) in free_memory()
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/src/
H A Ddbhandlers.c779 …if(event_type==EVENT_SERVICE_CHECK || (event_type==EVENT_SCHEDULED_DOWNTIME && idi->buffered_input… in ndo2db_handle_timedeventdata()
781 …if(event_type==EVENT_HOST_CHECK || (event_type==EVENT_SCHEDULED_DOWNTIME && (idi->buffered_input[N… in ndo2db_handle_timedeventdata()
H A Dndomod.c1901 case EVENT_SCHEDULED_DOWNTIME: in ndomod_broker_data()