1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

[fresh_backup] Add missing reference to backup-manager

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
Olivier Mehani 2016-11-06 13:18:56 +11:00
parent f751a0d865
commit 07fb93c2a4

View file

@ -29,10 +29,14 @@ This will also set the warning and critical values for this plugin to 2*4 and
4, respectively, meaning that if the number of fresh files goes below those 4, respectively, meaning that if the number of fresh files goes below those
limits, the relevant notifications will be triggerred. limits, the relevant notifications will be triggerred.
An example configuration snippet for backup-manager [0] follows.
export BM_REPOSITORY_ROOT="/path/to/your/backups" export BM_REPOSITORY_ROOT="/path/to/your/backups"
export BM_TARBALL_FILETYPE="tar.bz2" export BM_TARBALL_FILETYPE="tar.bz2"
export BM_TARBALL_DIRECTORIES="/etc /home /srv /data" export BM_TARBALL_DIRECTORIES="/etc /home /srv /data"
[0] https://github.com/sukria/Backup-Manager
=head1 AUTHOR =head1 AUTHOR
Olivier Mehani <shtrom+munin@ssji.net> Olivier Mehani <shtrom+munin@ssji.net>