Corrected server_args to service_args for prometheus.server
This commit is contained in:
parent
94c6af6d25
commit
58503256a9
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ prometheus_service:
|
||||||
service.running:
|
service.running:
|
||||||
- name: prometheus
|
- name: prometheus
|
||||||
- enable: True
|
- enable: True
|
||||||
- reload: True
|
- reload: False
|
||||||
- watch:
|
- watch:
|
||||||
- file: prometheus_service_unit
|
- file: prometheus_service_unit
|
||||||
- file: prometheus_server_config
|
- file: prometheus_server_config
|
||||||
|
|
Loading…
Reference in a new issue