Files
cachet-url-monitor/config.yml
2017-02-11 12:26:22 -08:00

21 lines
384 B
YAML

endpoint:
url: http://localhost:8080/swagger
method: GET
timeout: 1
expectation:
- type: HTTP_STATUS
status: 200
- type: LATENCY
threshold: 1
- type: REGEX
regex: '.*(<body).*'
cachet:
api_url: https://demo.cachethq.io/api/v1
token: my_token
component_id: 1
#metric_id: 1
action:
- CREATE_INCIDENT
- UPDATE_STATUS
frequency: 30