Home
last modified time | relevance | path

Searched refs:is_service_result_fresh (Results 1 – 10 of 10) sorted by relevance

/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios4/
H A Dnagios.h520 int is_service_result_fresh(service *, time_t, int); /* determines if a service's check …
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios/
H A Dnagios.h533 int is_service_result_fresh(service *,time_t,int); /* determines if a service's check …
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-4x/
H A Dnagios.h522 int is_service_result_fresh(service *, time_t, int); /* determines if a service's check …
/dports/net-mgmt/nagios/nagios-3.5.1/include/
H A Dnagios.h486 int is_service_result_fresh(service *, time_t, int); /* determines if a service's check …
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-3x/
H A Dnagios.h486 int is_service_result_fresh(service *, time_t, int); /* determines if a service's check …
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/include/
H A Dnagios.h526 int is_service_result_fresh(service *,time_t,int); /* determines if a service's check …
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/include/
H A Dnagios.h526 int is_service_result_fresh(service *,time_t,int); /* determines if a service's check …
/dports/net-mgmt/nagios4/nagios-4.4.6/include/
H A Dnagios.h534 int is_service_result_fresh(service *, time_t, int); /* determines if a service's check …
/dports/net-mgmt/nagios4/nagios-4.4.6/base/
H A Dchecks.c752 if (is_service_result_fresh(svc, current_time, FALSE) == TRUE) { in service_fresh_check()
2103 if (is_service_result_fresh(temp_service, current_time, TRUE) == FALSE) { in check_service_result_freshness()
2120 int is_service_result_fresh(service *temp_service, time_t current_time, int log_this) in is_service_result_fresh() function
/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Dchecks.c959 …if((queued_check_result->check_options & CHECK_OPTION_FRESHNESS_CHECK) && is_service_result_fresh(… in handle_async_service_check_result()
1998 if(is_service_result_fresh(temp_service, current_time, TRUE) == FALSE) { in check_service_result_freshness()
2015 int is_service_result_fresh(service *temp_service, time_t current_time, int log_this) { in is_service_result_fresh() function