diff options
Diffstat (limited to 'plugins/tests/conf')
| -rw-r--r-- | plugins/tests/conf/snmpd.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/tests/conf/snmpd.conf b/plugins/tests/conf/snmpd.conf new file mode 100644 index 00000000..eff5b0b3 --- /dev/null +++ b/plugins/tests/conf/snmpd.conf | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | ############################################################################### | ||
| 2 | # Access Control | ||
| 3 | ############################################################################### | ||
| 4 | |||
| 5 | com2sec readonly localhost public | ||
| 6 | |||
| 7 | group MyROGroup v1 readonly | ||
| 8 | group MyROGroup v2c readonly | ||
| 9 | |||
| 10 | view all included .1 80 | ||
| 11 | |||
| 12 | access MyROGroup "" any noauth exact all none none | ||
| 13 | |||
| 14 | syslocation Wonderland | ||
| 15 | syscontact Alice | ||
| 16 | |||
| 17 | |||
| 18 | ############################################################################### | ||
| 19 | # Embedded Subagents | ||
| 20 | ############################################################################### | ||
| 21 | |||
| 22 | perl do "tests/check_snmp_agent.pl"; | ||
| 23 | |||
