sys-agent icon indicating copy to clipboard operation
sys-agent copied to clipboard

System agent. Reports server status via HTTP API

Results 3 sys-agent issues
Sort by recently updated
recently updated
newest added

The idea is to allow checkin state's change via http. In other words we want to keep track of some predefined response element (from response body) like `foo=123` and ensure...

Probably we need it on the top level as well on each provider/check level. The goal is to "fake" the actual check if it fail outside of the allowed hours/days....

see https://docs.spring.io/spring-boot/api/rest/actuator/index.html and https://docs.spring.io/spring-boot/api/rest/actuator/health.html probably we could expose a new `/actuator/` or smth like this and format the response accordingly

help wanted
good first issue