Small improvement of boobank-munin documentation

Signed-off-by: Florent <weboob@flo.fourcot.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
This commit is contained in:
Florent 2012-02-15 16:57:17 +01:00 committed by Romain Bignon
commit f439141f90

View file

@ -52,14 +52,15 @@ class BoobankMuninPlugin(object):
print '[boobank]' print '[boobank]'
print 'user romain' print 'user romain'
print 'group romain' print 'group romain'
print 'env.HOME /home/romain'
print '# The weboob directory path.' print '# The weboob directory path.'
print 'env.weboob_path /home/romain/.weboob/' print 'env.weboob_path /home/romain/.config/weboob/'
print '# Monitored accounts. If this parameter is missing, all accounts' print '# Monitored accounts. If this parameter is missing, all accounts'
print '# will be displayed.' print '# will be displayed.'
print 'env.boobank_monitored 0125XXXXXXXXXXXX@bnporc 0125XXXXXXXXXXXX@bnporc' print 'env.boobank_monitored 0125XXXXXXXXXXXX@bnporc 0125XXXXXXXXXXXX@bnporc'
print '# To prevent mass connections to bank websites, results are cached.' print '# To prevent mass connections to bank websites, results are cached.'
print '# You can set here the expiration delay (in seconds).' print '# You can set here the expiration delay (in seconds).'
print 'env.boobank_cache_expire 3600' print 'env.boobank_cache_expire 7200'
print '# If enabled, coming operations are added to the value of accounts\'' print '# If enabled, coming operations are added to the value of accounts\''
print '# balance.' print '# balance.'
print 'env.boobank_add_coming 1' print 'env.boobank_add_coming 1'