Thursday, March 27, 2025

Show HN: Dish: A lightweight HTTP and TCP socket monitoring tool written in Go https://ift.tt/G8s51rf

Show HN: Dish: A lightweight HTTP and TCP socket monitoring tool written in Go dish is a lightweight, 0 dependency monitoring tool in the form of a small binary executable. Upon execution, it checks the provided sockets (which can be provided in a JSON file or served by a remote JSON API endpoint). The results of the check are then reported to the configured channels. It started as a learning project and ended up proving quite handy. Me and my friend have been using it to monitor our services for the last 3 years. We have refactored the codebase to be a bit more presentable recently and thought we'd share on here! The currently supported channels include: - Telegram - Pushgateway for Prometheus - Webhooks - Custom API endpoint https://ift.tt/T5NafJj https://ift.tt/T5NafJj March 28, 2025 at 01:57AM

No comments:

Post a Comment

Show HN: Real time visual saliency detection https://ift.tt/FZLMlcC

Show HN: Real time visual saliency detection I've just made public a library to perform real time visual saliency detection on videos (b...