Skip to content

Instantly share code, notes, and snippets.

@tlongren
Created October 13, 2015 23:45
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 tlongren/3e2ee7e43bdc4fe82787 to your computer and use it in GitHub Desktop.
Save tlongren/3e2ee7e43bdc4fe82787 to your computer and use it in GitHub Desktop.
cache-monitor config.json file
{
"api_url": "https://status.longrendev.io/api/v1",
"api_token": "TfmCMdxDhU5myguKNlW5",
"monitors": [
{
"name": "nodegear frontend",
"url": "https://nodegear.io/ping",
"metric_id": 1,
"threshold": 80,
"component_id": null,
"expected_status_code": 200,
"strict_tls": true
}
],
"insecure_api": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment