mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-08-20 11:36:15 +00:00
10 lines
267 B
Desktop File
10 lines
267 B
Desktop File
[Unit]
|
|
Description=Simple translator from mqtt messages to prometheus. Analog to pushgateway
|
|
Before=prometheus.service
|
|
|
|
[Service]
|
|
ExecStart=/opt/mqtt2prometheus/mqtt2prometheus -config /etc/mqtt2prometheus/config.yaml -port 8002
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|