nagios4/t-tap/stub_flapping.c
2017-05-19 22:22:40 +02:00

8 lines
320 B
C

/* Stub for base/flapping.c */
void disable_service_flap_detection(service *svc) {}
void disable_host_flap_detection(host *hst) {}
void disable_flap_detection_routines(void) {}
void enable_flap_detection_routines(void) {}
void enable_service_flap_detection(service *svc) {}
void enable_host_flap_detection(host *hst) {}