sanathp / statusok

Monitor your Website and APIs from your Computer. Get Notified through Slack, E-mail when your server is down or response time is more than expected.
Other
1.63k stars 196 forks source link

looks cool, similar to blackbox exporter #53

Open ghostsquad opened 4 years ago

ghostsquad commented 4 years ago

This looks cool, similar, maybe even simplified version of https://github.com/prometheus/blackbox_exporter

I was wondering if there's room to share ideas between projects?

With BBE, you need Prometheus and AlertManager to actually get notifications. On one side, that's a fairly standard stack and the decoupling means extra flexibility. The downside is it lacks the extreme simplicity and "all in one" feel of this package.

Can you make a feature comparison?