2018-04-19 19:48:50 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Prometheus - Prometheus metrics collector.
|
|
|
|
Documentation=https://prometheus.io/docs/introduction/overview/
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User={{ prometheus_user }}
|
|
|
|
Group={{ prometheus_user }}
|
|
|
|
EnvironmentFile=/etc/default/prometheus
|
2018-04-20 12:09:56 +02:00
|
|
|
ExecStart={{ prometheus_cmd }} $PROMETHEUS_STARTUP_OPTS
|
2018-04-20 14:18:52 +02:00
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
2018-04-19 19:48:50 +02:00
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|