Home
last modified time | relevance | path

Searched refs:total_services (Results 1 – 25 of 55) sorted by relevance

123

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/application/views/helpers/
H A DRuntimeVariables.php35 $out->total_services = isset($result->total_services)
36 ? $result->total_services
42 ? $out->total_services / $out->total_hosts
/dports/security/ncrack/ncrack-0.7/
H A Doutput.cc458 (long unsigned) SG->services_finished.size(), SG->total_services); in printStatusMessage()
530 SG->total_services, (SG->total_services == 1)? "service" : "services"); in print_final_output()
533 "seconds.\n", SG->total_services, (SG->total_services == 1)? "service" in print_final_output()
536 "%lld.%02lld seconds.\n", mytime, SG->total_services, in print_final_output()
537 (SG->total_services == 1)? "service" : "services", whole_t, dec_t); in print_final_output()
H A DServiceGroup.h222 unsigned long total_services; variable
H A DServiceGroup.cc144 total_services = 0; in ServiceGroup()
/dports/net-mgmt/nagios4/nagios-4.4.6/cgi/
H A Doutages.c596 int total_services = 0; in number_of_host_services() local
603 total_services++; in number_of_host_services()
606 return total_services; in number_of_host_services()
H A Dtac.c106 int total_services = 0; variable
554 total_services++; in analyze_status_data()
/dports/net-mgmt/nagios/nagios-3.5.1/cgi/
H A Doutages.c635 int total_services = 0; in number_of_host_services() local
642 total_services++; in number_of_host_services()
645 return total_services; in number_of_host_services()
H A Dtac.c112 int total_services = 0; variable
624 total_services++; in analyze_status_data()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/application/views/scripts/health/
H A Dstats.phtml92 <td><?= $rv->total_services ?></td>
/dports/textproc/spiff/spiff-1.0.8/examples/
H A Dcf-aws.yml277 total_services: 0
280 total_services: -1
283 total_services: -1
H A Dmulti-az-cf-aws.yml437 total_services: 0
440 total_services: -1
443 total_services: -1
/dports/net-mgmt/nagios4/nagios-4.4.6/base/
H A Dflapping.c186 if(hst->total_services == 0) in check_for_host_flapping()
189 wait_threshold = (hst->total_service_check_interval * interval_length) / hst->total_services; in check_for_host_flapping()
H A Devents.c101 scheduling_info.total_services = 0; in init_timing_loop()
157 scheduling_info.total_services++; in init_timing_loop()
203 …scheduling_info.average_services_per_host = (double)((double)scheduling_info.total_services / (dou… in init_timing_loop()
662 printf("Total services: %d\n", scheduling_info.total_services); in display_scheduling_info()
/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Devents.c131 scheduling_info.total_services = 0; in init_timing_loop()
183 scheduling_info.total_services++; in init_timing_loop()
229 …scheduling_info.average_services_per_host = (double)((double)scheduling_info.total_services / (dou… in init_timing_loop()
703 printf("Total services: %d\n", scheduling_info.total_services); in display_scheduling_info()
H A Dflapping.c208 if(hst->total_services == 0) in check_for_host_flapping()
211 wait_threshold = (hst->total_service_check_interval * interval_length) / hst->total_services; in check_for_host_flapping()
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios4/
H A Dobjects.h177 int total_services; member
505 int total_services; member
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-4x/
H A Dobjects.h181 int total_services; member
509 int total_services; member
/dports/net-mgmt/nagios4/nagios-4.4.6/include/
H A Dobjects.h184 int total_services; member
512 int total_services; member
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-2x/
H A Dnagios.h409 int total_services; member
H A Dobjects.h202 int total_services; member
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios/
H A Dnagios.h384 int total_services; member
/dports/net-mgmt/nagios/nagios-3.5.1/include/
H A Dnagios.h347 int total_services; member
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-3x/
H A Dnagios.h347 int total_services; member
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/include/
H A Dnagios.h377 int total_services; member
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/include/
H A Dnagios.h377 int total_services; member

123