Nagvis Error after 5.5 update
Posted: Thu Jul 12, 2018 10:21 am
I now receive this error with nagvis since i upgraded to XI 5.5
Support for Nagios products and services
https://support.nagios.com/forum/
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 restartCode: Select all
/usr/local/nagvis/etc/nagvis.ini.phpCode: Select all
cat /usr/local/nagvis/etc/nagvis.ini.php | grep showgeomapCode: Select all
[root@NagiosXI ~]# cat /usr/local/nagvis/etc/nagvis.ini.php | grep showgeomap
;showgeomap=0
showgeomap=0