Update LocalInstanceForm.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:31:17 +01:00 committed by Eric Lippmann
parent 196b6a4875
commit 429b16b74e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class LocalInstanceForm 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 local Icinga command file')
)
);