Home
last modified time | relevance | path

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

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/application/views/helpers/
H A DRuntimeVariables.php32 $out->total_scheduled_hosts = isset($result->total_scheduled_hosts)
33 ? $result->total_scheduled_hosts
44 $out->average_scheduled_services_per_host = $out->total_scheduled_hosts > 0
45 ? $out->total_scheduled_services / $out->total_scheduled_hosts
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/application/views/scripts/health/
H A Dstats.phtml68 <td><?= $rv->total_scheduled_hosts ?></td>
72 <td><?= $rv->total_scheduled_hosts ?></td>
/dports/net-mgmt/nagios4/nagios-4.4.6/base/
H A Devents.c104 scheduling_info.total_scheduled_hosts = 0; in init_timing_loop()
186 scheduling_info.total_scheduled_hosts++; in init_timing_loop()
447 if(scheduling_info.total_scheduled_hosts > 0 && scheduling_info.host_check_interval_total > 0) { in init_timing_loop()
453 …(double)scheduling_info.host_check_interval_total / (double)scheduling_info.total_scheduled_hosts); in init_timing_loop()
456 …uble)(scheduling_info.average_host_check_interval / (double)scheduling_info.total_scheduled_hosts); in init_timing_loop()
462 …e)((scheduling_info.max_host_check_spread * 60.0) / (double)scheduling_info.total_scheduled_hosts); in init_timing_loop()
469 …nfo(DEBUGL_EVENTS, 2, "Total scheduled host checks: %d\n", scheduling_info.total_scheduled_hosts); in init_timing_loop()
641 printf("Total scheduled hosts: %d\n", scheduling_info.total_scheduled_hosts); in display_scheduling_info()
656 …printf("First scheduled check: %s", (scheduling_info.total_scheduled_hosts == 0) ? "N/A\… in display_scheduling_info()
657 …printf("Last scheduled check: %s", (scheduling_info.total_scheduled_hosts == 0) ? "N/A\… in display_scheduling_info()
[all …]
/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Devents.c134 scheduling_info.total_scheduled_hosts = 0; in init_timing_loop()
212 scheduling_info.total_scheduled_hosts++; in init_timing_loop()
475 if(scheduling_info.total_scheduled_hosts > 0 && scheduling_info.host_check_interval_total > 0) { in init_timing_loop()
481 …(double)scheduling_info.host_check_interval_total / (double)scheduling_info.total_scheduled_hosts); in init_timing_loop()
484 …uble)(scheduling_info.average_host_check_interval / (double)scheduling_info.total_scheduled_hosts); in init_timing_loop()
490 …e)((scheduling_info.max_host_check_spread * 60.0) / (double)scheduling_info.total_scheduled_hosts); in init_timing_loop()
497 …nfo(DEBUGL_EVENTS, 2, "Total scheduled host checks: %d\n", scheduling_info.total_scheduled_hosts); in init_timing_loop()
682 printf("Total scheduled hosts: %d\n", scheduling_info.total_scheduled_hosts); in display_scheduling_info()
697 …printf("First scheduled check: %s", (scheduling_info.total_scheduled_hosts == 0) ? "N/A\… in display_scheduling_info()
698 …printf("Last scheduled check: %s", (scheduling_info.total_scheduled_hosts == 0) ? "N/A\… in display_scheduling_info()
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-2x/
H A Dnagios.h412 int total_scheduled_hosts; member
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios/
H A Dnagios.h387 int total_scheduled_hosts; member
/dports/net-mgmt/nagios/nagios-3.5.1/include/
H A Dnagios.h350 int total_scheduled_hosts; member
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-3x/
H A Dnagios.h350 int total_scheduled_hosts; member
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/include/
H A Dnagios.h380 int total_scheduled_hosts; member
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/include/
H A Dnagios.h380 int total_scheduled_hosts; member
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios4/
H A Dobjects.h180 int total_scheduled_hosts; member
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-4x/
H A Dobjects.h184 int total_scheduled_hosts; member
/dports/net-mgmt/nagios4/nagios-4.4.6/include/
H A Dobjects.h187 int total_scheduled_hosts; member
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/src/
H A Dndomod.c5361 ,scheduling_info.total_scheduled_hosts