Don't load Django rules prometheus-federate
This commit is contained in:
parent
4ca7ebd144
commit
32669e1fb1
1 changed files with 2 additions and 2 deletions
|
@ -23,12 +23,11 @@
|
||||||
notify: Restart Prometheus
|
notify: Restart Prometheus
|
||||||
loop:
|
loop:
|
||||||
- alert.rules.yml
|
- alert.rules.yml
|
||||||
- django.rules.yml
|
|
||||||
|
|
||||||
# We don't need to restart Prometheus when updating nodes
|
# We don't need to restart Prometheus when updating nodes
|
||||||
- name: Configure Prometheus Federate devices
|
- name: Configure Prometheus Federate devices
|
||||||
copy:
|
copy:
|
||||||
content: "{{ [{'targets': prometheus_targets }] | to_nice_json }}"
|
content: "{{ [{'targets': prometheus_targets }] | to_nice_json }}"
|
||||||
dest: /etc/prometheus/targets.json
|
dest: /etc/prometheus/targets.json
|
||||||
mode: 0644
|
mode: 0644
|
||||||
when: prometheus_targets is defined
|
when: prometheus_targets is defined
|
||||||
|
@ -44,3 +43,4 @@
|
||||||
src: update-motd.d/05-service.j2
|
src: update-motd.d/05-service.j2
|
||||||
dest: /etc/update-motd.d/05-prometheus
|
dest: /etc/update-motd.d/05-prometheus
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
...
|
||||||
|
|
Loading…
Reference in a new issue