From 3b0ae174b868d5cfa7dfdb645b014a98a69c0e2a Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Thu, 2 Apr 2009 02:07:06 -0400 Subject: [PATCH 1/1] Monitor howmany processes are currently wiping an LV svn path=/trunk/packages/xvm-munin-config/; revision=2287 --- debian/changelog | 6 ++++++ debian/xvm-munin-host-config.links | 1 + host/etc/munin/plugin-conf.d/ps_dd_wipe | 3 +++ 3 files changed, 10 insertions(+) create mode 100644 debian/xvm-munin-host-config.links create mode 100644 host/etc/munin/plugin-conf.d/ps_dd_wipe diff --git a/debian/changelog b/debian/changelog index 421aa5e..a44fc48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-munin-config (0.0.8) unstable; urgency=low + + * Monitor how many processes are currently wiping an LV + + -- Quentin Smith Thu, 02 Apr 2009 02:06:41 -0400 + xvm-munin-config (0.0.7) unstable; urgency=low * Remove smart monitoring for Equallogic RAID devices diff --git a/debian/xvm-munin-host-config.links b/debian/xvm-munin-host-config.links new file mode 100644 index 0000000..8b07195 --- /dev/null +++ b/debian/xvm-munin-host-config.links @@ -0,0 +1 @@ +/usr/share/munin/plugins/ps_ /etc/munin/plugins/ps_dd_wipe diff --git a/host/etc/munin/plugin-conf.d/ps_dd_wipe b/host/etc/munin/plugin-conf.d/ps_dd_wipe new file mode 100644 index 0000000..309e85f --- /dev/null +++ b/host/etc/munin/plugin-conf.d/ps_dd_wipe @@ -0,0 +1,3 @@ +[ps_dd_wipe] +env.name dd if /dev/zero +env.regex . -- 1.7.9.5