Improved CONFIGURATION comment to better describe the user property

This commit is contained in:
Neraud 2018-08-04 17:36:32 +02:00
parent 1027f5e57a
commit 0d5384516c
1 changed files with 3 additions and 2 deletions

View File

@ -44,13 +44,14 @@ For example, you can use the following cron :
Use your "/etc/munin/plugin-conf.d/munin-node" to configure this plugin.
[git_commit_behind]
user root
user [user]
env.git_path /path/to/git
env.update.mode [munin|cron]
env.update.probability 12
env.update.maxinterval 7200
user root : required (to be able to switch to each repo user)
user [user] : required, the owner of the repository checkouts
in case of multiple different owners, use root
env.git_path : optional (default : /usr/bin/git), the path to the git binary.
env.update.mode : optional (default : munin), the update mode.
munin : repositories are git fetched during the pugin execution