Open oumlala opened 3 days ago
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.
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.