Configuration Wizards not work not save the data

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mustafa1
Posts: 6
Joined: Sun Jun 13, 2010 6:00 am

Configuration Wizards not work not save the data

Post by mustafa1 »

Hello,

When I run the Configuration Wizard and make all steps and Click Apply to add your new configuration then I click the View status details => No matching services found. No data saved via the Configuration Wizard.

Note: Version Nagios XI 2009R1.3F

Code: Select all

Apache error log

[Wed Nov 10 11:31:36 2010] [error] [client 192.168.1.5] PHP Notice:  Undefined variable: parenthosts in /usr/local/nagiosxi/html/config/monitoringwizard.php on line 1347, referer: http://nagiosxi.mycompany.com/nagiosxi/config/monitoringwizard.php
[Wed Nov 10 11:31:36 2010] [error] [client 192.168.1.5] PHP Notice:  Undefined variable: parenthosts in /usr/local/nagiosxi/html/config/monitoringwizard.php on line 1348, referer: http://nagiosxi.mycompany.com/nagiosxi/config/monitoringwizard.php
[Wed Nov 10 11:31:36 2010] [error] [client 192.168.1.5] PHP Notice:  Undefined variable: hostgroups in /usr/local/nagiosxi/html/config/monitoringwizard.php on line 1351, referer: http://nagiosxi.mycompany.com/nagiosxi/config/monitoringwizard.php
[Wed Nov 10 11:31:36 2010] [error] [client 192.168.1.5] PHP Notice:  Undefined variable: hostgroups in /usr/local/nagiosxi/html/config/monitoringwizard.php on line 1352, referer: http://nagiosxi.mycompany.com/nagiosxi/config/monitoringwizard.php
[Wed Nov 10 11:31:36 2010] [error] [client 192.168.1.5] PHP Notice:  Undefined variable: servicegroups in /usr/local/nagiosxi/html/config/monitoringwizard.php on line 1355, referer: http://nagiosxi.mycompany.com/nagiosxi/config/monitoringwizard.php
[Wed Nov 10 11:31:36 2010] [error] [client 192.168.1.5] PHP Notice:  Undefined variable: servicegroups in /usr/local/nagiosxi/html/config/monitoringwizard.php on line 1356, referer: http://nagisoxi.mycomapny.com/nagiosxi/config/monitoringwizard.php
Thanks
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: Configuration Wizards not work not save the data

Post by tonyyarusso »

Does this happen with all of the wizard types for you, or just some?
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
mustafa1
Posts: 6
Joined: Sun Jun 13, 2010 6:00 am

Re: Configuration Wizards not work not save the data

Post by mustafa1 »

Yes, this happen with all of the wizard types.

Thanks
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Configuration Wizards not work not save the data

Post by mguthrie »

I'm wondering if the permissions in your configuration directory may have gotten off, so the data isn't actually getting written to the files. Try using the Write Config Tool in the Core Config Manager to manually write out your configurations to the files and see if you get any errors. If for some reason it gives you a permissions issue, run the following script.

/usr/local/nagiosxi/scripts/reset_config_perms
Locked