+
+
+ = $this->icon($icon, $iconTitle) ?>
+
+
+
+ isOverview): ?>
= $this->qlink(
- $event->service_display_name,
- 'monitoring/service/show',
- array(
- 'host' => $event->host_name,
- 'service' => $event->service_description
- ),
- array(
+ $event->host_display_name,
+ 'monitoring/host/show',
+ [
+ 'host' => $event->host_name,
+ ],
+ [
'title' => sprintf(
- $this->translate('Show detailed information for service %s on host %s'),
- $event->service_display_name,
+ $this->translate('Show detailed information for host %s'),
$event->host_display_name
)
- )
- ) ?>
+ ]
+ ) ?>:
+ = $this->qlink(
+ $event->service_display_name,
+ 'monitoring/service/show',
+ [
+ 'host' => $event->host_name,
+ 'service' => $event->service_description
+ ],
+ [
+ 'title' => sprintf(
+ $this->translate('Show detailed information for service %s on host %s'),
+ $event->service_display_name,
+ $event->host_display_name
+ )
+ ]
+ ) ?>
+
-
- icon($icon, $iconTitle);
- } ?>= $this->nl2br($this->createTicketLinks($this->markdown($msg, ['class' => 'overview-plugin-output']))) ?>
+ = $this->nl2br($this->createTicketLinks($this->markdown($msg, ['class' => 'overview-plugin-output']))) ?>
+
+