-
-
Notifications
You must be signed in to change notification settings - Fork 462
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
feat: Expose an API for external applications to push statuses #229
Comments
It really seems like these two issues are asking for something different. One wants to be able to modify the list of endpoints, one wants to do outbound health checks. |
I also need this heartbeat behaviour. Maybe we can orient at the behaviour in uptime kuma? |
It would be fantastic to have outbound health check, replacing functionality of nagios or (super-heavy-on-resources-because-of-bad-programming-and-technology-choices) uptime-kuma. |
What I'd want to see for this would be:
admin:
token: "some-token"
endpoints:
- name: "example"
self-managed:
enabled: true (we need I'm open to other suggestions, but this is how I'd probably go about implementing this at the moment. |
I'm pretty keen on this one too. The ability to have a few applications call an uptime-kuma heartbeat check is the only thing stopping me from replacing UK with gatus! |
Describe the feature request
A API write option to perform adding (first), modify and delete endpoints from curl or requests library.
Why do you personally want this feature to be implemented?
I'm working to integrate gatus in my already setup integration tool you perform automatic configuration (like DNS or folder setup). It should be nice if we can add a new endpoint through the API to avoid modify manually the configuration file.
How long have you been using this project?
almost 6 months
Additional information
No response
The text was updated successfully, but these errors were encountered: