0): ?>
= $this->icon('host'); ?> = $this->translate('Host'); ?> | = $this->icon('paste'); ?> = $this->translate('Plugin Output'); ?> | ||
---|---|---|---|
= Host::getStateText($host->host_state, true); ?> |
host_handled && $host->host_state > 0): ?> = $this->icon('attention-alt', $this->translate('Unhandled')) ?> host_acknowledged && !$host->host_in_downtime): ?> = $this->icon('ok', $this->translate('Acknowledged') . ( $host->host_last_ack ? ': ' . $host->host_last_ack : '' )) ?> host_is_flapping): ?> = $this->icon('flapping', $this->translate('Flapping')) ?> host_notifications_enabled): ?> = $this->icon('bell-off-empty', $this->translate('Notifications Disabled')) ?> host_in_downtime): ?> = $this->icon('plug', $this->translate('In Downtime')) ?> host_last_comment) && $host->host_last_comment !== null): ?> = $this->icon('comment', $this->translate('Last Comment: ') . $host->host_last_comment) ?> | = $this->escape($host->getName()); ?> | = $this->escape($host->host_output) ?> |
= sprintf($this->translate('%d more ...'), count($hidden)) ?>
|