summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7a7f9d2)
svn path=/trunk/packages/xvm-munin-config/; revision=2248
# 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
- (cd /etc/munin/plugins;
+ (cd /etc/munin/plugins &&
- if smartctl -i /dev/${i#smart_} | grep Device | grep EQLOGIC; then
- rm -v $i;
+ if smartctl -i "/dev/${i#smart_}" | grep Device | grep EQLOGIC; then
+ rm -v "$i";