From 3990d94e336f41260b98a11b318619a2e425706b Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Sat, 27 May 2023 16:09:48 +0200 Subject: [PATCH] Change default job destination example --- examples/npbackup.linux.conf.dist | 1 + examples/npbackup.windows.conf.dist | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/npbackup.linux.conf.dist b/examples/npbackup.linux.conf.dist index 45c19f6..cb45ad2 100644 --- a/examples/npbackup.linux.conf.dist +++ b/examples/npbackup.linux.conf.dist @@ -47,6 +47,7 @@ prometheus: # Available variables: ${HOSTNAME}, ${RANDOM}[n], ${MACHINE_ID}, ${MACHINE_GROUP}, ${BACKUP_JOB} backup_job: ${MACHINE_ID} # Prometheus metrics destination can be a http / https server with optional basic authentication (pushgateway), or a file path for node textfile collector to pickup + # example: https://push.monitoring.example.tld/metrics/job/npbackup # example: https://push.monitoring.example.tld/metrics/job/${BACKUP_JOB} where ${BACKUP_JOB} is defined in prometheus_backup_job # example: /var/lib/prometheus/collector/mytextfile destination: diff --git a/examples/npbackup.windows.conf.dist b/examples/npbackup.windows.conf.dist index 61b7b49..2131fbc 100644 --- a/examples/npbackup.windows.conf.dist +++ b/examples/npbackup.windows.conf.dist @@ -47,6 +47,7 @@ prometheus: # Available variables: ${HOSTNAME}, ${RANDOM}[n], ${MACHINE_ID}, ${MACHINE_GROUP}, ${BACKUP_JOB} backup_job: ${MACHINE_ID} # Prometheus metrics destination can be a http / https server with optional basic authentication (pushgateway), or a file path for node textfile collector to pickup + # example: https://push.monitoring.example.tld/metrics/job/npbackup # example: https://push.monitoring.example.tld/metrics/job/${BACKUP_JOB} where ${BACKUP_JOB} is defined in prometheus_backup_job # example: /var/lib/prometheus/collector/mytextfile destination: