Your message dated Fri, 28 Nov 2014 14:43:19 +0100
with message-id <[email protected]>
and subject line fixed in 2.0.25-1
has caused the Debian Bug report #767017,
regarding munin-plugins-extra: iostat_ios plugin should support /dev/vdX
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
767017: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767017
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: munin-plugins-extra
severity: minor
tags: patch
x-debbugs-cc: Steve Schnepp <[email protected]>
version: 2.0.24-1
# also in 2.1.9
Hi,
the iostat_ios plugin doesnt support virtual harddrive devices like /dev/vda
or /dev/vdb. Trivial patch attached.
cheers,
Holger
From ca1f1750f2afffa8892fed6e12838308dcf839c8 Mon Sep 17 00:00:00 2001
From: Holger Levsen <[email protected]>
Date: Mon, 27 Oct 2014 18:24:17 +0100
Subject: [PATCH] iostat_ios plugin: also support /dev/vdX devices
---
plugins/node.d.linux/iostat_ios.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/node.d.linux/iostat_ios.in b/plugins/node.d.linux/iostat_ios.in
index cb9d775..2baf133 100644
--- a/plugins/node.d.linux/iostat_ios.in
+++ b/plugins/node.d.linux/iostat_ios.in
@@ -105,7 +105,7 @@ sub filter {
}
if(defined($tmpnam)) {
return 0 if ($tmpnam =~ /part\d+$/);
- return 0 if ($tmpnam =~ /^\s*(?:sd|hd)[a-z]\d+\s*$/);
+ return 0 if ($tmpnam =~ /^\s*(?:sd|hd|vd)[a-z]\d+\s*$/);
}
return 1;
--
1.9.1
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
version: 2.0.25-1
signature.asc
Description: This is a digitally signed message part.
--- End Message ---