mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 11:53:12 +00:00
docs: fix config_flags_extra wrong example
The prometheus configuration `storage.tsdb.retention` should be setted via `prometheus_storage_retention`. If setted via `prometheus_config_flags_extra` it throws `duplicating configuration` error. Signed-off-by: gibix <gibix@inventati.org>
This commit is contained in:
parent
4af5c9bd30
commit
b443b7cd22
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ argument_specs:
|
|||
prometheus_config_flags_extra:
|
||||
description:
|
||||
- "Additional configuration flags passed to prometheus binary at startup"
|
||||
- "Example: prometheus_config_flags_extra: { storage.tsdb.retention: 15d, alertmanager.timeout: 10s }"
|
||||
- "Example: prometheus_config_flags_extra: { alertmanager.timeout: 10s }"
|
||||
type: "dict"
|
||||
prometheus_alertmanager_config:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue