Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP support in Observium #36

Open
mr-flibble opened this issue Oct 20, 2023 · 2 comments
Open

SMTP support in Observium #36

mr-flibble opened this issue Oct 20, 2023 · 2 comments

Comments

@mr-flibble
Copy link

Hello, is possible to somehow use email notification in Observium container?
I'm getting /usr/sbin/sendmail: not found
when trying test_alert.hhp

Thanks

@charlescng
Copy link
Owner

Setting up sendmail is not the hard part. You'll need to change the configuration for the SMTP MTA to connect to.

Do you have a plan on how to do that? Can you create a Pull Request for the change to include sendmail?

@mr-flibble
Copy link
Author

Sorry, I don't have plan :/

As an inspiration : This very old observium docker ( https://github.com/trick77/docker-observium ) is using some king od SMTP container. Also librenms us using msmtpd in docker for SMTP. Sadly I don't know how to set it up.

My temporary workaround is use webhooks and transport them to emails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants