diff --git a/scripts/boobank-munin b/scripts/boobank-munin index 99bfe85c..3f07e3a6 100755 --- a/scripts/boobank-munin +++ b/scripts/boobank-munin @@ -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'