diff --git a/modules/monitoring/application/views/scripts/list/hosts.phtml b/modules/monitoring/application/views/scripts/list/hosts.phtml
index fd80e4d2a..31648cb3c 100644
--- a/modules/monitoring/application/views/scripts/list/hosts.phtml
+++ b/modules/monitoring/application/views/scripts/list/hosts.phtml
@@ -32,61 +32,63 @@ if (! $this->compact): ?>
$hostLink = $this->href('monitoring/host/show', array('host' => $host->host_name)); ?>
-
- = Host::getStateText($host->host_state, true) ?>
+ = 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 ?>
+
-
-
|
-
- = $this->iconImage()->host($host) ?>
- = implode(' ', $this->hostFlags($host)) ?>
- = $this->qlink(
- $host->host_display_name,
- $hostLink,
- null,
- array(
- 'title' => sprintf(
- $this->translate('Show detailed information for host %s'),
- $host->host_display_name
- ),
- 'class' => 'rowaction'
- )
- ) ?>
- host_name])): ?>
- (= $this->qlink(
- sprintf(
- $this->translatePlural(
- '%u unhandled service', '%u unhandled services', $summary[$host->host_name]
- ),
- $summary[$host->host_name]
- ),
- 'monitoring/list/services',
- array(
- 'host' => $host->host_name,
- 'service_problem' => 1,
- 'service_handled' => 0
- ),
- array(
- 'title' => sprintf(
+ |
+
+
+ = $this->pluginOutput($this->ellipsis($host->host_output, 10000), true) ?>
+
|
addColumns as $col): ?>
= $this->escape($host->$col) ?> |
diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml
index e72a11b8a..a44ec6489 100644
--- a/modules/monitoring/application/views/scripts/list/services.phtml
+++ b/modules/monitoring/application/views/scripts/list/services.phtml
@@ -45,7 +45,7 @@ if (! $this->compact): ?>
$serviceStateName = Service::getStateText($service->service_state); ?>
- = Service::getStateText($service->service_state, true) ?>
+ = Service::getStateText($service->service_state, true) ?>
service_state !== 99): ?>
= $this->timeSince($service->service_last_state_change, $this->compact) ?>
|