blob: 62adc5344e8b96ba453393c6a5f0692206d02c2d (
plain)
1
2
3
4
5
6
7
8
9
10
|
help: Configure 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; "
|