mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
ansible/prometheus: bump retention to 180 days
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
6215335fb3
commit
7ea1371f62
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Type=simple
|
|||
ExecStart=/usr/local/bin/prometheus \
|
||||
--config.file {{ prometheus_config }}/prometheus.yml \
|
||||
--storage.tsdb.path {{ prometheus_data }} \
|
||||
--storage.tsdb.retention.time 60d \
|
||||
--storage.tsdb.retention.time 180d \
|
||||
--log.level debug
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue