From ca9a662d4f247fb796de8ca0b811e28f18e8e336 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 9 Jun 2019 02:10:11 -0600 Subject: [PATCH] update docs --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 461693e..6b072b8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Watchdog -Webhooks for all the times that something doesn't go right. +> Get notified when sites go down. + +Watchdog: Webhooks for all the times when something doesn't go right. + +For every `url` listed in the config, check if the specified `keywords` are found on the page every 5 minutes. +Whenever they aren't found execute the `recover_script` and make a request to each of the associated `webhooks`. + +Can work with email, text (sms), push notifications, etc. # Install