diff options
| author | Fuwn <[email protected]> | 2026-01-20 05:06:51 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-20 05:06:51 -0800 |
| commit | 77cb8b493e25b29c8d79f123c197c34714645a1f (patch) | |
| tree | 3e72caf99f44268e0e523872bf82fe48faaa9193 /config.example.yaml | |
| parent | refactor: Use CSS prefers-color-scheme instead of JS-based theme toggle (diff) | |
| download | kaze-77cb8b493e25b29c8d79f123c197c34714645a1f.tar.xz kaze-77cb8b493e25b29c8d79f123c197c34714645a1f.zip | |
feat: Add clickable link option for monitor names
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 |