= $this->translate('Last Problem'); ?> | -= $this->translate('Host Group'); ?> | -= $this->translate('Total Hosts'); ?> | -= $this->translate('Host States'); ?> | -= $this->translate('Total Services'); ?> | -= $this->translate('Service States'); ?> | += $this->translate('Last Problem') ?> | += $this->translate('Host Group') ?> | += $this->translate('Total Hosts') ?> | += $this->translate('Host States') ?> | += $this->translate('Total Services') ?> | += $this->translate('Service States') ?> | @@ -61,9 +61,9 @@ if ($h->hosts_down_unhandled) { $this->href('monitoring/list/hosts', array('hostgroup_name' => $h->hostgroup_name)) ?>">
- = Host::getStateText($state, true); ?>
+ = Host::getStateText($state, true) ?>
- = $this->timeSince($lastStateChange, $this->compact); ?> + = $this->timeSince($lastStateChange, $this->compact) ?> |
= $this->qlink( @@ -71,7 +71,7 @@ if ($h->hosts_down_unhandled) { 'monitoring/list/hosts', array('hostgroup_name' => $h->hostgroup_name), array('title' => sprintf($this->translate('List all hosts in the group "%s"'), $h->hostgroup_alias)) - ); ?> + ) ?> | = $this->qlink( @@ -82,7 +82,7 @@ if ($h->hosts_down_unhandled) { $this->translate('List all hosts in host group "%s"'), $h->hostgroup_alias )) - ); ?> + ) ?> | hosts_up): ?> @@ -106,7 +106,7 @@ if ($h->hosts_down_unhandled) { $h->hostgroup_alias ) ) - ); ?> + ) ?> hosts_down_unhandled): ?> @@ -132,7 +132,7 @@ if ($h->hosts_down_unhandled) { $h->hostgroup_alias ) ) - ); ?> + ) ?> hosts_down_handled): ?> @@ -156,7 +156,7 @@ if ($h->hosts_down_unhandled) { $h->hostgroup_alias ) ) - ); ?> + ) ?> hosts_down_unhandled): ?> @@ -185,7 +185,7 @@ if ($h->hosts_down_unhandled) { $h->hostgroup_alias ) ) - ); ?> + ) ?> hosts_unreachable_handled): ?> @@ -209,7 +209,7 @@ if ($h->hosts_down_unhandled) { $h->hostgroup_alias ) ) - ); ?> + ) ?> hosts_unreachable_unhandled): ?> @@ -236,7 +236,7 @@ if ($h->hosts_down_unhandled) { $h->hostgroup_alias ) ) - ); ?> + ) ?> | @@ -249,7 +249,7 @@ if ($h->hosts_down_unhandled) { $this->translate('List all services of all hosts in host group "%s"'), $h->hostgroup_alias )) - ); ?> + ) ?>services_ok): ?> @@ -273,7 +273,7 @@ if ($h->hosts_down_unhandled) { $h->hostgroup_alias ) ) - ); ?> + ) ?> services_critical_unhandled): ?> @@ -300,7 +300,7 @@ if ($h->hosts_down_unhandled) { $h->hostgroup_alias ) ) - ); ?> + ) ?> services_critical_handled): ?> @@ -324,7 +324,7 @@ if ($h->hosts_down_unhandled) { $h->hostgroup_alias ) ) - ); ?> + ) ?> services_critical_unhandled): ?> @@ -354,7 +354,7 @@ if ($h->hosts_down_unhandled) { $h->hostgroup_alias ) ) - ); ?> + ) ?> services_unknown_handled): ?> @@ -378,7 +378,7 @@ if ($h->hosts_down_unhandled) { $h->hostgroup_alias ) ) - ); ?> + ) ?> services_unknown_unhandled): ?> @@ -408,7 +408,7 @@ if ($h->hosts_down_unhandled) { $h->hostgroup_alias ) ) - ); ?> + ) ?> services_warning_handled): ?> @@ -432,7 +432,7 @@ if ($h->hosts_down_unhandled) { $h->hostgroup_alias ) ) - ); ?> + ) ?> services_warning_unhandled): ?> @@ -459,7 +459,7 @@ if ($h->hosts_down_unhandled) { $h->hostgroup_alias ) ) - ); ?> + ) ?> | @@ -477,9 +477,9 @@ if ($h->hosts_down_unhandled) { 'data-base-target' => '_next', 'class' => 'pull-right show-more' ) - ); ?> + ) ?> - = $this->translate('No hostgroups found matching the filter'); ?> + = $this->translate('No hostgroups found matching the filter') ?>
---|