- Timestamp:
- Mar 14, 2009, 3:06:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/xvm-munin-config/debian/xvm-munin-host-config.postinst
r1781 r2247 37 37 # Install munin plugins that are now configured 38 38 munin-node-configure --suggest --shell | sh 39 40 (cd /etc/munin/plugins; 41 for i in smart_*; do 42 if smartctl -i /dev/${i#smart_} | grep Device | grep EQLOGIC; then 43 rm -v $i; 44 fi 45 done) 39 46 40 47 invoke-rc.d munin-node restart
Note: See TracChangeset
for help on using the changeset viewer.