summarylogtreecommitdiffstats
path: root/snmp_exporter.service
blob: 3bbd2ba813c6c763f2d655b6192f1c0f0194b260 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Prometheus SNMP exporter
After=network.target

[Service]
ExecStart=/usr/bin/snmp_exporter --config.file /etc/prometheus/snmp.yml
User=prometheus
Group=prometheus

[Install]
WantedBy=multi-user.target