2019-04-18 17:09:18 +02:00
|
|
|
int update_service_status(service *svc, int aggregated_dump)
|
|
|
|
{ return OK; }
|
|
|
|
|
|
|
|
int update_host_status(host *hst, int aggregated_dump)
|
|
|
|
{ return OK; }
|
|
|
|
|
|
|
|
int update_contact_status(contact *cntct, int aggregated_dump)
|
|
|
|
{ return OK; }
|
|
|
|
|
|
|
|
int update_all_status_data(void)
|
|
|
|
{ return OK; }
|
|
|
|
|
|
|
|
|
2017-05-19 23:37:19 +02:00
|
|
|
#if !(defined(TEST_CHECKS_C) || defined(TEST_EVENTS_C))
|
2019-04-18 17:09:18 +02:00
|
|
|
|
|
|
|
int update_program_status(int aggregated_dump)
|
|
|
|
{ return OK; }
|
|
|
|
|
2017-05-19 23:37:19 +02:00
|
|
|
#endif
|