SAN updates

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jwu
Posts: 81
Joined: Wed Jul 24, 2013 2:54 pm

SAN updates

Post by jwu »

I currently have my NagiosXI setup with our SAN via SNMP walk using MIBS,
if I delete or add drives, is there a way I can auto detect the changes and adjust accordingly?
or does the process need to be manual by deleting and adding the services?
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: SAN updates

Post by sreinhardt »

You would probably be best manually managing this for a couple reasons. The largest reason is that rrd files that contain performance data on those drives cannot be easily altered to include or remove tracks needed for changes in drives. Whereas creating or removing individual services per drive, would avoid this issue entirely. If you wished to do some form of automated removal and adding of services, you should be able to script this with an snmp walk, comparing it to a previous scan, and adding or removing services as needed via the XI APIs or import directory for adding services. You could additionally create a service template so that all you need to add for import would be the service name, drive\oid to monitor, and the template to use.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Locked