3
0
Arne Teuke
2025-10-18 16:13:50 +02:00
parent 0991d3ddb4
commit 6017957f6c

View File

@@ -6,8 +6,8 @@ ExecStart=
ExecStart=/usr/bin/prometheus \
--config.file=/etc/prometheus/prometheus.yml \
--storage.tsdb.path=/var/lib/prometheus \
--storage.tsdb.retention.time=<%= @ps_retention_time %>
--storage.tsdb.retention.size=<%= @ps_retention_size %>
--storage.tsdb.retention.time=<%= @ps_retention_time %> \
--storage.tsdb.retention.size=<%= @ps_retention_size %> \
--web.enable-remote-write-receiver \
--web.enable-lifecycle
# --storage.tsdb.wal-compression
--web.enable-lifecycle \
--storage.tsdb.wal-compression \