checkup icon indicating copy to clipboard operation
checkup copied to clipboard

Distributed, lock-free, self-hosted health checks and status pages

Results 32 checkup issues
Sort by recently updated
recently updated
newest added

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...

Hello! Stumbled upon this tool and it looks perfect for an uptime monitoring system that I'm building out. I have two quick questions. 1. Running from multiple regions - I...

![image](https://user-images.githubusercontent.com/1332166/45579317-a5db6400-b83b-11e8-8766-93c21fd70b97.png)

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...

Hi, I am running the latest version of checkup on a Windows Server 2019 VM. I have it configured to do many basic HTTP, TLS and port checks, all of...

[checkup v2.0.0](https://github.com/sourcegraph/checkup/releases/tag/v2.0.0) was released on April 29th, 2020, but it's not installable via `go get`: ``` $ go get github.com/sourcegraph/[email protected] go get github.com/sourcegraph/[email protected]: github.com/sourcegraph/[email protected]: invalid version: module contains a go.mod...

This issue contains a list of Renovate updates and their statuses. ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of any....

The GitHub Contents API has a limit which causes file fetch, creation, and updates to fail if the content is > 1 MB in size. I have been hitting this...