2013-09-24 15:26:10 +02:00
|
|
|
<?= $this->render('show/components/pluginoutput.phtml') ?>
|
2013-09-12 17:26:29 +02:00
|
|
|
|
2013-09-24 15:26:10 +02:00
|
|
|
<?= $this->render('show/components/command.phtml') ?>
|
2013-07-02 16:00:41 +02:00
|
|
|
|
2013-09-24 15:26:10 +02:00
|
|
|
<?= $this->render('show/components/hostgroups.phtml') ?>
|
2013-07-02 16:00:41 +02:00
|
|
|
|
2013-09-24 15:26:10 +02:00
|
|
|
<?= $this->render('show/components/contacts.phtml') ?>
|
2013-07-02 16:00:41 +02:00
|
|
|
|
|
|
|
<?= $this->render('show/components/comments.phtml'); ?>
|
|
|
|
|
2013-07-04 17:29:47 +02:00
|
|
|
<?= $this->render('show/components/downtime.phtml'); ?>
|
|
|
|
|
2013-07-02 16:00:41 +02:00
|
|
|
<?= $this->render('show/components/customvars.phtml'); ?>
|
|
|
|
|
2013-09-24 15:26:10 +02:00
|
|
|
<?= $this->render('show/components/flags.phtml'); ?>
|
2013-07-08 14:50:18 +02:00
|
|
|
|
2013-09-24 15:26:10 +02:00
|
|
|
<?= $this->render('show/components/perfdata.phtml'); ?>
|
2013-09-27 14:38:42 +02:00
|
|
|
|
|
|
|
<?= $this->render('show/components/eventHistory.phtml'); ?>
|