summaryrefslogtreecommitdiff
path: root/app-metrics/uwsgi_exporter/files/uwsgi_exporter.service
blob: 229a1f397fe59911c2cb801d5740145b9a8f17d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=uWSGI metrics exporter for prometheus.io
Documentation=https://github.com/timonwong/uwsgi_exporter/
After=network-online.target

[Service]
User=uwsgi_exporter
Restart=on-failure
Environment=UWSGI_EXPORTER_ARGS="--web.listen-address=:9117 --stats.uri=http://localhost:1717"
ExecStart=/usr/bin/uwsgi_exporter $UWSGI_EXPORTER_ARGS
ExecReload=/bin/kill -HUP $MAINPID
TimeoutStopSec=20s
SendSIGKILL=no

[Install]
WantedBy=multi-user.target