send your notifications via webhook to your discord!
- Move file "discord-notification.go" to /etc/icinga2/scripts
- Move files "notification-command.conf" and "notification-template.conf" to your icinga2 configuration folder (e.g. /etc/icinga/conf.d)
- apply notifications to your host or service
- restart icinga2
at first you should check your icinga config by icinga2 daemon -C
. if everything is alright then you have to go deeper... enable debug logging with icinga2 feature enable debuglog
. After that check your log with tail -f /var/log/icinga2/debug.log
and send a custom notification to see what´s going on.