Don't load Django rules prometheus-federate

This commit is contained in:
jeltz 2021-03-06 00:44:22 +01:00
parent 4ca7ebd144
commit 32669e1fb1

View file

@ -23,7 +23,6 @@
notify: Restart Prometheus
loop:
- alert.rules.yml
- django.rules.yml
# We don't need to restart Prometheus when updating nodes
- name: Configure Prometheus Federate devices
@ -44,3 +43,4 @@
src: update-motd.d/05-service.j2
dest: /etc/update-motd.d/05-prometheus
mode: 0755
...