Change default job destination example

This commit is contained in:
Orsiris de Jong 2023-05-27 16:09:48 +02:00
parent 83dcb55b17
commit 3990d94e33
2 changed files with 2 additions and 0 deletions

View file

@ -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:

View file

@ -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: