--- /usr/lib/nagios/plugins/check_linux_raid.org 2009-06-25 19:06:27.000000000 +0200 +++ /usr/lib/nagios/plugins/check_linux_raid 2009-06-25 19:16:45.000000000 +0200 @@ -44,7 +44,7 @@ my $nextdev; if(defined $ARGV[0]) { $nextdev = shift; } -else { $nextdev = "md[0-9]"; } +else { $nextdev = "md[0-9]+"; } my $code = "UNKNOWN"; my $msg = "";