Scrape healthchecks.io with prometheus and use it for outbound monitoring of prometheus scrapes
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
chdir: /opt/prometheus
|
||||
cmd: "{{ docker_update_command }}"
|
||||
|
||||
- name: restart telegraf
|
||||
- name: reload prometheus
|
||||
shell:
|
||||
chdir: /opt/telegraf
|
||||
cmd: "{{ docker_update_command }}"
|
||||
chdir: /opt/prometheus
|
||||
cmd: docker-compose exec prometheus kill -HUP 1
|
||||
|
Reference in New Issue
Block a user