summaryrefslogtreecommitdiffstats
path: root/web/attachments/332433-check_linux_raid__lenny_md10+_mn.diff
blob: db7b920d48abf70688603ac6444e06e4b7e62e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- /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 = "";