Update RemoteInstanceForm.php

Wrong path to icinga2 command.

Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
This commit is contained in:
ayoubabid 2014-12-08 17:32:52 +01:00 committed by Eric Lippmann
parent 429b16b74e
commit e0bec56d23
1 changed files with 1 additions and 1 deletions

View File

@ -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')
)
)