I currently have a script that listens for incoming traffic for e-mail / syslog / and SNMP v1, I'm looking to add functionality for SNMP v3 but the ruby SNMP library doesn't include v3 support.
I prefer it to be a ruby only solution because this tool will be used by others and I don't want to require them to install something like net-snmp if I can avoid it.