Skip to content
Snippets Groups Projects
Verified Commit 12fbdc54 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

prometheus: Fix "cli configuration" changes not taking effect automatically

Fixes: bd19c007 ("Add configuration to retain prometheus data for 1 year")
parent ae918867
No related branches found
No related tags found
No related merge requests found
Pipeline #115215 passed
- name: Reload prometheus
service: name=prometheus state=reloaded
- name: Restart prometheus
service: name=prometheus state=restarted
......@@ -7,7 +7,7 @@
- name: Install prometheus cli configuration
template: src=prometheus.conf.j2 dest=/etc/conf.d/prometheus owner=root group=root mode=644
notify: Reload prometheus
notify: Restart prometheus
- name: Install prometheus web-config configuration
template: src=web-config.yml.j2 dest=/etc/prometheus/web-config.yml owner=root group=prometheus mode=640
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment