diff --git a/modules/monitoring/application/views/scripts/list/hosts.phtml b/modules/monitoring/application/views/scripts/list/hosts.phtml index 14d09f04a..d8649195f 100644 --- a/modules/monitoring/application/views/scripts/list/hosts.phtml +++ b/modules/monitoring/application/views/scripts/list/hosts.phtml @@ -30,15 +30,17 @@ if (! $this->compact): ?> $hostLink = $this->href('monitoring/host/show', array('host' => $host->host_name)); ?>
+ = Host::getStateText($host->host_state, true) ?>
+ host_state !== 99): ?>
+
+ = $this->timeSince($host->host_last_state_change, $this->compact) ?>
+ host_state > 0 && (int) $host->host_state_type === 0): ?>
+
+ Soft = $host->host_attempt ?>
+
+
+