Wizard is not working.
Wizard is not working.
The Nagios Configuration Wizard stopped to work, i dont remember when and how.
If i add a host or a service via CCM it works, but via Wizard doesn't.
If i add a host or a service via CCM it works, but via Wizard doesn't.
You do not have the required permissions to view the files attached to this post.
Re: Wizard is not working.
Is it only this wizard it's happening on?
If you run this tail command and then try the wizard does it output any indication of what is happening?
How many ports does that device have?
What version of the wizard are you using? You can check by going to Admin > Manage Config Wizards and look to the right of Network Switch / Router.
What version of XI are you using? You can grab it from the bottom left hand side of the web interface.
If you run this tail command and then try the wizard does it output any indication of what is happening?
Code: Select all
tail -f /var/log/httpd/error_log /var/log/httpd/ssl_error_logWhat version of the wizard are you using? You can check by going to Admin > Manage Config Wizards and look to the right of Network Switch / Router.
What version of XI are you using? You can grab it from the bottom left hand side of the web interface.
Re: Wizard is not working.
Is it only this wizard it's happening on?
R: This happening with all wizards
tail -f /var/log/httpd/error_log
PHP Notice: Undefined index: language in /usr/local/nagiosxi/html/includes/components/ccm/includes/common_functions.inc.php on line 710
tail -f /var/log/httpd/ssl_error_log
didn't return anything.
How many ports does that device have?
R: I just put ip address.
What version of the wizard are you using?
R: All wizards are up to date.
Nagios XI 2014R2.7
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Wizard is not working.
Run this command
Send us this file:
/tmp/mysqld_log.txt
Code: Select all
tail /var/log/mysqld.log -n 100 > /tmp/mysqld_log.txt/tmp/mysqld_log.txt
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Wizard is not working.
A few months ago i migrated my database to a remote server using https://assets.nagios.com/downloads/nag ... Server.pdf. But this problem started a few weeks.
Nagios XI
CentOS 6.6
Nagios XI DB
Suse 11 SP3
MySQL 5.5.43
Nagios XI
CentOS 6.6
Nagios XI DB
Suse 11 SP3
MySQL 5.5.43
You do not have the required permissions to view the files attached to this post.
Re: Wizard is not working.
Is that the mysqld log from the from the XI machine or from the offloaded DB server?
Re: Wizard is not working.
offloaded DB server
Re: Wizard is not working.
Please PM me the output of this command:
Also, send me your psql log from today (or another day that you ran the wizard):
Code: Select all
echo "select * from xi_meta where keyname like '%switch%';" | psql nagiosxi nagiosxiCode: Select all
/var/lib/pgsql/data/pg_log/postgresql-Tue.logRe: Wizard is not working.
Follows the File .zip.
You do not have the required permissions to view the files attached to this post.
Re: Wizard is not working.
Please PM me your /var/lib/pgsql/data/postgresql.conf as well.