Nagios notify via MS-Teams
I published a new project to GitHub today: Nagios MS-Teams notifications
This project sends alerts about hosts and services via MS-Teams.
I’m using Python with Jinja2 templates to send Simple messages and Microsoft’s “Adaptive Cards” to MS-Teams via an “Incoming Webhook”. This is not a bot, just a simple way for me to send nagios alerts. For outages the fewer the moving parts of your alerting system the better. Never depend on just one method of alerting.