24 lines
688 B
Plaintext
24 lines
688 B
Plaintext
###############################################################################
|
|
# Access Control
|
|
###############################################################################
|
|
|
|
com2sec readonly localhost public
|
|
|
|
group MyROGroup v1 readonly
|
|
group MyROGroup v2c readonly
|
|
|
|
view all included .1 80
|
|
|
|
access MyROGroup "" any noauth exact all none none
|
|
|
|
syslocation Wonderland
|
|
syscontact Alice
|
|
|
|
|
|
###############################################################################
|
|
# Embedded Subagents
|
|
###############################################################################
|
|
|
|
perl do "tests/check_snmp_agent.pl";
|
|
|