Skip to content

Instantly share code, notes, and snippets.

@jermdw
Created October 30, 2018 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jermdw/117b1f0b88dfcca476fa6d3e360fcf20 to your computer and use it in GitHub Desktop.
Save jermdw/117b1f0b88dfcca476fa6d3e360fcf20 to your computer and use it in GitHub Desktop.
Checker JSON Configuration
{
"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