2019-04-18 17:09:18 +02:00
|
|
|
int obsessive_compulsive_host_check_processor(host *hst)
|
|
|
|
{ return OK; }
|
|
|
|
|
|
|
|
int obsessive_compulsive_service_check_processor(service *svc)
|
|
|
|
{ return OK; }
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef TEST_CHECKS_C
|
|
|
|
|
|
|
|
int handle_host_event(host *hst)
|
|
|
|
{ return OK; }
|
|
|
|
|
|
|
|
int handle_service_event(service *svc)
|
|
|
|
{ return OK; }
|
|
|
|
|
|
|
|
#endif
|