Page 2 of 2

Re: NagiosXI upgrade failed?!

Posted: Thu Jun 06, 2019 12:21 pm
by xpertech
the file settings were already as your suggested, but no use!

Re: NagiosXI upgrade failed?!

Posted: Thu Jun 06, 2019 3:31 pm
by npolovenko
@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:

Code: Select all

showautomaps=1
showmapthumbs=1
showrotations=0
cellsperrow=4
Can you PM me the latest copy of the nagvis.ini.php file?

Re: NagiosXI upgrade failed?!

Posted: Mon Jun 10, 2019 6:37 pm
by xpertech
still error!

Re: NagiosXI upgrade failed?!

Posted: Tue Jun 11, 2019 11:32 am
by lmiltchev
Open the /usr/local/nagvis/etc/nagvis.ini.php file in the text editor and comment out this line:

Code: Select all

showinlists=0
so it's going to look like this:

Code: Select all

; showinlists=0
Try accessing NagVis again. Did it work now?

Re: NagiosXI upgrade failed?!

Posted: Tue Jun 11, 2019 11:37 am
by npolovenko
@xpertech, I sent you a PM with the updated nagvis.php.ini file.

Re: NagiosXI upgrade failed?!

Posted: Wed Jun 12, 2019 12:33 pm
by xpertech
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?

Re: NagiosXI upgrade failed?!

Posted: Wed Jun 12, 2019 3:03 pm
by npolovenko
@xpertech, I commented out:

Code: Select all

logonenvvar="PHP_AUTH_USER"
Changed:

Code: Select all

logonmodule="LogonEnv"
to:

Code: Select all

logonmodule="LogonSession"
And commented out these lines:

Code: Select all

showautomaps=1
cellsperrow=4
showinlists=0
If you update the other XI server and come across a similar issue, please make the same changes in the nagvis.php.ini file.