monitoring-plugins/plugins/tests/conf/snmpd.conf
Thomas Guyot-Sionnest 8a96ee4741 Add tests using custom snmp agent
Only multi-line string test for now (regression test), counter rollover
tests planed with my snmp_counters_new branch.

NB: 64bit counters are broken in NetSNMP::agent from NetSNMP version 5.4.1
    and lower, but might come in handy one day
2009-07-31 03:07:38 -04:00

23 lines
688 B
Text

###############################################################################
# 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";