Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
smstools_
r3 r4 37 37 # statsdir in the munin-plugin configuration 38 38 # In case you do not want your statistics-dump from smsd deleted after reading, 39 # set env.cleanup to false :39 # set env.cleanup to false. If you want cleanup to work, run the plugin as root. 40 40 # 41 41 # [smstools*] 42 # user root 42 43 # env.statsdir /var/log/smsd_stats 43 44 # env.cleanup true … … 53 54 STATSDIR=${statsdir:-/var/log/smsd_stats} 54 55 CLEANUP=${cleanup:-false} 55 ${0##*/}56 56 MODEM=`basename $0 | sed 's/^smstools_//g'` 57 57