mirror of
https://github.com/mtan93/cachet-url-monitor.git
synced 2026-03-08 05:31:58 +00:00
#38 - Adding support to milliseconds and different units for latency and changing http status to a range, instead of a single value.
This commit is contained in:
@@ -4,7 +4,7 @@ endpoint:
|
||||
timeout: 0.01
|
||||
expectation:
|
||||
- type: HTTP_STATUS
|
||||
status: 200
|
||||
status_range: 200-300
|
||||
- type: LATENCY
|
||||
threshold: 1
|
||||
- type: REGEX
|
||||
@@ -19,3 +19,4 @@ cachet:
|
||||
- UPDATE_STATUS
|
||||
public_incidents: true
|
||||
frequency: 30
|
||||
latency_unit: ms
|
||||
|
||||
Reference in New Issue
Block a user