mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 07:51:03 +00:00
do not need the variable for newer configs
This commit is contained in:
parent
e7c9398ecc
commit
826208d51a
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# https://prometheus.io/docs/prometheus/latest/storage/#operational-aspects
|
# https://prometheus.io/docs/prometheus/latest/storage/#operational-aspects
|
||||||
export retention_time="15d"
|
# edit this variable to change startup options
|
||||||
|
export cli_options="--storage.tsdb.retention.time=15d --storage.tsdb.path=/app/data/storage"
|
||||||
# edit this variable for various startup options
|
|
||||||
export cli_options="--storage.tsdb.retention.time=$retention_time --storage.tsdb.path=/app/data/storage"
|
|
||||||
|
|
Loading…
Reference in a new issue