summaryrefslogtreecommitdiff
path: root/templates/service/snmp/node.def
blob: 183cc5c39eb7ce426ac06a4af241393166289fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
priority: 980
help: Simple Network Management Protocol (SNMP)
commit:expression: $VAR(community/) != "" || $VAR(community6/) != "" \
		   ; "must configure a community or community6"

delete: touch /tmp/snmp.$PPID
end:if [ -f "/tmp/snmp.$PPID" ]
    then sudo /opt/vyatta/sbin/vyatta-snmp.pl --stop-snmp
         rm /tmp/snmp.$PPID
	 sudo rm -f /etc/snmp/snmpd.conf
    else
        sudo /opt/vyatta/sbin/vyatta-snmp.pl --update-snmp
    fi