projects
/
invirt/packages/xvm-munin-config.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove extraneous munin plugins on hosts
[invirt/packages/xvm-munin-config.git]
/
debian
/
xvm-munin-host-config.postinst
diff --git
a/debian/xvm-munin-host-config.postinst
b/debian/xvm-munin-host-config.postinst
index
890770a
..
227a982
100755
(executable)
--- a/
debian/xvm-munin-host-config.postinst
+++ b/
debian/xvm-munin-host-config.postinst
@@
-26,13
+26,15
@@
case "$1" in
# Install munin plugins that are now configured
munin-node-configure --suggest --shell | sh
# Install munin plugins that are now configured
munin-node-configure --suggest --shell | sh
+ # Remove extraneous munin plugins
(cd /etc/munin/plugins &&
for i in smart_*; do
if smartctl -i "/dev/${i#smart_}" | grep Device | grep EQLOGIC; then
rm -v "$i";
fi
done)
(cd /etc/munin/plugins &&
for i in smart_*; do
if smartctl -i "/dev/${i#smart_}" | grep Device | grep EQLOGIC; then
rm -v "$i";
fi
done)
-
+ (shopt -s nullglob; rm -v /etc/munin/plugins/if*_tap* || :)
+
invoke-rc.d munin-node restart
;;
invoke-rc.d munin-node restart
;;