Home
last modified time | relevance | path

Searched refs:accept_passive_host_checks (Results 1 – 25 of 72) sorted by relevance

123

/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/src/
H A DTableStatus.cc48 extern int accept_passive_host_checks;
184 &accept_passive_host_checks)); in TableStatus()
/dports/net-mgmt/icinga2/icinga2-2.13.2/test/livestatus/queries/status/
H A Dchecks2 Columns: accept_passive_host_checks accept_passive_service_checks execute_host_checks execute_servi…
/dports/net-mgmt/nagios4/nagios-4.4.6/t/etc/
H A Dnagios-test-downtime.cfg68 accept_passive_host_checks=1
H A Dnagios-test-events.cfg68 accept_passive_host_checks=1
H A Dnagios-hosturgencies.cfg68 accept_passive_host_checks=1
H A Dnagios-no-status.cfg68 accept_passive_host_checks=1
H A Dnagios-empty-groups.cfg68 accept_passive_host_checks=1
H A Dnagios-with-generated-status.cfg68 accept_passive_host_checks=1
H A Dnagios.cfg68 accept_passive_host_checks=1
H A Dnagios-no-service.cfg68 accept_passive_host_checks=1
H A Dnagios-no-contactgroup.cfg68 accept_passive_host_checks=1
/dports/net-mgmt/nagios4/nagios-4.4.6/t-tap/smallconfig/
H A Dnagios.cfg68 accept_passive_host_checks=1
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-2x/
H A Dstatusdata.h83 int accept_passive_host_checks; member
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios/
H A Dstatusdata.h87 int accept_passive_host_checks; member
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-3x/
H A Dstatusdata.h85 int accept_passive_host_checks; member
/dports/net-mgmt/nagios/nagios-3.5.1/include/
H A Dstatusdata.h85 int accept_passive_host_checks; member
/dports/net-mgmt/nagios/nagios-3.5.1/xdata/
H A Dxsddefault.c61 int accept_passive_host_checks; variable
85 extern int accept_passive_host_checks;
428 fprintf(fp, "\tpassive_host_checks_enabled=%d\n", accept_passive_host_checks); in xsddefault_save_status_data()
510 fprintf(fp, "\tpassive_checks_enabled=%d\n", temp_host->accept_passive_host_checks); in xsddefault_save_status_data()
959 accept_passive_host_checks = (atoi(val) > 0) ? TRUE : FALSE; in xsddefault_read_status_data()
1094 temp_hoststatus->accept_passive_host_checks = (atoi(val) > 0) ? TRUE : FALSE; in xsddefault_read_status_data()
/dports/net-mgmt/nagios4/nagios-4.4.6/common/
H A Dshared.c38 int accept_passive_host_checks; variable
67 accept_passive_host_checks = TRUE; in init_shared_cfg_vars()
/dports/net-mgmt/nagios4/nagios-4.4.6/t-tap/
H A Dtest_commands.c76 extern int accept_passive_host_checks;
H A Dtest-stubs.c181 int accept_passive_host_checks = TRUE; variable
/dports/net-mgmt/nagios/nagios-3.5.1/t-tap/
H A Dtest_commands.c65 int accept_passive_host_checks; variable
/dports/net-mgmt/nagios4/nagios-4.4.6/include/
H A Dcommon.h61 extern int accept_passive_host_checks;
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-4x/
H A Dcommon.h61 extern int accept_passive_host_checks;
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios4/
H A Dcommon.h61 extern int accept_passive_host_checks;
/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Dcommands.c57 extern int accept_passive_host_checks;
2232 if(temp_host->accept_passive_host_checks == FALSE) in process_passive_host_check()
4350 if(accept_passive_host_checks == TRUE) in start_accepting_passive_host_checks()
4357 accept_passive_host_checks = TRUE; in start_accepting_passive_host_checks()
4377 if(accept_passive_host_checks == FALSE) in stop_accepting_passive_host_checks()
4384 accept_passive_host_checks = FALSE; in stop_accepting_passive_host_checks()
4404 if(hst->accept_passive_host_checks == TRUE) in enable_passive_host_checks()
4411 hst->accept_passive_host_checks = TRUE; in enable_passive_host_checks()
4431 if(hst->accept_passive_host_checks == FALSE) in disable_passive_host_checks()
4438 hst->accept_passive_host_checks = FALSE; in disable_passive_host_checks()

123