Hi,
I have istalled on a fresh UBUNTU 7.04 nagios 2.9 ( from source file) and centreon.
I have some problem when I try to export config file:
Warning: fopen(/usr/lib/nagios/plugins/oreon.conf) [function.fopen]: failed to open stream: No such file or directory in /usr/local/oreon/www/include/configuration/configGenerate/oreon_pm.php on line 22
Warning: file(/usr/lib/nagios/plugins/oreon.conf) [function.file]: failed to open stream: No such file or directory in /usr/local/oreon/www/include/configuration/configGenerate/oreon_pm.php on line 106
Warning: Invalid argument supplied for foreach() in /usr/local/oreon/www/include/configuration/configGenerate/oreon_pm.php on line 108
Warning: fopen(/usr/lib/nagios/plugins/oreon.conf) [function.fopen]: failed to open stream: No such file or directory in /usr/local/oreon/www/include/configuration/configGenerate/oreon_pm.php on line 138
....and so on ...
The fact is that the path /usr/lib/nagios/plugins/ do not exist !!
My plugin are into /usr/local/nagios/libexec
Do I have to create the missing path ??
Why centreon looking for this path ?
regards
I have istalled on a fresh UBUNTU 7.04 nagios 2.9 ( from source file) and centreon.
I have some problem when I try to export config file:
Warning: fopen(/usr/lib/nagios/plugins/oreon.conf) [function.fopen]: failed to open stream: No such file or directory in /usr/local/oreon/www/include/configuration/configGenerate/oreon_pm.php on line 22
Warning: file(/usr/lib/nagios/plugins/oreon.conf) [function.file]: failed to open stream: No such file or directory in /usr/local/oreon/www/include/configuration/configGenerate/oreon_pm.php on line 106
Warning: Invalid argument supplied for foreach() in /usr/local/oreon/www/include/configuration/configGenerate/oreon_pm.php on line 108
Warning: fopen(/usr/lib/nagios/plugins/oreon.conf) [function.fopen]: failed to open stream: No such file or directory in /usr/local/oreon/www/include/configuration/configGenerate/oreon_pm.php on line 138
....and so on ...
The fact is that the path /usr/lib/nagios/plugins/ do not exist !!
My plugin are into /usr/local/nagios/libexec
Do I have to create the missing path ??
Why centreon looking for this path ?
regards
Comment