-
Notifications
You must be signed in to change notification settings - Fork 90
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
integrate with Uptime Robot #171
Comments
There is sadly no way to do this built-in. The API is also read-only so your only way to do this could be by having a PHP Script on Cron or NodeJS app that will check the UptimeRobot API status and create an incident in Server Status database directly, through MySQL. If you would look into spending a bit more time and contribute, you could use the classes from the project and create a file inside the repo that could be setup to use uptimerobot if it is enabled in the config. @Pryx would be of better help if you decide to write something yourself |
I think implementing a write-enabled API would be the best way. Maybe with a simple user/pw authentication for starters. |
Most likely but it's a big amount of change that may not be that easy to do. I also don't think anyone is active enough to do such major updates. |
``I have an Idea:
Get the Line
further explanations:
Hope this helps. i am currently working on PHP8 support, Maybe I can look into this after that. Should not be that hard to do this with one single request instead of using two. |
Does this currently integrate with Uptime Robot's API ? https://uptimerobot.com/api/
If not - how could that be done ?
The text was updated successfully, but these errors were encountered: