Skip to content

Commit

Permalink
Update RemoteInstanceForm.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 429b16b commit e0bec56
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,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 Icinga command file on the remote Icinga instance')
)
)
Expand Down

0 comments on commit e0bec56

Please sign in to comment.