A Fledge north plugin that sends SNMP traps from audits events
The destination to which traps should be sent
Secondary destination, in backup from the previous one. Thie field can be empty if none.
Source of the data. Only audits are handled.
JSON containing bindings between the Fledge audit name and OID.
SNMP version that will be used by the plugin. Can be v2c or v3.
V3 The Engine ID used by the plugin
V3 The security level used by the plugin. Can be noAuthNoPriv,authNoPriv and authPriv.
V3 The name of the SNMP user that will be used by the plugin.
V3-auth Authentication method used by the plugin. Can be SHA or MD5.
V3-auth Password used by the plugin.
V3-authPriv Encryption method used by the plugin. Can be AES or DES.
V3-authPriv Cypher Key used for the Encryption.