[sudo-blog] Alerting to many different services using Python and sudo 1.9

Todd C. Miller Todd.Miller at sudo.ws
Tue Apr 20 08:33:11 MDT 2021


Before version 1.9 was released, alterting in sudo was limited to
e-mail messages. If you wanted to send alerts somewhere else, like
Slack, you could only do this using external applications, like
syslog-ng. Beginning with sudo 1.9, there is an Audit API that can
be called from Python.

Previously, we provided you with a simple example that show how to
print some debug information to the terminal. In this blog post we
will extend that example with Apprise, a universal Python notification
library. ...

Read the full blog post at
https://blog.sudo.ws/posts/2021/04/alerting-to-many-different-services-using-python-and-sudo-1.9/


More information about the sudo-blog mailing list