From c8b16c1e0c4cbf7845a30519a8547554591514ad Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 16 Oct 2015 18:41:25 +0200 Subject: [PATCH] IcingaCommandForm: explain new possibilities --- application/forms/IcingaCommandForm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/forms/IcingaCommandForm.php b/application/forms/IcingaCommandForm.php index 411ab5ea..8e3dbd84 100644 --- a/application/forms/IcingaCommandForm.php +++ b/application/forms/IcingaCommandForm.php @@ -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(