compact): ?>
tabs ?>
sortBox ?> icon('th-list', null, ['class' => '-inactive']) ?> icon('th-thumb-empty', null, ['class' => '-active']) ?>
filterEditor ?>
hasResult()): ?>

translate('No host groups found matching the filter.') ?>

hosts_down_unhandled > 0): ?> qlink( $hostGroup->hosts_down_unhandled, $this->url('monitoring/list/hosts')->addFilter($this->filterEditor->getFilter()), [ 'hostgroup_name' => $hostGroup->hostgroup_name, 'host_handled' => 0, 'host_state' => 1 ], [ 'class' => 'state-down', 'title' => sprintf( $this->translatePlural( 'List %u host that is currently in state DOWN in the host group "%s"', 'List %u hosts which are currently in state DOWN in the host group "%s"', $hostGroup->hosts_down_unhandled ), $hostGroup->hosts_down_unhandled, $hostGroup->hostgroup_alias ) ] ) ?> hosts_unreachable_unhandled > 0): ?> qlink( $hostGroup->hosts_unreachable_unhandled, $this->url('monitoring/list/hosts')->addFilter($this->filterEditor->getFilter()), [ 'hostgroup_name' => $hostGroup->hostgroup_name, 'host_handled' => 0, 'host_state' => 2 ], [ 'class' => 'state-unreachable', 'title' => sprintf( $this->translatePlural( 'List %u host that is currently in state UNREACHABLE in the host group "%s"', 'List %u hosts which are currently in state UNREACHABLE in the host group "%s"', $hostGroup->hosts_unreachable_unhandled ), $hostGroup->hosts_unreachable_unhandled, $hostGroup->hostgroup_alias ) ] ) ?> hosts_down_handled > 0): ?> qlink( $hostGroup->hosts_down_handled, $this->url('monitoring/list/hosts')->addFilter($this->filterEditor->getFilter()), [ 'hostgroup_name' => $hostGroup->hostgroup_name, 'host_handled' => 1, 'host_state' => 1 ], [ 'class' => 'state-down handled', 'title' => sprintf( $this->translatePlural( 'List %u host that is currently in state DOWN (Acknowledged) in the host group "%s"', 'List %u hosts which are currently in state DOWN (Acknowledged) in the host group "%s"', $hostGroup->hosts_down_handled ), $hostGroup->hosts_down_handled, $hostGroup->hostgroup_alias ) ] ) ?> hosts_unreachable_handled > 0): ?> qlink( $hostGroup->hosts_unreachable_handled, $this->url('monitoring/list/hosts')->addFilter($this->filterEditor->getFilter()), [ 'hostgroup_name' => $hostGroup->hostgroup_name, 'host_handled' => 0, 'host_state' => 2 ], [ 'class' => 'state-unreachable handled', 'title' => sprintf( $this->translatePlural( 'List %u host that is currently in state UNREACHABLE (Acknowledged) in the host group "%s"', 'List %u hosts which are currently in state UNREACHABLE (Acknowledged) in the host group "%s"', $hostGroup->hosts_unreachable_handled ), $hostGroup->hosts_unreachable_handled, $hostGroup->hostgroup_alias ) ] ) ?> hosts_pending > 0): ?> qlink( $hostGroup->hosts_pending, $this->url('monitoring/list/hosts')->addFilter($this->filterEditor->getFilter()), [ 'hostgroup_name' => $hostGroup->hostgroup_name, 'host_state' => 99 ], [ 'class' => 'state-pending', 'title' => sprintf( $this->translatePlural( 'List %u host that is currently in state PENDING in the host group "%s"', 'List %u hosts which are currently in state PENDING in the host group "%s"', $hostGroup->hosts_pending ), $hostGroup->hosts_pending, $hostGroup->hostgroup_alias ) ] ) ?> hosts_up > 0): ?> qlink( $hostGroup->hosts_up, $this->url('monitoring/list/hosts')->addFilter($this->filterEditor->getFilter()), [ 'hostgroup_name' => $hostGroup->hostgroup_name, 'host_state' => 0 ], [ 'class' => 'state-up', 'title' => sprintf( $this->translatePlural( 'List %u host that is currently in state UP in the host group "%s"', 'List %u hosts which are currently in state UP in the host group "%s"', $hostGroup->hosts_up ), $hostGroup->hosts_up, $hostGroup->hostgroup_alias ) ] ) ?>
0
qlink( $hostGroup->hostgroup_alias, $this->url('monitoring/list/hosts')->addFilter($this->filterEditor->getFilter()), ['hostgroup_name' => $hostGroup->hostgroup_name], [ 'title' => sprintf( $this->translate('List all hosts in the group "%s"'), $hostGroup->hostgroup_alias ) ] ) ?>