Home
last modified time | relevance | path

Searched refs:have_max_active_host_state_change (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/nagios4/nagios-4.4.6/base/
H A Dnagiostats.c90 static int have_max_active_host_state_change = FALSE; variable
980 … if(have_max_active_host_state_change == FALSE || max_active_host_state_change < state_change) { in read_status_file()
981 have_max_active_host_state_change = TRUE; in read_status_file()
/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Dnagiostats.c94 int have_max_active_host_state_change = FALSE; variable
1012 … if(have_max_active_host_state_change == FALSE || max_active_host_state_change < state_change) { in read_status_file()
1013 have_max_active_host_state_change = TRUE; in read_status_file()