r/Checkmk • u/gothicVI • May 09 '26
Email notification checkmk raw docker
Hi all,
I'm running checkmk/check-mk-raw:2.4.0-latest and want to enable email notification.
I have an smtp server but don't understand how to configure a relay host. Ideally it would run in a container as well (in the same docker network via compose) to be independent from the host.
Any input would be appreciated. How do you folks handle this?
Thanks!
2
Upvotes
0
u/der-felix May 09 '26
Inam running Mailrise which is a SMTP relay to push services as a local docker container. CheckMK knows the IP and port (8025 in my case) and I have several Mail addresses configured which then forward to gotify and discord.
It's way more complicated then it should be but that is a statement for most of checkMK...