diff options
Diffstat (limited to 'templates/protocols/snmp/community')
-rw-r--r-- | templates/protocols/snmp/community/node.def | 2 | ||||
-rw-r--r-- | templates/protocols/snmp/community/node.tag/authorization/node.def | 4 | ||||
-rw-r--r-- | templates/protocols/snmp/community/node.tag/node.def | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/templates/protocols/snmp/community/node.def b/templates/protocols/snmp/community/node.def index 18472af8..07bedcd1 100644 --- a/templates/protocols/snmp/community/node.def +++ b/templates/protocols/snmp/community/node.def @@ -1,3 +1,3 @@ tag: type: txt -help: "Community name" +help: Community name diff --git a/templates/protocols/snmp/community/node.tag/authorization/node.def b/templates/protocols/snmp/community/node.tag/authorization/node.def index fee6aa42..005e9b39 100644 --- a/templates/protocols/snmp/community/node.tag/authorization/node.def +++ b/templates/protocols/snmp/community/node.tag/authorization/node.def @@ -1,7 +1,7 @@ type: txt default: "ro" -help: "Authorization type (rw or ro)" -syntax: $(@) in "ro", "rw"; "Authorization type must be either rw or ro" +help: Authorization type (rw or ro) +syntax:expression: $VAR(@) in "ro", "rw"; "Authorization type must be either rw or ro" diff --git a/templates/protocols/snmp/community/node.tag/node.def b/templates/protocols/snmp/community/node.tag/node.def index 410186c6..20430928 100644 --- a/templates/protocols/snmp/community/node.tag/node.def +++ b/templates/protocols/snmp/community/node.tag/node.def @@ -1 +1 @@ -help: "Community options" +help: Community options |