pkg-monitoring-plugins/plugins/tests/conf/snmpd.conf

24 lines
688 B
Plaintext
Raw Normal View History

2013-11-26 22:57:29 +00:00
###############################################################################
# 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";