= $this->tabs->render($this); ?>
= date('d.m. H:i', $event->timestamp); ?> | = $event->service_description ?> = $event->host_name ?> | type) { case 'notify': $icon = '{{NOTIFICATION_ICON}}'; $title = 'Notification'; $msg = $event->output; break; case 'comment': $icon = '{{COMMENT_ICON}}'; $title = 'Comment'; $msg = $event->output; break; case 'ack': $icon = '{{ACKNOWLEDGEMENT_ICON}}'; $title = 'Acknowledgement'; $msg = ''; break; case 'dt_comment': $icon = '{{IN_DOWNTIME_ICON}}'; $title = 'In Downtime'; $msg = $event->output; break; case 'flapping': $icon = '{{FLAPPING_ICON}}'; $title = 'Flapping'; $msg = ''; break; case 'hard_state': $icon = '{{HARDSTATE_ICON}}'; $title = 'Hard State'; $msg = '[' . $event->attempt . '/' . $event->max_attempts . ']'; break; case 'soft_state': $icon = '{{SOFTSTATE_ICON}}'; $title = 'Soft State'; $msg = '[' . $event->attempt . '/' . $event->max_attempts . ']'; break; case 'dt_start': $icon = '{{DOWNTIME_START_ICON}}'; $title = 'Downtime Start'; $msg = $event->output; break; case 'dt_end': $icon = '{{DOWNTIME_END_ICON}}'; $title = 'Downtime End'; $msg = $event->output; break; } ?> = $icon ?> |