You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ubuntu@mymachine:~$ curl https://my-amon-instance.com/api/v1/healthchecks/list/?api_key=abc123
<h1>Not Found</h1><p>The requested URL /api/v1/healthchecks/list/ was not found on this server.</p>
I noticed the views are there, but there are no entries in urls.py yet, so this is hopefully a small fix.
The text was updated successfully, but these errors were encountered:
@trappen-tgmg The API endpoints are there, but they are not fully functional yet. There was a Health Checks refactoring when Amon 6.0 was released. In 6+ health checks store the full history of the check, 5 was just the last known state.
Working on the Health Checks is in my short term priority list, the API will be updated accordingly
Hello,
healthchecks as documented in https://www.amon.cx/docs/api/ are missing and return 404 when queried.
I noticed the views are there, but there are no entries in
urls.py
yet, so this is hopefully a small fix.The text was updated successfully, but these errors were encountered: