]> git.ipfire.org Git - thirdparty/pdns.git/blob - regression-tests.dnsdist/snmpd.conf
Merge pull request #8713 from rgacogne/auth-strict-caches-size
[thirdparty/pdns.git] / regression-tests.dnsdist / snmpd.conf
1
2 # act as an Agent X master so that dnsdist can export SNMP statistics
3 master agentx
4
5 # allow dnsdist to connect to the Agent X master socket
6 agentxperms 0700 0755 dnsdist
7
8 # SNMPv2c community
9 rocommunity secretcommunity
10
11 # SNMPv3 user
12 createUser secretuser SHA "mysecretauthkey" AES "mysecretenckey"
13 rouser secretuser