docs(readme): added example for custom thresholds

This commit is contained in:
Raj Nandan Sharma
2024-05-11 14:07:59 +05:30
parent e049ec7782
commit 8a30906bd4

14
docs.md
View File

@@ -702,6 +702,20 @@ Add this monitor to the API category instead of the default home category
If both ping and api monitors are present then API data will overwrite ping data
## Custom Thresholds
Add this monitor to the API category instead of the default home category
```yaml
- name: Earth
description: Our blue planet
tag: "earth"
defaultStatus: "UP"
dayDegradedMinimumCount: 3
dayDownMinimumCount: 2
includeDegradedInDowntime: true
```
---
# Incident Management