summaryrefslogtreecommitdiffstats
path: root/plugins/tests/conf/snmpd.conf
blob: eff5b0b3c580517bef8e61eea1237a2c3528e9b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
###############################################################################
# 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";