Home
last modified time | relevance | path

Searched refs:host_inter_check_delay (Results 1 – 14 of 14) sorted by relevance

/dports/net-mgmt/nagios4/nagios-4.4.6/base/
H A Devents.c429 scheduling_info.host_inter_check_delay = 0.0; in init_timing_loop()
435 scheduling_info.host_inter_check_delay = 1.0; in init_timing_loop()
459 scheduling_info.host_inter_check_delay = scheduling_info.average_host_inter_check_delay; in init_timing_loop()
463 if(scheduling_info.host_inter_check_delay > max_inter_check_delay) in init_timing_loop()
464 scheduling_info.host_inter_check_delay = max_inter_check_delay; in init_timing_loop()
467 scheduling_info.host_inter_check_delay = 0.0; in init_timing_loop()
472 …GL_EVENTS, 2, "Host inter-check delay: %0.2f sec\n", scheduling_info.host_inter_check_delay); in init_timing_loop()
506 check_delay = mult_factor * scheduling_info.host_inter_check_delay; in init_timing_loop()
654 printf("Host inter-check delay: %.2f sec\n", scheduling_info.host_inter_check_delay); in display_scheduling_info()
H A Dconfig.c750 scheduling_info.host_inter_check_delay = strtod(value, NULL); in read_main_config_file()
751 if(scheduling_info.host_inter_check_delay <= 0.0) { in read_main_config_file()
/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Devents.c457 scheduling_info.host_inter_check_delay = 0.0; in init_timing_loop()
463 scheduling_info.host_inter_check_delay = 1.0; in init_timing_loop()
487 scheduling_info.host_inter_check_delay = scheduling_info.average_host_inter_check_delay; in init_timing_loop()
491 if(scheduling_info.host_inter_check_delay > max_inter_check_delay) in init_timing_loop()
492 scheduling_info.host_inter_check_delay = max_inter_check_delay; in init_timing_loop()
495 scheduling_info.host_inter_check_delay = 0.0; in init_timing_loop()
500 …GL_EVENTS, 2, "Host inter-check delay: %0.2f sec\n", scheduling_info.host_inter_check_delay); in init_timing_loop()
537 …host->next_check = (time_t)(current_time + (mult_factor * scheduling_info.host_inter_check_delay)); in init_timing_loop()
695 printf("Host inter-check delay: %.2f sec\n", scheduling_info.host_inter_check_delay); in display_scheduling_info()
H A Dconfig.c923 scheduling_info.host_inter_check_delay = strtod(value, NULL); in read_main_config_file()
924 if(scheduling_info.host_inter_check_delay <= 0.0) { in read_main_config_file()
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-2x/
H A Dnagios.h422 double host_inter_check_delay; member
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios/
H A Dnagios.h398 double host_inter_check_delay; member
/dports/net-mgmt/nagios/nagios-3.5.1/include/
H A Dnagios.h361 double host_inter_check_delay; member
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-3x/
H A Dnagios.h361 double host_inter_check_delay; member
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/include/
H A Dnagios.h391 double host_inter_check_delay; member
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/include/
H A Dnagios.h391 double host_inter_check_delay; member
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios4/
H A Dobjects.h191 double host_inter_check_delay; member
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-4x/
H A Dobjects.h195 double host_inter_check_delay; member
/dports/net-mgmt/nagios4/nagios-4.4.6/include/
H A Dobjects.h198 double host_inter_check_delay; member
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/src/
H A Dndomod.c5391 ,scheduling_info.host_inter_check_delay