Improve install instructions
This commit is contained in:
parent
9d2eeb3ed3
commit
fff862e212
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
|||
# Borg exporter
|
||||
|
||||
Export borg information to server3. Extended to export information about a list of borg repositories (discovered via `find`), and also to export details about today's backups.
|
||||
Export borg information to prometheus. Extended to export information about a list of borg repositories (discovered via `find`), and also to export details about today's backups.
|
||||
|
||||
## Dependencies
|
||||
|
||||
* [Dateutils](http://www.fresse.org/dateutils/)
|
||||
* server3 (obviously)
|
||||
* [Dateutils](http://www.fresse.org/dateutils/) `sudo apt-get install dateutils`
|
||||
* Node Exporter with textfile collector
|
||||
* [Borg](https://github.com/borgbackup/borg)
|
||||
* binutils (sed, grep, wc, etc)
|
||||
|
|
Loading…
Reference in a new issue