Nagvis Error after 5.5 update
Nagvis Error after 5.5 update
I now receive this error with nagvis since i upgraded to XI 5.5
You do not have the required permissions to view the files attached to this post.
----------------------------------
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
Re: Nagvis Error after 5.5 update
It could be with all of the customizations in Nagvis, the XI upgrade script did not upgrade all of the Maps for Nagvis.
Lets manually upgrade Nagvis again and see if starts to function for you by following these steps.
First, if you have any Nagvis Maps created, back them up first. They are located in this folder.
Run the following as root to download XI 5.5 so we know that you have a fresh copy.
Then edit the upgrade.sh script to comment out the section that checks the version of Nagvis so change this from
to
Save the file and run the upgrade
Then check this file
To verify that the logonmodule option is set to the following
If not, update it, save the file and restart apache by running
After this, see if you can login to the Nagvis GUI.
Lets manually upgrade Nagvis again and see if starts to function for you by following these steps.
First, if you have any Nagvis Maps created, back them up first. They are located in this folder.
Code: Select all
/usr/local/nagvis/etc/maps/Code: Select all
cd /tmp
rm -rf nagiosxi xi*.tar.gz
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.5.0.tar.gz
tar xzf xi-latest.tar.gz
cd /tmp/nagiosxi/subcomponents/xicomponents/components/
unzip nagvis.zip
cd /tmp/nagiosxi/subcomponents/xicomponents/components/nagvisCode: Select all
if ! grep -q "NagVis 1.5" /usr/local/nagvis/README; then
echo "You must have NagVis version 1.5.x to automatically upgrade."
echo "Note: In this situation we recommend installing the latest version of XI"
echo "on a clean system for best results."
exit 0
fiCode: Select all
#if ! grep -q "NagVis 1.5" /usr/local/nagvis/README; then
# echo "You must have NagVis version 1.5.x to automatically upgrade."
# echo "Note: In this situation we recommend installing the latest version of XI"
# echo "on a clean system for best results."
# exit 0
#fi
Code: Select all
./upgrade.shCode: Select all
/usr/local/nagvis/etc/nagvis.ini.phpCode: Select all
logonmodule="LogonSession"Code: Select all
service httpd restartBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagvis Error after 5.5 update
After doing that we have no change, same error
----------------------------------
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
Re: Nagvis Error after 5.5 update
Can you check the file:
And look for "showgeomap", also please copy the output from this grep for us:
It may need to be commented out with a ; due to it being deprecated.
Code: Select all
/usr/local/nagvis/etc/nagvis.ini.phpCode: Select all
cat /usr/local/nagvis/etc/nagvis.ini.php | grep showgeomapAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Nagvis Error after 5.5 update
Code: Select all
[root@NagiosXI ~]# cat /usr/local/nagvis/etc/nagvis.ini.php | grep showgeomap
;showgeomap=0
showgeomap=0
----------------------------------
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
Re: Nagvis Error after 5.5 update
That seems to have fixed the issue.
Thank you
Close Ticket
Thank you
Close Ticket
----------------------------------
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
Re: Nagvis Error after 5.5 update
Great!
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.