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
@gridd
Member Since: September 25, 2012
Favorites0
Views
Projects0
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.
Reviewed 13 years ago