swarmpit icon indicating copy to clipboard operation
swarmpit copied to clipboard

does swarmpit support email/slack alerts

Open devopsenggineer opened this issue 3 years ago • 8 comments

does swarmpit support email/slack alerts. if yes how and from where we can trigger alerts using swarmpit.

devopsenggineer avatar Sep 08 '20 09:09 devopsenggineer

Not yet

nohaapav avatar Sep 08 '20 09:09 nohaapav

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?

devopsenggineer avatar Sep 08 '20 09:09 devopsenggineer

yes probably in 2.0

nohaapav avatar Sep 08 '20 11:09 nohaapav

This would be super helpful for me. I'd like to setup some kind of healthcheck, informing me when a website is unreachable

laurenskling avatar May 29 '21 05:05 laurenskling

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

mrspartak avatar May 29 '21 08:05 mrspartak

Do you have any suggestions for using a ping service? A docker container doing so would be super helpful

laurenskling avatar May 30 '21 15:05 laurenskling

https://github.com/statping/statping as an example. And I saw 4 opensource projects like this

mrspartak avatar May 30 '21 16:05 mrspartak

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.....

jleonardolemos avatar Jan 29 '22 01:01 jleonardolemos