-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Send All Results to Uptime Kuma Instance #9
Comments
The push monitor tipo of UK dont allow such thing. |
I've actually tested this functionality with Uptime Kuma's push monitor, and it does work with URL parameters. Specifically:
For example, when an HTTP check fails, I can successfully push:
As shown in the attached screenshot, this allows for more detailed monitoring information while maintaining compatibility with Uptime Kuma's push monitor functionality. I'm willing to contribute and implement this feature if you agree. |
I see, but I prefer to keep it simple. There are already lots of tools to perform more granular monitoring, |
I understand your preference for simplicity, and I respect that approach. However, I'd like to highlight a few points about this feature:
If this feature isn't accepted, I'll need to maintain a separate fork, which would prevent me from contributing to the main project in the future. I believe it would be more beneficial for the community to keep the codebase unified rather than fragmented. The goal is to enhance the existing functionality while maintaining the tool's simplicity. Users who prefer the basic functionality can continue using it as is, while others can benefit from more detailed status information when needed. Would you be open to reconsider with these points in mind? |
I understand but I will keep it simple. I work with monitoring needs in my daily tasks and UK is the wrong tool to do this kind of monitor. In fact UK is already bloated in features since its main purpose was to be an option to UptimeRobot, also this probe is already bloated. |
I respect your perspective and commitment to keeping Uptime Kuma focused on its core purpose. Since you work with monitoring needs daily, could you recommend an open-source monitoring tool that would be more suitable for this kind of detailed monitoring, while still maintaining a push-based architecture with remote probes sending data to a central instance ? |
In this case, I use Prometheus and Grafana with blackbox exporter to query the monitored website/api. Zabbix might be an good option as well, but the first option is more modern way with cloud native approach. |
Current Behavior
Currently, the Uptime Kuma remote probe only sends results to the Uptime Kuma instance when the HTTPS request returns an OK status.
Proposed Behavior
Modify the remote probe to send results to the Uptime Kuma instance for all HTTP status codes, not just OK responses.
Rationale
This change would provide more comprehensive monitoring data, allowing users to:
Implementation Suggestions
Additional Context
This feature would enhance the overall utility of the remote probe, providing users with more detailed insights into their monitored services.
The text was updated successfully, but these errors were encountered: