Nagios HTML Email Templates
Posted by Dave Eddy on 24 Feb 2014Generate HTML emails for Nagios service and host alerts
We've open sourced a script we have created to turn your boring, plain-text Nagios emails into fancy, HTML, emails (with color!). You can check out the project on GitHub and take a look at the screenshots below.
https://github.com/Voxer/nagios-html-email
The code is written in Node.JS, and the HTML templates are written using EJS. Installation is as easy as
[sudo] npm install -g nagios-html-email
and modifying a single Nagios config file.
See the GitHub link above for installation instructions
License
MIT