mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
Fixed NOTES comment to better explain the fetch munin/cron modes
This commit is contained in:
parent
81b129dd81
commit
1027f5e57a
1 changed files with 5 additions and 2 deletions
|
@ -11,8 +11,11 @@ how many commits behind their remote they are
|
||||||
This plugin is similar to how apt_all works for apt packages.
|
This plugin is similar to how apt_all works for apt packages.
|
||||||
|
|
||||||
To be able to check how behind a git repository is, we need to run git fetch.
|
To be able to check how behind a git repository is, we need to run git fetch.
|
||||||
To avoid fetching all repos every 5 minutes and slowing down the munin-node,
|
To avoid fetching all repos every 5 minutes (for each munin period) and thus
|
||||||
the fetch operation is triggered via a cron job.
|
slowing down the data collection, the git fetch operation is only randomly
|
||||||
|
triggered (based on env.update.probability).
|
||||||
|
In case of very time-consuming update operations, you can run them in a
|
||||||
|
separate cron job.
|
||||||
|
|
||||||
=head1 REQUIREMENTS
|
=head1 REQUIREMENTS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue