summaryrefslogtreecommitdiffstats
path: root/web/attachments/332433-check_linux_raid__lenny_md10+_mn.diff
diff options
context:
space:
mode:
Diffstat (limited to 'web/attachments/332433-check_linux_raid__lenny_md10+_mn.diff')
-rw-r--r--web/attachments/332433-check_linux_raid__lenny_md10+_mn.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/attachments/332433-check_linux_raid__lenny_md10+_mn.diff b/web/attachments/332433-check_linux_raid__lenny_md10+_mn.diff
new file mode 100644
index 0000000..db7b920
--- /dev/null
+++ b/web/attachments/332433-check_linux_raid__lenny_md10+_mn.diff
@@ -0,0 +1,11 @@
1--- /usr/lib/nagios/plugins/check_linux_raid.org 2009-06-25 19:06:27.000000000 +0200
2+++ /usr/lib/nagios/plugins/check_linux_raid 2009-06-25 19:16:45.000000000 +0200
3@@ -44,7 +44,7 @@
4
5 my $nextdev;
6 if(defined $ARGV[0]) { $nextdev = shift; }
7-else { $nextdev = "md[0-9]"; }
8+else { $nextdev = "md[0-9]+"; }
9
10 my $code = "UNKNOWN";
11 my $msg = "";