IcingaCommandForm: explain new possibilities
This commit is contained in:
parent
e833d7be76
commit
c8b16c1e0c
|
@ -34,6 +34,7 @@ class IcingaCommandForm extends DirectorObjectForm
|
|||
$this->addElement('text', 'command', array(
|
||||
'label' => $this->translate('Command'),
|
||||
'required' => true,
|
||||
'description' => $this->translate('The command Icinga should run. Absolute paths are accepted as provided, relative paths are prefixed with "PluginDir + ", similar Constant prefixes are allowed. Spaces will lead to separation of command path and standalone arguments. Please note that this means that we do not support spaces in plugin names and paths right now.')
|
||||
));
|
||||
|
||||
$this->addElement('text', 'timeout', array(
|
||||
|
|
Loading…
Reference in New Issue