Fix monitoring
This commit is contained in:
parent
e0b69be43a
commit
5ee1172861
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# Prometheus targets.json
|
||||
prometheus_targets:
|
||||
- labels: {job: node}
|
||||
targets: "{{ groups['pacaterie'] | map('replace', '.org', '.org:9100') | list | sort }}"
|
||||
targets: "{{ groups['pacaterie'] | map('replace', '.re', '.re:9100') | list | sort }}"
|
||||
- labels: {job: prometheus}
|
||||
targets: ['localhost:9090']
|
||||
roles:
|
||||
|
|
Loading…
Reference in a new issue