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

Getting `domain must be fully qualified` error with: ```json { "type": "dns", "endpoint_name": "Testing DNS", "endpoint_url": "1.1.1.1:53", // cloudflare "hostname_fqdn": "foo.com" } ``` While Googling the error it seems to...

## What? This pull request enables automated Travis/Github pre-releases for `master` branch. The following configuration proposal deploys `master` branch changes to a Github pre-release tagged as `master-auto`. This `master-auto` tag...

Hello, is there a way to remove a check from the checkup.json list and so removing any eventual service disruption message?

at [`sourcegraph/checkup/wiki/Provisioning-S3-Manually`](https://github.com/sourcegraph/checkup/wiki/Provisioning-S3-Manually): - Should mention that you need to enable public access settings to the bucket by using `permissions > public access settings` and disabling the bottom two restrictions. (see...

DefaultHTTPClient (when using the cli vs as a lib) has hard wired timeouts. Some of the sites I want to test are data intensive reporting apps that well exceed the...

enhancement

I've tried: - without a bucket named what I want - without a checkup monitor s3 public user - with my user having attached IAM and S3 FULL permissions. ```...

I get the following error when going through the install instructions. ``` $ checkup provision One sec... 2016/08/04 00:51:50 OperationAborted: A conflicting conditional operation is currently in progress against this...

Just jotting my thoughts down into an issue for discussion... If you do 1 check every 10 minutes and your status page shows the last 24 hours of checks, the...

In order to be a Maintainer, the GitHub Storage implementation must respond to `Maintain()`. Unlike all the other implementations, the GitHub implementation's Maintain() method was on the pointer receiver. This...

I added a Pushover notifier to my checks recently and noticed just how flaky they are. By default I have a check which makes 5 attempts. If just one of...