summarylogtreecommitdiffstats
path: root/prometheus-snmp-exporter.service
blob: 1a7e3e7f7f89cfafd856020c5c5326a401518bc5 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Prometheus Exporter for SNMP metrics
After=network.target

[Service]
ExecStart=/usr/bin/prometheus_snmp_exporter -config-file /etc/prometheus/snmp.yml -log.level warn

[Install]
WantedBy=multi-user.target