icingaweb2/modules/monitoring/application/views/scripts/show/components/command.phtml

7 lines
229 B
PHTML

<?php
$commandParts = preg_split('|!|', $object->check_command);
$commandName = array_shift($commandParts);
?>
{{COMMAND_ICON}} <b>Command:</b> <?= $commandName; ?>
<?= $this->commandArguments($object->check_command); ?>