glensc / nagios-plugin-check_raid

Nagios/Icinga/Sensu plugin to check current server's RAID status ⛺
144 stars 84 forks source link

Monitor specific device (ignore others) #183

Open jcharaoui opened 6 years ago

jcharaoui commented 6 years ago

In the setup I'm building, I'd like to set up one specific check for each monitored raid array. The default behavior of only being able to ignore devices via the command-line, and not being able to explicitly list which device(s) to monitor, is making this more difficult than it should be.

glensc commented 6 years ago

indeed. while you may be able to choose which controller (plugin) to use, but not which device.

as this needs to be implemented to each plugin, which plugin you're interested in?

jcharaoui commented 6 years ago

I use the mdstat (Linux-RAID) plugin.