nagios4/t-tap/stub_sehandlers.c
2017-05-19 23:37:19 +02:00

5 lines
228 B
C

int obsessive_compulsive_host_check_processor(host *hst) {}
int obsessive_compulsive_service_check_processor(service *svc) { return OK; }
int handle_host_event(host *hst) {}
int handle_service_event(service *svc) { return OK; }