[Nagiosplug-help] [Fwd: [Nagiosplug-devel] I have a patch for the check_raid plugin]

Charles H. Baker cbaker at windstream.com
Fri Apr 9 17:04:53 CEST 2010


I never saw a response to this. Please, what is the best way to handle
it?

-------- Forwarded Message --------
> From: Charles H. Baker <cbaker at windstream.com>
> Reply-to: Nagios Plugin Development Mailing List
> <nagiosplug-devel at lists.sourceforge.net>
> To: nagiosplug-devel at lists.sourceforge.net
> Cc: nagiosplug-help <nagiosplug-help at lists.sourceforge.net>
> Subject: [Nagiosplug-devel] I have a patch for the check_raid plugin
> Date: Fri, 19 Mar 2010 09:43:53 -0400
> 
> 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
What concerns me is not the way things are, but rather the way people
think things are. Epicetus




More information about the Help mailing list