service) && $this->tabs->getActiveName() !== 'host') { $showService = true; } /** @var boolean $inlineCommands */ $inlineCommands = true; if ($this->tabs->getActiveName() === 'history') { $inlineCommands = false; } if (!$this->compact) { echo $this->tabs; } ?>
= $this->escape($this->host->host_name); ?>
host->host_address && $this->host->host_address !== $this->host->host_name) { ?>
(= $this->escape($this->host->host_address); ?>)
host->host_alias) && $this->host->host_alias !== $this->host->host_name) { ?>
(= $this->host->host_alias; ?>) |
> = $this->util()->getHostStateName($this->host->host_state); ?> since = $this->timeSince($this->host->host_last_state_change); ?> |
Service: = $this->escape($this->service->service_description); ?> | = $this->util()->getServiceStateName($this->service->service_state); ?> since = $this->timeSince($this->service->service_last_state_change); ?> |