2013-09-24 15:26:10 +02:00
|
|
|
<?= $this->render('show/components/pluginoutput.phtml') ?>
|
2013-07-22 17:10:43 +02:00
|
|
|
|
2013-09-24 15:26:10 +02:00
|
|
|
<?= $this->render('show/components/command.phtml') ?>
|
2013-07-22 16:03:36 +02:00
|
|
|
|
2013-09-24 15:26:10 +02:00
|
|
|
<?= $this->render('show/components/contacts.phtml'); ?>
|
2013-07-22 16:03:36 +02:00
|
|
|
|
2013-09-24 15:26:10 +02:00
|
|
|
<?= $this->render('show/components/servicegroups.phtml'); ?>
|
2013-07-22 16:03:36 +02:00
|
|
|
|
|
|
|
<?= $this->render('show/components/comments.phtml'); ?>
|
|
|
|
|
|
|
|
<?= $this->render('show/components/downtime.phtml'); ?>
|
|
|
|
|
|
|
|
<?= $this->render('show/components/customvars.phtml'); ?>
|
|
|
|
|
2013-09-24 15:26:10 +02:00
|
|
|
<?= $this->render('show/components/perfdata.phtml'); ?>
|
2013-07-22 16:03:36 +02:00
|
|
|
|
2013-09-24 15:26:10 +02:00
|
|
|
<?= $this->render('show/components/properties.phtml'); ?>
|
2013-09-26 16:29:48 +02:00
|
|
|
|
|
|
|
<?= $this->render('show/components/eventHistory.phtml'); ?>
|