From f439141f9041695b7218cf9ee92825caf34cefd6 Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 15 Feb 2012 16:57:17 +0100 Subject: [PATCH] Small improvement of boobank-munin documentation Signed-off-by: Florent Signed-off-by: Romain Bignon --- scripts/boobank-munin | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'