IcingaCommandForm: explain new possibilities

This commit is contained in:
Thomas Gelf 2015-10-16 18:41:25 +02:00
parent e833d7be76
commit c8b16c1e0c
1 changed files with 1 additions and 0 deletions

View File

@ -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(