2017-05-19 22:22:40 +02:00
|
|
|
int obsessive_compulsive_host_check_processor(host *hst) {}
|
2017-05-19 23:37:19 +02:00
|
|
|
int obsessive_compulsive_service_check_processor(service *svc) { return OK; }
|
2017-05-19 22:22:40 +02:00
|
|
|
int handle_host_event(host *hst) {}
|
2017-05-19 23:37:19 +02:00
|
|
|
int handle_service_event(service *svc) { return OK; }
|