aboutsummaryrefslogtreecommitdiff
path: root/config.example.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config.example.yaml')
-rw-r--r--config.example.yaml2
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)