diff --git a/docs/monitoring.md b/docs/monitoring.md index 409dca80e58767c0a3cb60769e12c726cffe43dd..175ace43c0e26b48dfa75066d6b8ebf9bec827c5 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -23,7 +23,7 @@ For general system performance monitoring [prometheus-node-exporter](https://git ### Borg -For monitoring our borg backups prometheus-node-exporter's textfile collector feature is used, the textfile is written by a systemd service run periodically by a systemd timer called prometheus-borg-textcollector. Borg's last backup time is recorded for our Hetzner and rsync.net backups. Adding monitoring to a system is as simple as: +For monitoring our borg backups prometheus-node-exporter's textfile collector feature is used, the textfile is written by a systemd service called prometheus-borg-textcollector. Borg's last backup time is recorded for our Hetzner and rsync.net backups. Adding monitoring to a system is as simple as: * Add the host to the `borg_clients` group * Rollout exporter on host: `ansible-playbook playbooks/host.yml -t prometheus_exporters`