fix misformat in config docs
This commit is contained in:
@@ -598,18 +598,13 @@ Note that multiple SNMP v2 community strings need to be in separate named
|
|||||||
stanza, as below. However for simple v2 configurations you can use the
|
stanza, as below. However for simple v2 configurations you can use the
|
||||||
C<community> shorthand:
|
C<community> shorthand:
|
||||||
|
|
||||||
snmp_auth:
|
snmp_auth:
|
||||||
- tag: 'default_v2_readonly1'
|
- tag: 'default_v2_readonly1'
|
||||||
community: 'read1'
|
community: 'read1'
|
||||||
read: true
|
- tag: 'default_v2_readonly2'
|
||||||
write: false
|
community: 'read2'
|
||||||
- tag: 'default_v2_readonly2'
|
|
||||||
community: 'read2'
|
|
||||||
read: true
|
|
||||||
write: false
|
|
||||||
|
|
||||||
# or...
|
# or...
|
||||||
|
|
||||||
community: ['read1', 'read2']
|
community: ['read1', 'read2']
|
||||||
|
|
||||||
=head3 C<get_community>
|
=head3 C<get_community>
|
||||||
|
|||||||
Reference in New Issue
Block a user