check_command); $command = array_shift($parts); ?> translate('Command'); ?> escape($command); ?> hasPermission('monitoring/command/schedule-check') && $object->passive_checks_enabled) { $title = sprintf($this->translate('Submit a one time or so called passive result for the %s check'), $command); if ($object->getType() === $object::TYPE_HOST) { echo $this->qlink( $this->icon('reply') . ' ' . $this->translate('Process check result'), 'monitoring/host/process-check-result', array('host' => $object->getName()), array('data-base-target' => '_self', 'title' => $title), false ); } else { echo $this->qlink( $this->icon('reply') . ' ' . $this->translate('Process check result'), 'monitoring/service/process-check-result', array('host' => $object->getHost()->getName(), 'service' => $object->getName()), array('data-base-target' => '_self', 'title' => $title), false ); } } ?> \n %s\n %s\n\n"; for ($i = 0; $i < count($parts); $i++) { printf($row, '$ARG' . ($i + 1) . '$', $this->escape($parts[$i])); }