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; } ?>
monitoringCommands( ($showService === true) ? $this->service : $this->host, 'small' ); ?>
escape($this->host->host_name); ?> host->host_address && $this->host->host_address !== $this->host->host_name) { ?> (escape($this->host->host_address); ?>) host->host_alias) && $this->host->host_alias !== $this->host->host_name) { ?>
(host->host_alias; ?>)
> util()->getHostStateName($this->host->host_state); ?> since timeSince($this->host->host_last_state_change); ?>
Service: escape($this->service->service_description); ?> util()->getServiceStateName($this->service->service_state); ?> since timeSince($this->service->service_last_state_change); ?>