From 1ff99a27f1fbe3eb1c5c3186fc8a4ac3e201d612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Charaoui?= <jerome@riseup.net> Date: Sat, 11 Feb 2023 23:02:24 -0500 Subject: [PATCH] add reportprom item to config file manpage --- man/backupninja.conf.5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/backupninja.conf.5 b/man/backupninja.conf.5 index ff6b055..286adea 100644 --- a/man/backupninja.conf.5 +++ b/man/backupninja.conf.5 @@ -42,6 +42,11 @@ How verbose to make the logs. .br 1 = Fatal errors +.TP +.B reportprom +Produce prometheus metrics of backup status. Requires `prometheus-node-exporter` +to be installed. + .TP .B reportemail Send a summary of the backup status to this email address. -- GitLab