1
0
Fork 0
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:
Matt Layher 2019-07-09 11:26:06 -04:00
parent 6215335fb3
commit 7ea1371f62

View file

@ -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]