[Nagiosplug-devel] I have a patch for the check_raid plugin
Charles H. Baker
cbaker at windstream.com
Fri Mar 19 14:43:53 CET 2010
I have a patch for the check_raid plugin. What is the best place to
submit it?
[Thu Mar 18 16:50:40 cbaker at rain: nrpe] # diff -u check_raid
check_raid.20100318-1647
--- check_raid 2006-09-06 22:34:22.000000000 -0400
+++ check_raid.20100318-1647 2010-03-18 16:50:39.621141262 -0400
@@ -63,7 +63,7 @@
} elsif($s =~ /Resync/i) {
$status = $ERRORS{WARNING} if(!$status);
} else {
- $status = $ERRORS{ERROR};
+ $status = $ERRORS{CRITICAL};
}
$message .= "$d:$sd:$s ";
}
[Thu Mar 18 16:50:42 cbaker at rain: nrpe] #
--
Charles H. Baker, Unix System Administration
Windstream Communications
Charles.Baker at windstream.com | 864.331.7896 | 864.990.1297
All life is a chance. So take it! The person who goes furthest is the one
who is willing to do and dare. Dale Carnegie
More information about the Devel
mailing list