swarmpit
swarmpit copied to clipboard
does swarmpit support email/slack alerts
does swarmpit support email/slack alerts. if yes how and from where we can trigger alerts using swarmpit.
Not yet
can we expect email/slack alert to be integrated in near future into this project, as it has all features apart from email/slack alerts? Is it possible with this application/project?
yes probably in 2.0
This would be super helpful for me. I'd like to setup some kind of healthcheck, informing me when a website is unreachable
Does it really need to be on a Swarmpit side? -If it is an HTTP service, that could be done with a ton of PING services -if you want to check container's status, you can write small app that will be using Swarmpit API as I did for CI deploy https://github.com/mrspartak/swarmpit-ci-deploy
Do you have any suggestions for using a ping service? A docker container doing so would be super helpful
https://github.com/statping/statping as an example. And I saw 4 opensource projects like this
There is a very simple way to notify docker events using this project https://bitbucket.org/quaideman/dem/src/master/ I just have built a swarm service to run this code in every worker node in order to notify unhealthy services on slack and it is working very nice!!!
Very simple if you guys are still looking for something.....