Home
last modified time | relevance | path

Searched refs:hosts_total (Results 1 – 25 of 28) sorted by relevance

12

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/application/views/scripts/list/components/
H A Dhostssummary.phtml12 … sprintf($this->translatePlural('%u Host', '%u Hosts', $stats->hosts_total), $stats->hosts_total),
17 $this->translatePlural('List %u host', 'List all %u hosts', $stats->hosts_total),
18 $stats->hosts_total
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/ops/
H A Dnvidia.php71 $hosts_total = 0; // number of hosts 6.2 or better
98 $hosts_total++;
117 $pct = 100*($hosts_gpu/$hosts_total);
118 echo "ntotal: $hosts_total ngpus: $hosts_gpu ($pct %)\n";
125 $hosts_non_gpu = $hosts_total - $hosts_gpu;
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/app/controllers/
H A DCControllerWidgetHostAvailView.php53 $hosts_total = array_fill_keys($interface_types, 0);
77 $hosts_total[$type]++;
86 'hosts_total' => $hosts_total,
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/app/controllers/
H A DCControllerWidgetHostAvailView.php53 $hosts_total = array_fill_keys($interface_types, 0);
77 $hosts_total[$type]++;
86 'hosts_total' => $hosts_total,
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/app/controllers/
H A DCControllerWidgetHostAvailView.php53 $hosts_total = array_fill_keys($interface_types, 0);
77 $hosts_total[$type]++;
86 'hosts_total' => $hosts_total,
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/app/controllers/
H A DCControllerWidgetHostAvailView.php53 $hosts_total = array_fill_keys($interface_types, 0);
77 $hosts_total[$type]++;
86 'hosts_total' => $hosts_total,
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/app/controllers/
H A DCControllerWidgetHostAvailView.php53 $hosts_total = array_fill_keys($interface_types, 0);
77 $hosts_total[$type]++;
86 'hosts_total' => $hosts_total,
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/app/controllers/
H A DCControllerWidgetHostAvailView.php46 $hosts_total = array_fill_keys($interface_types, 0);
76 $hosts_total[$type]++;
85 'hosts_total' => $hosts_total,
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/app/controllers/
H A DCControllerWidgetHostAvailView.php46 $hosts_total = array_fill_keys($interface_types, 0);
76 $hosts_total[$type]++;
85 'hosts_total' => $hosts_total,
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/app/controllers/
H A DCControllerWidgetHostAvailView.php46 $hosts_total = array_fill_keys($interface_types, 0);
76 $hosts_total[$type]++;
85 'hosts_total' => $hosts_total,
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/app/controllers/
H A DCControllerWidgetHostAvailView.php46 $hosts_total = array_fill_keys($interface_types, 0);
76 $hosts_total[$type]++;
85 'hosts_total' => $hosts_total,
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/app/controllers/
H A DCControllerWidgetHostAvailView.php46 $hosts_total = array_fill_keys($interface_types, 0);
76 $hosts_total[$type]++;
85 'hosts_total' => $hosts_total,
/dports/security/doscan/doscan-0.3.3/src/
H A Dsubnets.h84 unsigned hosts_total (void);
94 subnets::hosts_total (void) in hosts_total() function
H A Dscan_trigger.cc48 nets.hosts_processed(), nets.hosts_total(), in on_timeout()
72 nets.hosts_processed(), nets.hosts_total(), in on_timeout()
H A Dscan.cc325 nets.hosts_processed(), nets.hosts_total(), in show_progress()
/dports/net/pear-Net_Nmap/Net_Nmap-1.0.5/Net/Nmap/
H A DStats.php44 * @property int $hosts_total Total of discovered hosts
H A DParser.php126 $this->_stats->hosts_total = @$attribs['total'];
/dports/games/xqf/xqf-xqf-1.0.6.2/src/
H A Dhost.h29 extern int hosts_total (void);
H A Dhost.c69 int hosts_total (void) { in hosts_total() function
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/application/views/scripts/list/
H A Dhostgroups.phtml41 <span class="badge"><?= $hostGroup->hosts_total ?></span>
/dports/mail/exim-mysql/exim-4.95/src/transports/
H A Dsmtp.c5006 int hosts_total = 0; in smtp_transport_entry() local
5405 hosts_total++; in smtp_transport_entry()
5981 if (hosts_retry == hosts_total) in smtp_transport_entry()
5983 else if (hosts_fail == hosts_total) in smtp_transport_entry()
5985 else if (hosts_defer == hosts_total) in smtp_transport_entry()
5987 else if (hosts_serial == hosts_total) in smtp_transport_entry()
5989 else if (hosts_fail+hosts_defer == hosts_total) in smtp_transport_entry()
/dports/mail/exim-postgresql/exim-4.95/src/transports/
H A Dsmtp.c5006 int hosts_total = 0; in smtp_transport_entry() local
5405 hosts_total++; in smtp_transport_entry()
5981 if (hosts_retry == hosts_total) in smtp_transport_entry()
5983 else if (hosts_fail == hosts_total) in smtp_transport_entry()
5985 else if (hosts_defer == hosts_total) in smtp_transport_entry()
5987 else if (hosts_serial == hosts_total) in smtp_transport_entry()
5989 else if (hosts_fail+hosts_defer == hosts_total) in smtp_transport_entry()
/dports/mail/exim/exim-4.95/src/transports/
H A Dsmtp.c5006 int hosts_total = 0; in smtp_transport_entry() local
5405 hosts_total++; in smtp_transport_entry()
5981 if (hosts_retry == hosts_total) in smtp_transport_entry()
5983 else if (hosts_fail == hosts_total) in smtp_transport_entry()
5985 else if (hosts_defer == hosts_total) in smtp_transport_entry()
5987 else if (hosts_serial == hosts_total) in smtp_transport_entry()
5989 else if (hosts_fail+hosts_defer == hosts_total) in smtp_transport_entry()
/dports/mail/exim-monitor/exim-4.95/src/transports/
H A Dsmtp.c5006 int hosts_total = 0; in smtp_transport_entry() local
5405 hosts_total++; in smtp_transport_entry()
5981 if (hosts_retry == hosts_total) in smtp_transport_entry()
5983 else if (hosts_fail == hosts_total) in smtp_transport_entry()
5985 else if (hosts_defer == hosts_total) in smtp_transport_entry()
5987 else if (hosts_serial == hosts_total) in smtp_transport_entry()
5989 else if (hosts_fail+hosts_defer == hosts_total) in smtp_transport_entry()
/dports/mail/exim-ldap2/exim-4.95/src/transports/
H A Dsmtp.c5006 int hosts_total = 0; in smtp_transport_entry() local
5405 hosts_total++; in smtp_transport_entry()
5981 if (hosts_retry == hosts_total) in smtp_transport_entry()
5983 else if (hosts_fail == hosts_total) in smtp_transport_entry()
5985 else if (hosts_defer == hosts_total) in smtp_transport_entry()
5987 else if (hosts_serial == hosts_total) in smtp_transport_entry()
5989 else if (hosts_fail+hosts_defer == hosts_total) in smtp_transport_entry()

12