kevinzen / send_nsca

A pure ruby implementation of the send_nsca program for sending passive alerts to Nagios through NSCA.
http://rubygems.org/gems/send_nsca
MIT License
15 stars 9 forks source link

add password encryption method support #4

Closed meza closed 10 years ago

meza commented 10 years ago

Currently I need to use AES (encryption method 14), so the normal xor will not work :(

kevinzen commented 10 years ago

Can you fork the project, add the method you need and then submit it as a pull request? If it works and has appropriate test support I'll merge it into the main project. Then others can improve it and also benefit from your efforts.

meza commented 10 years ago

I've played around with it, but doesn't seem to work. I've looked at other implementations and all report issues with the way nsca deals with AES. I gave up and shelled out to send_nsca for now.

sadpanda

kevinzen commented 10 years ago

thanks - if you make progress please let me know.