I am aware of /usr/libexec/netdata/plugins.d/alarm-notify.sh.
it gets executed, as we are receiving the configured Slack notifications.
We want to run our own script instead.
According to the doc Configure alerts | Learn Netdata
it is just a matter to pointing the exec parameter to it. That does not work for us.
not sure how to debug it.
there are few log files in /var/log/netdata but neither is helpful.
maybe there is some global option to increase verbosity of the logs so we see what netdata does not like about our script?
I double checked the permissions. they are set exactly to what alarm-notify.sh has