diff options
Diffstat (limited to 'config.example.yaml')
| -rw-r--r-- | config.example.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.example.yaml b/config.example.yaml index 9dab8b2..5ceba5f 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -80,6 +80,7 @@ groups: - name: "API" type: https target: "https://api.example.com/health" + link: "https://docs.example.com/api" # Custom link when clicking the monitor name interval: 30s timeout: 10s expected_status: 200 |