Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
gridd
bygridd, September 24, 2012
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.
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.
Owner's reply
thanks for the report, I added the zero value to the check, since there are 3 possible values for 'everything is fine'
so: fixed in version 1.0