icingaweb2/modules/monitoring/application/views/scripts/show/components/output.phtml
2018-07-16 14:19:28 +02:00

3 lines
205 B
PHTML

<h2><?= $this->translate('Plugin Output') ?></h2>
<?= $this->pluginOutput($object->output, false, $object->check_command) ?>
<?= $this->pluginOutput($object->long_output, false, $object->check_command) ?>