diff options
| author | Fuwn <[email protected]> | 2026-01-19 16:59:59 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-19 16:59:59 -0800 |
| commit | 697fc99d8e340ea44c73c5bb046cad09d759c4c3 (patch) | |
| tree | 401c75aa8539fee5f94684f50a7f723f1a62079e /config.example.yaml | |
| parent | feat: Add group defaults, content checking, SSL tracking for Gemini, hide/rou... (diff) | |
| download | kaze-697fc99d8e340ea44c73c5bb046cad09d759c4c3.tar.xz kaze-697fc99d8e340ea44c73c5bb046cad09d759c4c3.zip | |
feat: Add round_uptime option to round uptime percentages
Diffstat (limited to 'config.example.yaml')
| -rw-r--r-- | config.example.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.example.yaml b/config.example.yaml index 71c7e0c..32229d0 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -75,6 +75,7 @@ groups: verify_ssl: true # hide_ssl_days: false # Hide SSL certificate days left from display # round_response_time: false # Round response time to nearest second + # round_uptime: false # Round uptime percentage (e.g., 99.99% → 100%) - name: "API" type: https @@ -162,6 +163,7 @@ incidents: # Automatically flips to false after reset completes # hide_ssl_days: bool - Hide SSL/TLS certificate days left from display (default: false) # round_response_time: bool - Round response time to nearest second (default: false) +# round_uptime: bool - Round uptime percentage to whole number (e.g., 99.99% → 100%) (default: false) # # HTTP/HTTPS specific fields: # expected_status: int - Expected HTTP status code (default: 200) |