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: