checkup
checkup copied to clipboard
Distributed, lock-free, self-hosted health checks and status pages
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...
This PR contains Gotify's implementation as a notifier.
Hey, guys! Already have an implementation ready for [Gotify](https://github.com/gotify/server)? If you don't have it, I'm willing to do...
This campiagn replaces `fmt.Sprintf` with `strconv.Itoa` [_Created by Sourcegraph batch change `david.rohnow/comby-go-fmt`._](https://demo.sourcegraph.com/users/david.rohnow/batch-changes/comby-go-fmt)
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...
Given that checkup is sponsored by Sourcegraph the expectation is that they would have it deployed somewhere. In the [blog post from 2016](https://about.sourcegraph.com/blog/why-we-open-sourced-our-uptime-monitoring-system/) announcing the release of checkup it seems...
Sadly there's no official image yet as far as I can see. Please create a release and a Dockerfile which pulls from said release and publish it to the Docker...
this seems to be a frontend bug only, as both output fine with `./checkup` example config: ``` { "type": "exec", "name": "Block apcupsd", "command": "./assert_blocked.sh", "arguments": ["somehost", "3551"] }, {...
While using the tls check, when the certificate is already expired, I expected to see the expired date just as shown in the `tls.go` check: ```go result.Times[i].Error = fmt.Sprintf("certificate expired...