From 697fc99d8e340ea44c73c5bb046cad09d759c4c3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 19 Jan 2026 16:59:59 -0800 Subject: feat: Add round_uptime option to round uptime percentages --- config.example.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.example.yaml') 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) -- cgit v1.2.3