Page 1 of 1

Monitoring Wizard After Upgrading Nagios XI 2012R1.2

Posted: Tue Nov 13, 2012 10:41 am
by cwireless
Hi,
We upgraded to Nagios XI 2012R1.2 and after that, admin users have tried to use the monitoring wizard (with new and Legacy Configuration Manager) and they are not displayed. But they are listed, when you click Manage Wizards you see the list there that says Monitoring.
What could be the reason.

Re: Monitoring Wizard After Upgrading Nagios XI 2012R1.2

Posted: Tue Nov 13, 2012 11:26 am
by scottwilkerson
Can you run the following command and post the output

Code: Select all

tail /var/log/httpd/error_log

Re: Monitoring Wizard After Upgrading Nagios XI 2012R1.2

Posted: Tue Nov 13, 2012 11:54 am
by cwireless
[root@nagioscwp ~]# tail /var/log/httpd/error_log
[Tue Nov 13 10:51:17 2012] [error] [client 127.0.0.1] PHP Warning: include_once(/usr/local/nagiosxi/html/includes/components/snmpwalk/../configwizardhelper.inc.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /usr/local/nagiosxi/html/includes/components/snmpwalk/snmpwalk.inc.php on line 8
[Tue Nov 13 10:51:17 2012] [error] [client 127.0.0.1] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/usr/local/nagiosxi/html/includes/components/snmpwalk/../configwizardhelper.inc.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /usr/local/nagiosxi/html/includes/components/snmpwalk/snmpwalk.inc.php on line 8
[Tue Nov 13 10:51:21 2012] [error] [client 172.18.92.213] PHP Warning: include_once(/usr/local/nagiosxi/html/includes/components/snmpwalk/../configwizardhelper.inc.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /usr/local/nagiosxi/html/includes/components/snmpwalk/snmpwalk.inc.php on line 8, referer: http://172.18.2.98/nagiosxi/admin/?xiwi ... lugins.php

Re: Monitoring Wizard After Upgrading Nagios XI 2012R1.2

Posted: Tue Nov 13, 2012 11:55 am
by cwireless
[Tue Nov 13 10:51:21 2012] [error] [client 172.18.92.213] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/usr/local/nagiosxi/html/includes/components/snmpwalk/../configwizardhelper.inc.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /usr/local/nagiosxi/html/includes/components/snmpwalk/snmpwalk.inc.php on line 8, referer: http://172.18.2.98/nagiosxi/admin/?xiwi ... lugins.php
[Tue Nov 13 10:51:26 2012] [error] [client 172.18.92.180] PHP Warning: include_once(/usr/local/nagiosxi/html/includes/components/snmpwalk/../configwizardhelper.inc.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /usr/local/nagiosxi/html/includes/components/snmpwalk/snmpwalk.inc.php on line 8, referer: http://172.18.2.98/nagiosxi/index.php?
[Tue Nov 13 10:51:26 2012] [error] [client 172.18.92.180] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/usr/local/nagiosxi/html/includes/components/snmpwalk/../configwizardhelper.inc.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /usr/local/nagiosxi/html/includes/components/snmpwalk/snmpwalk.inc.php on line 8, referer: http://172.18.2.98/nagiosxi/index.php?
[Tue Nov 13 10:51:26 2012] [error] [client 172.18.92.180] PHP Warning: include_once(/usr/local/nagiosxi/html/includes/components/snmpwalk/../configwizardhelper.inc.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /usr/local/nagiosxi/html/includes/components/snmpwalk/snmpwalk.inc.php on line 8, referer: http://172.18.2.98/nagiosxi/index.php?

Re: Monitoring Wizard After Upgrading Nagios XI 2012R1.2

Posted: Tue Nov 13, 2012 1:35 pm
by scottwilkerson
Somehow we got a wizard in a component directory...

run the following from the command line

Code: Select all

rm -rf /usr/local/nagiosxi/html/includes/components/snmpwalk

Re: Monitoring Wizard After Upgrading Nagios XI 2012R1.2

Posted: Tue Nov 13, 2012 1:59 pm
by cwireless
Thanks It is working Now.

Great!!!!!