Skip to content

Commit

Permalink
Update LocalInstanceForm.php
Browse files Browse the repository at this point in the history
Wrong path to icinga2 command

Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
  • Loading branch information
ayoubabid authored and lippserd committed Dec 10, 2014
1 parent 196b6a4 commit 429b16b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ public function createElements(array $formData = array())
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')
)
);
Expand Down

0 comments on commit 429b16b

Please sign in to comment.