NagiosXI upgrade failed?!
Re: NagiosXI upgrade failed?!
the file settings were already as your suggested, but no use!
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: NagiosXI upgrade failed?!
@xpertech, I'm looking at the /usr/local/nagvis/etc/nagvis.ini.php file you sent us earlier. You have one automap entry commented out, but there is another one underneath that needs to be commented out too:
Can you PM me the latest copy of the nagvis.ini.php file?
Code: Select all
showautomaps=1
showmapthumbs=1
showrotations=0
cellsperrow=4As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: NagiosXI upgrade failed?!
still error!
You do not have the required permissions to view the files attached to this post.
Re: NagiosXI upgrade failed?!
Open the /usr/local/nagvis/etc/nagvis.ini.php file in the text editor and comment out this line:
so it's going to look like this:
Try accessing NagVis again. Did it work now?
Code: Select all
showinlists=0Code: Select all
; showinlists=0Be sure to check out our Knowledgebase for helpful articles and solutions!
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: NagiosXI upgrade failed?!
@xpertech, I sent you a PM with the updated nagvis.php.ini file.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: NagiosXI upgrade failed?!
it works after replaced the nagvis.php.ini
1. what had been changed on the nagvis.php.ini?
2. will other NagiosXI host also happened the same problem if upgraded?
1. what had been changed on the nagvis.php.ini?
2. will other NagiosXI host also happened the same problem if upgraded?
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: NagiosXI upgrade failed?!
@xpertech, I commented out:
Changed:
to:
And commented out these lines:
If you update the other XI server and come across a similar issue, please make the same changes in the nagvis.php.ini file.
Code: Select all
logonenvvar="PHP_AUTH_USER"Code: Select all
logonmodule="LogonEnv"Code: Select all
logonmodule="LogonSession"Code: Select all
showautomaps=1
cellsperrow=4
showinlists=0
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.