mirror of
https://github.com/mtan93/cachet-url-monitor.git
synced 2026-03-08 05:31:58 +00:00
Initial implementation but taking a different approach.
This commit is contained in:
14
config.yml
Normal file
14
config.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
endpoint:
|
||||
url: http://www.google.com
|
||||
method: GET
|
||||
expectation:
|
||||
- type: HTTP_STATUS
|
||||
status: 200
|
||||
- type: LATENCY
|
||||
threshold: 80
|
||||
cachet:
|
||||
api_url: http://status.cachethq.io/api/v1/
|
||||
token: my_token
|
||||
component_id: 1
|
||||
metric_id: 1
|
||||
frequency: 30
|
||||
Reference in New Issue
Block a user