📣 Updated Status of CheckCle Implementation #48
Replies: 3 comments
-
Very nice to hear, that you working on Distributed Regional Checks. This would be the first project i know which implements it! Thank you for your hard work. |
Beta Was this translation helpful? Give feedback.
-
I'm excited to announce that the Distributed Monitoring Agent has been fully implemented and is now ready for deployment across all regional servers. Deploying the Regional Monitoring Agent Steps to Set Up and Use the Regional Monitoring Agent
2. Verify Agent Status
3. Assign the Agent to a Service
4. View Monitoring Data
5. Switch Between Monitoring Sources
Note:
|
Beta Was this translation helpful? Give feedback.
-
Hello everyone I’ve just released the core features in v1.4.0, including Uptime Monitoring, Server Monitoring, Distributed Monitoring, and Agent support. 🎉 However, the notification system isn’t fully complete yet. I’m actively working to make notifications fully functional and feature-rich. Thank you all for your contributions and support! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone
I'd like to share the current progress on the implementation of CheckCle. Our backend currently runs on Go (powered by PocketBase), and I am extending the architecture with an additional Go-based service to enhance functionality (Separately from Pocketbase).
Server-Side Check Logic
Moving the existing check logic from the client side to the server side. This includes expanding support for various check types:
• HTTP
• TCP
• Ping
• DNS
Distributed Regional Checks
I’ve decided to implement support for distributed regional checks.
In this architecture:
• The CheckCle server acts as the Central Control Plane.
• Regional Check Agents (Probes) are deployed on servers across different regions to perform checks from diverse locations.
This will improve reliability and help detect region-specific outages or latency issues. Thanks @michaelortnerit @apologist for the ideas and suggestion.
Server Instance Monitoring
We're also implementing agent-based server instance monitoring.
In the first phase, this will support a single agent (no regional checks), focusing on collecting metrics like CPU, memory, disk, and network.
I'm open to any further suggestions or ideas you may have, feel free to share!
Beta Was this translation helpful? Give feedback.
All reactions