diff --git a/README.md b/README.md index c3535670..c930d52f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # healthchecks -[![Build Status](https://travis-ci.org/healthchecks/healthchecks.svg?branch=master)](https://travis-ci.org/healthchecks/healthchecks) +[![Build Status](https://travis-ci.org/healthchecks/healthchecks.svg?branch=master)](https://travis-ci.org/healthchecks/healthchecks) [![Coverage Status](https://coveralls.io/repos/healthchecks/healthchecks/badge.svg?branch=master&service=github)](https://coveralls.io/github/healthchecks/healthchecks?branch=master) @@ -10,6 +10,8 @@ ![Screenshot of Period/Grace dialog](/stuff/screenshots/period_grace.png?raw=true "Period/Grace Dialog") +![Screenshot of Channels page](/stuff/screenshots/channels.png?raw=true "Channels Page") + healthchecks is a watchdog for your cron jobs. It's a web server that listens for pings from your cron jobs, plus a web interface. It is live here: [http://healthchecks.io/](http://healthchecks.io/) diff --git a/static/img/channels.png b/static/img/channels.png index 2d73b2fe..dbf6dcaf 100644 Binary files a/static/img/channels.png and b/static/img/channels.png differ diff --git a/static/img/my_checks.png b/static/img/my_checks.png index 30ae8cb5..b0246f09 100644 Binary files a/static/img/my_checks.png and b/static/img/my_checks.png differ diff --git a/static/img/period_grace.png b/static/img/period_grace.png index 1b262d48..3a1e2377 100644 Binary files a/static/img/period_grace.png and b/static/img/period_grace.png differ diff --git a/stuff/screenshots/channels.png b/stuff/screenshots/channels.png new file mode 100644 index 00000000..dbf6dcaf Binary files /dev/null and b/stuff/screenshots/channels.png differ diff --git a/stuff/screenshots/my_checks.png b/stuff/screenshots/my_checks.png index e539c931..b0246f09 100644 Binary files a/stuff/screenshots/my_checks.png and b/stuff/screenshots/my_checks.png differ diff --git a/stuff/screenshots/period_grace.png b/stuff/screenshots/period_grace.png index 01acb453..3a1e2377 100644 Binary files a/stuff/screenshots/period_grace.png and b/stuff/screenshots/period_grace.png differ diff --git a/stuff/screenshots/welcome.png b/stuff/screenshots/welcome.png index a63fe90a..6f78b40d 100644 Binary files a/stuff/screenshots/welcome.png and b/stuff/screenshots/welcome.png differ