NagVis install script out of date
Posted: Wed Feb 20, 2013 5:55 pm
The script referenced in the NagVis integration documentation still installs version 1.5.9, whereas the current release is 1.7.5.
It does appear that the NagVis project now supports a "latest" link, so you won't have to do this for each release in the future.
You'll need to change at a minimum these two lines, and then anything else necessary to deal with feature changes in the upstream changelogs.The process of installing NagVis to a Nagios XI system can be automated with a script that can be downloaded from:
http://assets.nagios.com/downloads/nagi ... -Nagvis.sh
Code: Select all
NAGVIS_VER="1.5.9"
wget -qc "http://sourceforge.net/projects/nagvis/files/NagVis%201.5/nagvis-$NAGVIS_VER.tar.gz/download"