mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Improved CONFIGURATION comment to better describe the user property
This commit is contained in:
parent
1027f5e57a
commit
0d5384516c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user