11 lines
193 B
Desktop File
11 lines
193 B
Desktop File
[Unit]
|
|
Description=SNMP Exporter
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
ExecStart=/usr/local/bin/snmp_exporter --config.file /etc/prometheus_exporters.d/snmp.yml
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|