Index: smstools_ =================================================================== --- smstools_ (revision 3) +++ smstools_ (revision 4) @@ -37,7 +37,8 @@ # statsdir in the munin-plugin configuration # In case you do not want your statistics-dump from smsd deleted after reading, -# set env.cleanup to false: +# set env.cleanup to false. If you want cleanup to work, run the plugin as root. # # [smstools*] +# user root # env.statsdir /var/log/smsd_stats # env.cleanup true @@ -53,5 +54,4 @@ STATSDIR=${statsdir:-/var/log/smsd_stats} CLEANUP=${cleanup:-false} -${0##*/} MODEM=`basename $0 | sed 's/^smstools_//g'`