check_command);
$command = array_shift($parts);
?>
= $this->translate('Command') ?> |
= $this->escape($command) ?>
hasPermission('monitoring/command/schedule-check') && $object->passive_checks_enabled): ?>
getType() === $object::TYPE_HOST) {
$processCheckResult = $this->href(
'monitoring/host/process-check-result',
array('host' => $object->getName())
);
} else {
$processCheckResult = $this->href(
'monitoring/service/process-check-result',
array('host' => $object->getHost()->getName(), 'service' => $object->getName())
);
} ?>
= $this->icon('reply') ?>
= $this->translate('Process check result') ?>
|
\n %s | \n %s | \n\n";
for ($i = 0; $i < count($parts); $i++) {
printf($row, '$ARG' . ($i + 1) . '$', $this->escape($parts[$i]));
}