Hi Davide,
Two things you may want to look into:
1. some (most?) web services have "email-to-service" mechanisms of
some sort: for instance, you can send an email to a Slack channel,
which will create a message from it:
https://slack.com/help/articles/206819278-Send-emails-to-Slack
2. Slurm has
SchedMD confirms it's pam_sss denying the user:
> Apr 18 12:31:26 node11 sshd[57358]: pam_sss(sshd:account): Access denied
for user user: 6 (Permission denied)
Which is included through:
> -- /etc/pam.d/sshd --
> accountinclude system-auth
> -- /etc/pam.d/system-auth
> account[default=bad
Happy Monday everybody,
I've gotten a request to have Slurm notify users for the typical email
things (job started, completed, failed, etc) with a REST API instead of
email. This would allow notifications in MS Teams, Slack, or log stuff in
some internal websites and things like that.
As far as I