itzg/mc-monitor
View on GitHub[Feature Request] Monitoring service that exposes an http endpoint
Open
#119 opened on Jan 1, 2026
enhancementhelp wanted
Repository metrics
- Stars
- (316 stars)
- PR merge metrics
- (Avg merge 1h 17m) (9 merged PRs in 30d)
Description
I have a dashboard that allows me to monitor http services and show me whether they're up or down depending on the status code they send. Sadly this only works with status codes so I have to translate the tcp data the server sends into an http code somehow.
It'd be cool if you were to make an option to monitor a server and open an http server that sends either 200 when the mc server is online or 500 when it isn't.
Thanks for reading. If there already is something like that please tell me. Never worked with prometheus or telegraf before