13 lines
603 B
Plaintext
13 lines
603 B
Plaintext
##############################################################################
|
|
##### File created by Puppet - manual changes will be overwritten #####
|
|
###############################################################################
|
|
[Service]
|
|
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 %> \
|
|
--web.enable-remote-write-receiver \
|
|
--web.enable-lifecycle \
|
|
--storage.tsdb.wal-compression |