Healthchecks.io Status Dashboard
10K+
A standalone dashboard page showing the status of the checks in your Healthchecks.io account.
See a live example dashboard here.


index.html and replace the API keys in <h1> tags. Be sure to use the
read-only API keys!index.html file to a web server (Github pages, S3 bucket,
Netlify, ...), or simply open it as a local file in your browser.As an alternative to editing index.html, the projects and their API keys can be
specified in the URL. Put them in the fragment identifier (after the "#" character) as
amperstand-delimited "apikey=title" pairs. Example:
index.html#UKsc30GIblRMKKN4BEPXcBNLa8bx4grU=Monitoring&uKatH7z6dSuN2Zyf1luRCmPDkw3fw2U0=Demo
The light theme is used by default, but the dark theme can also be specified via the URL:
index.html#theme=dark
If you decide to make your dashboard public, your read-only API key will become public as well. Using the read-only API key, anybody can fetch basic information about checks in your project. This includes, for each check:
Here are the things that the read-only API keys cannot do:
There is an official Healthchecks.io Status Dashboard Docker image on Docker Hub ready to use. The image is automatically built on each commit.
The image starts a lightweight Caddy Webserver with the dashboard at the webserver's root.
The example below starts a one-off, intercative container serving on port 8080 (CTRL+C to stop it):
$ docker run --rm -it -p 8080:2015 healthchecks/dashboard
Content type
Image
Digest
sha256:75f5a74f1…
Size
18.1 MB
Last updated
about 1 year ago
docker pull healthchecks/dashboard