mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-03 18:49:29 -05:00
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
23 lines
688 B
Text
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";
|
|
|