Created
October 30, 2018 03:23
-
-
Save jermdw/117b1f0b88dfcca476fa6d3e360fcf20 to your computer and use it in GitHub Desktop.
Checker JSON Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"checkers": [{ | |
"type": "http", | |
"endpoint_name": "Website", | |
"endpoint_url": "http://www.example.com", | |
"attempts": 5 | |
}], | |
"storage": { | |
"provider": "s3", | |
"access_key_id": "<yours>", | |
"secret_access_key": "<yours>", | |
"bucket": "<yours>" | |
}, | |
"notifier": { | |
// notifier configuration goes here | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment