diff options
Diffstat (limited to 'templates/service/snmp/community')
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/service/snmp/community/node.def b/templates/service/snmp/community/node.def index 32eb4800..d7e3ade7 100644 --- a/templates/service/snmp/community/node.def +++ b/templates/service/snmp/community/node.def @@ -1,5 +1,5 @@ tag: type: txt -help: Set community name [REQUIRED] +help: Community name [REQUIRED] syntax:expression: pattern $VAR(@) "^[^%]+$" ; \ "Community string may not contain %" diff --git a/templates/service/snmp/community/node.tag/authorization/node.def b/templates/service/snmp/community/node.tag/authorization/node.def index c8918d43..aac6b0b2 100644 --- a/templates/service/snmp/community/node.tag/authorization/node.def +++ b/templates/service/snmp/community/node.tag/authorization/node.def @@ -1,6 +1,6 @@ type: txt default: "ro" -help: Set authorization type (rw or ro) (default: ro) +help: Authorization type (rw or ro) (default: ro) syntax:expression: $VAR(@) in "ro", "rw"; "Authorization type must be either rw or ro" diff --git a/templates/service/snmp/community/node.tag/client/node.def b/templates/service/snmp/community/node.tag/client/node.def index 427a9939..37493268 100644 --- a/templates/service/snmp/community/node.tag/client/node.def +++ b/templates/service/snmp/community/node.tag/client/node.def @@ -1,3 +1,3 @@ multi: type: ipv4,ipv6 -help: Set IP address of SNMP client allowed to contact system +help: IP address of SNMP client allowed to contact system diff --git a/templates/service/snmp/community/node.tag/network/node.def b/templates/service/snmp/community/node.tag/network/node.def index 4b80a51b..d9afa4e5 100644 --- a/templates/service/snmp/community/node.tag/network/node.def +++ b/templates/service/snmp/community/node.tag/network/node.def @@ -1,4 +1,4 @@ multi: type: ipv4net,ipv6net -help: Set subnet of SNMP client(s) allowed to contact system +help: Subnet of SNMP client(s) allowed to contact system syntax:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $VAR(@)" |