= $this->render('show/components/header.phtml') ?> limit(10); $hhistory = $this->history->paginate(); ?> There are no matching history entries right now = $this->paginationControl($hhistory, null, null, array('preserve' => $preserve)); ?>
= date('d.m. H:i', $event->timestamp ) ?> | if (! $object): ?>= $this->escape($event->host_name) ?> | endif ?> if (! $object instanceof Icinga\Module\Monitoring\Object\Service): ?>if ($object): ?> service_description; ?> else: ?> = $this->escape($event->service_description) ?> endif ?> | endif ?>type) { case 'notify': echo 'NOTIFICATION_ICON'; break; case 'comment': echo 'COMMENT_ICON'; break; case 'ack': echo 'ACKNOWLEDGEMENT_ICON'; break; case 'dt_comment': echo 'IN_DOWNTIME_ICON'; break; case 'flapping': echo 'FLAPPING_ICON'; break; case 'hard_state': echo 'HARDSTATE_ICON'; break; case 'soft_state': echo 'SOFTSTATE_ICON'; break; case 'dt_start': echo 'DOWNTIME_START_ICON'; echo ' Downtime start'; break; case 'dt_end': echo 'DOWNTIME_END_ICON'; echo ' Downtime end'; break; } ?> if ($event->attempt !== null): ?> [ = $event->attempt ?>/=$event->max_attempts ?> ] endif ?> |