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:
parent
cbefbe81d2
commit
f439141f90
1 changed files with 3 additions and 2 deletions
|
|
@ -52,14 +52,15 @@ class BoobankMuninPlugin(object):
|
|||
print '[boobank]'
|
||||
print 'user romain'
|
||||
print 'group romain'
|
||||
print 'env.HOME /home/romain'
|
||||
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 '# will be displayed.'
|
||||
print 'env.boobank_monitored 0125XXXXXXXXXXXX@bnporc 0125XXXXXXXXXXXX@bnporc'
|
||||
print '# To prevent mass connections to bank websites, results are cached.'
|
||||
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 '# balance.'
|
||||
print 'env.boobank_add_coming 1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue