Kevin Ard
Kevin Ard
It's quite common for a 301 or 302 response code to be considered "up". Similarly, someone asserting the a resource is permanently away would "pass" for anything above 400. And...
Gauging interest, I suppose: My use-case has several hundred services monitored. While the client app is great as-is, it leaves some to be desired at scale - at least, to...
This adds an extra, optional, json config branch for specifying an acceptable status code range. (keeping in spirit of cohesive json/go). The new schema follows ``` { "type": "http", "endpoint_name":...
sqlite support _does_ require a larger image and build time, but certainly has its benefits vs fs. The repository should provide optional support for smoother on-boarding for those who prefer...
This PR allows opt-in SQLite support with different build/run commands. usage: - build checkup:sqlite3 with `make docker_sqlite` - start stack with `docker-compose -f docker-compose.sqlite3.yml` The d/c stack includes a separate...