Monitoring Wizard After Upgrading Nagios XI 2012R1.2

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
cwireless
Posts: 66
Joined: Sat Feb 05, 2011 11:37 pm

Monitoring Wizard After Upgrading Nagios XI 2012R1.2

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

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

Post by scottwilkerson »

Can you run the following command and post the output

Code: Select all

tail /var/log/httpd/error_log
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
cwireless
Posts: 66
Joined: Sat Feb 05, 2011 11:37 pm

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

Post 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
cwireless
Posts: 66
Joined: Sat Feb 05, 2011 11:37 pm

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

Post 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?
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

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

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
cwireless
Posts: 66
Joined: Sat Feb 05, 2011 11:37 pm

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

Post by cwireless »

Thanks It is working Now.

Great!!!!!
Locked