Update RemoteInstanceForm.php
Wrong path to icinga2 command. Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
This commit is contained in:
parent
429b16b74e
commit
e0bec56d23
|
@ -63,7 +63,7 @@ class RemoteInstanceForm extends Form
|
|||
array(
|
||||
'required' => true,
|
||||
'label' => mt('monitoring', 'Command File'),
|
||||
'value' => '/usr/local/icinga/var/rw/icinga.cmd',
|
||||
'value' => '/var/run/icinga2/cmd/icinga2.cmd',
|
||||
'description' => mt('monitoring', 'Path to the Icinga command file on the remote Icinga instance')
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue