Nagvis and Nagios 3
I finally found time to install Nagvis this weekend on a small Nagios server I manage. http://nagvis.org/
Nagvis is a really interesting idea that allows you display network status in a more graphical option. I believe in simple, let the monitor show me only what is broken. But there are times and places where you want to show the overall map. The part I really liked about Nagvis is that it allows me to export any of my existing network drawings as a png and then add service and host data on top of it to make it dynamic. When I firs saw Nagvis in action I thought it would configure similar to Nagios 3D status or some of the others where you hand coordinate everything and it can take a long time to get everything lined up just right.
The Install:
Well as the sys req’s say Nagvis depends on NDO. I personally have worked to avoid NDO since I have always liked having my Nagios work without a Database dependency. However sometimes a DB is needed and I hadn’t been through the process lately. Luckily my PHP was already V5 and I had GD pre-compiled in. I am running on FreeBSD 6 and had one issue with mysql compiling right. That was easily fixed with a gcc -I that wasn’t adding in right.
Once that was done NDO was compiled and I was ready to start. Nagvis was easy to install but I do need to spend some time looking at the file perm changes it asks for. Once installed the configuration part was easy and pretty much worked right out of the box.
While I feel the use of this type of tool is limited for help desk use I do see where it has management and/or customer access appeal. Now that I have it running I will see how well it works on a running setup for a few weeks and report back. Overall I say kudos to the Nagvis team on a good extension to Nagios.
D~