IcingaServiceForm: allow to set use_agent
This commit is contained in:
parent
01be02fe9c
commit
80a757847d
|
@ -20,7 +20,11 @@ class IcingaServiceForm extends DirectorObjectForm
|
||||||
'description' => $this->translate('One or more comma separated servicegroup names')
|
'description' => $this->translate('One or more comma separated servicegroup names')
|
||||||
));
|
));
|
||||||
*/
|
*/
|
||||||
|
$this->optionalBoolean(
|
||||||
|
'use_agent',
|
||||||
|
$this->translate('Run on agent'),
|
||||||
|
$this->translate('Whether the check commmand for this service should be executed on the Icinga agent')
|
||||||
|
);
|
||||||
$this->addImportsElement();
|
$this->addImportsElement();
|
||||||
$this->addCheckCommandElements();
|
$this->addCheckCommandElements();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue