= $this->partial('show/header.phtml', array( 'host' => $this->host, 'service' => $this->service, 'tabs' => $this->tabs )); ?>history->limit(10); $history = $this->history->paginate(); ?> There are no matching history entries right now = $this->paginationControl($history, null, null, array('preserve' => $this->preserve)); ?>
= date('d.m. H:i', $event->timestamp ) ?> | host)): ?>= $this->escape($event->host_name) ?> | service)): ?>host)): ?> = $this->qlink( $event->service_description, 'monitoring/show/service', array( 'host' => $this->host->host_name, 'service' => $event->service_description ) ) ?> = $this->escape($event->service_description) ?> | 16, 'height' => 16, ); switch ($event->type) { case 'notify': echo $this->img('img/classic/mail-notification.png', $imgparams); break; case 'comment': echo $this->img('img/classic/comment.gif', $imgparams); break; case 'ack': echo $this->img('img/classic/ack.gif', $imgparams); break; case 'dt_comment': echo $this->img('img/classic/downtime.gif', $imgparams); break; case 'flapping': echo $this->img('img/classic/flapping.gif', $imgparams); break; case 'hard_state': echo $this->img('img/classic/state-hard.png', $imgparams); break; case 'soft_state': echo $this->img('img/classic/state-soft.png', $imgparams); break; case 'dt_start': echo $this->img('img/classic/downtime-start.png', $imgparams); echo ' Downtime start'; break; case 'dt_end': echo $this->img('img/classic/downtime-end.png', $imgparams); echo ' Downtime end'; break; } ?> attempt !== null): ?> [ = $event->attempt ?>/=$event->max_attempts ?> ] = $this->ticket_pattern ? preg_replace( $this->ticket_pattern, $this->ticket_link, $this->pluginOutput($event->output) ) : $this->pluginOutput($event->output) ?> |