Changeset 4 for smstools_

Show
Ignore:
Timestamp:
02/02/09 19:43:57 (16 years ago)
Author:
ixs
Message:

SMSTools Plugin added

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • smstools_

    r3 r4  
    3737# statsdir in the munin-plugin configuration 
    3838# 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. 
    4040# 
    4141# [smstools*] 
     42# user root 
    4243# env.statsdir /var/log/smsd_stats 
    4344# env.cleanup true 
     
    5354STATSDIR=${statsdir:-/var/log/smsd_stats} 
    5455CLEANUP=${cleanup:-false} 
    55 ${0##*/} 
    5656MODEM=`basename $0 | sed 's/^smstools_//g'` 
    5757