mirror of
https://git.coolaj86.com/coolaj86/go-watchdog.git
synced 2025-02-20 11:58:08 +00:00
update docs
This commit is contained in:
parent
e1209f36b7
commit
ca9a662d4f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user