sensu-plugins / sensu-plugins-mailer

This plugin is an email handler for Sensu.
http://sensu-plugins.io
MIT License
17 stars 37 forks source link

Add NTLM auth options via dependency #43

Closed adam820 closed 7 years ago

adam820 commented 7 years ago

Pull Request Checklist

Is this in reference to an existing issue? No

General

Our corporate server is a hosted Exchange 2010 that only supports NTLM auth. Adding ruby-ntlm as a dependency allows the use of "smtp_authentication": "ntlm" in the mailer.json to successfully authenticate. This took me the better part of a day to figure out, so I feel other admins new to Sensu could benefit from OOB experience.

Known Compatablity Issues