- - = Service::getStateText($service->service_state, true) ?> +
|
+ = $this->iconImage()->service($service) ?>
+ = implode(' ', $this->serviceFlags($service)) ?>
+ showHost): ?>= $this->qlink(
+ $service->host_display_name
+ . ($service->host_state != 0 ? ' (' . Host::getStateText($service->host_state, true) . ')' : ''),
+ $hostLink,
+ null,
+ array(
+ 'title' => sprintf(
+ $this->translate('Show detailed information for host %s'),
+ $service->host_display_name
+ )
+ )
+ ) ?>:
+ = $this->qlink(
+ $service->service_display_name,
+ $serviceLink,
+ null,
+ array(
+ 'title' => sprintf(
+ $this->translate('Show detailed information for service %s on host %s'),
+ $service->service_display_name,
+ $service->host_display_name
+ ),
+ 'class' => 'rowaction'
+ )
+ ) ?> + = $this->perfdata($service->service_perfdata, true, 5) ?>
+ + = $this->pluginOutput($this->ellipsis($service->service_output, 10000), true) ?> + + |
+ addColumns as $col): ?>
+ = $this->escape($service->$col) ?> | + +