nagios4/t-tap/stub_perfdata.c

12 lines
249 B
C
Raw Permalink Normal View History

2019-04-18 17:09:18 +02:00
int update_host_performance_data(host *hst)
{ return OK; }
int update_service_performance_data(service *svc)
{ return OK; }
int initialize_performance_data(const char *cfgfile)
{ return OK; }
int cleanup_performance_data(void)
{ return OK; }