Add SNMPv3 authentication and encryption support
authorMichael Pilat <mike@mikepilat.com>
Fri, 28 Jun 2013 10:45:54 +0000 (05:45 -0500)
committerMichael Pilat <mike@mikepilat.com>
Fri, 28 Jun 2013 10:50:49 +0000 (05:50 -0500)
commit3007e142b24f402a6df26c5be9564722f155a297
treea7537786be00dba09939b3bae8a855029b4af024
parent514a9990b21a3450f815f346ea6a191531934265
Add SNMPv3 authentication and encryption support

Adds the following configuration options to support SNMPv3 authentication:
* SecurityLevel - authPriv | authNoPriv | noAuthNoPriv
* Username - username for authentication
* AuthPassphrase - passphrase for authentication
* AuthProtocol - MD5 or SHA
* PrivacyPassphrase - passphrase for encryption
* PrivacyProtocol - AES or DES
* Context - Optional authentication context
src/collectd-snmp.pod
src/snmp.c