Search found 2 matches

by mrfurlott
Wed Jul 22, 2020 12:02 pm
Forum: Open Source Nagios Projects
Topic: Microsoft Teams Notifications
Replies: 2
Views: 5502

Re: Microsoft Teams Notifications

Well, I already solved it! The change that needed to happen was define command { command_name notify-host-by-email command_line /usr/local/nagios/etc/notify-teams.py "$NOTIFICATIONTYPE$ Host Alert: $HOSTNAME$ is $HOSTSTATE$" "$NOTIFICATIONTYPE$ Host: $HOSTNAME$ State: $HOSTSTATE$ Addr...
by mrfurlott
Wed Jul 22, 2020 10:37 am
Forum: Open Source Nagios Projects
Topic: Microsoft Teams Notifications
Replies: 2
Views: 5502

Microsoft Teams Notifications

Hello, I'm trying to get Teams notifications working. I've been following the script instructions here: https://github.com/isaac-galvan/nagios-teams-notify With a couple of changes. Here is what I have for a setup: notify_teams.py is in /usr/local/nagios/etc and has been CHMOD +x'ed. The script itse...