summaryrefslogtreecommitdiff
path: root/data/templates/snmp/override.conf.j2
blob: 33b610fe3efd4a40758d21fe1534151a8a39763a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% set vrf_command = 'ip vrf exec ' ~ vrf ~ ' ' if vrf is vyos_defined else '' %}
[Unit]
StartLimitIntervalSec=0
After=vyos-router.service

[Service]
Environment=
Environment="MIBDIRS=/usr/share/snmp/mibs:/usr/share/snmp/mibs/iana:/usr/share/snmp/mibs/ietf:/usr/share/vyos/mibs"
ExecStart=
ExecStart={{ vrf_command }}/usr/sbin/snmpd -LS0-5d -Lf /dev/null -u Debian-snmp -g Debian-snmp -f -p /run/snmpd.pid
# Sync engineBoot value between snmpd.conf and engineboots.count when user restarts the service manually
ExecStartPost=!/usr/bin/python3 /usr/libexec/vyos/system/sync-snmp-engine-boots.py
Restart=always
RestartSec=10