I have setup the watchdog webhook variables in mailcow.conf as follows:
WATCHDOG_NOTIFY_WEBHOOK=https://hook.eu2.make.com/XXXXXXX
WATCHDOG_NOTIFY_WEBHOOK_BODY=‘{“username”: “Mailcow Watchdog”, “content”: “SUBJECT\nBODY”}’
I have the webhook setup in make.com to send me an email.
I stopped the redis container for 90 seconds to force a watchdog notification, but nothing happened. I can see that the redis health dropped to 20% in the logs but I never receive the post to the webhook.
Any idea what could be wrong please?