Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
good plugin.
bugs noticed:
around 342 line:
if ($o_category eq ‘raidLastError’) { if ($value eq ‘No Errors’)
should be
if ($o_category eq ‘raidLastError’) { if ($value eq 0)
since $value is a numeric, not a string.