IcingaCommandArgument: $hostname$ -> $host.name$

https://docs.icinga.com/icinga2/latest/doc/module/icinga2/chapter/monitoring-basics#host-runtime-macros
(3.4.2. Host Runtime Macros)
$hostname$ doesn't work
This commit is contained in:
Max Stephan 2017-04-10 15:09:58 +02:00 committed by Thomas Gelf
parent ad825f9c58
commit 9f1148ee9d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class IcingaCommandArgumentForm extends DirectorObjectForm
$this->addElement('text', 'argument_value', array(
'label' => $this->translate('Value'),
'description' => $this->translate(
'e.g. 5%, $hostname$, $lower$%:$upper$%'
'e.g. 5%, $host.name$, $lower$%:$upper$%'
)
));
}