blob: 3612f2b6f46e27352b66761fe1dcd4b2b74f466e (
plain)
1
2
3
4
5
6
7
8
9
10
|
help: Configure Simple Network Management Protocol (SNMP)
commit:expression: $VAR(community/) != ""; "must configure a community"
create:expression: "/opt/vyatta/sbin/vyatta-snmp.pl --init-snmp"
delete:expression: "touch /tmp/snmp.$PPID"
end:expression: "if [ -f \"/tmp/snmp.$PPID\" ]; then \
sudo /opt/vyatta/sbin/vyatta-snmp.pl --stop-snmp \
rm /tmp/snmp.$PPID; \
else \
sudo /opt/vyatta/sbin/vyatta-snmp.pl --update-snmp; \
fi; "
|