Inventory: update prometheus_opts
This commit is contained in:
parent
703f1ebd01
commit
ac15a69ac5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ prometheus_components:
|
||||||
- node_exporter
|
- node_exporter
|
||||||
- blackbox_exporter
|
- blackbox_exporter
|
||||||
|
|
||||||
prometheus_opts: "--web.external-url=https://{{ http_prometheus_prefix }}.{{ http_domain_external }}"
|
prometheus_opts: "--web.external-url=https://{{ http_prometheus_prefix }}.{{ http_domain_external }} --storage.tsdb.retention.time=30d"
|
||||||
alertmanager_opts: "--web.external-url=https://{{ http_prometheus_prefix }}.{{ http_domain_external }}/alertmanager/"
|
alertmanager_opts: "--web.external-url=https://{{ http_prometheus_prefix }}.{{ http_domain_external }}/alertmanager/"
|
||||||
|
|
||||||
yanic_blacklist:
|
yanic_blacklist:
|
||||||
|
|
Loading…
Reference in a new issue