From bc4360edf1533f5310f1c0ea9b4e37bcc79e3a92 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Wed, 15 Jan 2025 15:31:51 +0100 Subject: [PATCH] Templates: Set `yUnitSystem` to `msec` --- templates/hostalive.ini | 2 +- templates/icmp.ini | 2 +- templates/ping.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/hostalive.ini b/templates/hostalive.ini index eda252a3..cd7f57da 100644 --- a/templates/hostalive.ini +++ b/templates/hostalive.ini @@ -9,7 +9,7 @@ areaAlpha = "0.5" areaMode = "all" lineWidth = "2" min = "0" -yUnitSystem = "none" +yUnitSystem = "msec" [hostalive-rta.functions] rta.value = "alias(color(scale($metric$, 1000), '#1a7dd7'), 'Round trip time (ms)')" diff --git a/templates/icmp.ini b/templates/icmp.ini index cb606550..eb72cdbc 100644 --- a/templates/icmp.ini +++ b/templates/icmp.ini @@ -11,7 +11,7 @@ areaAlpha = "0.5" areaMode = "all" lineWidth = "2" min = "0" -yUnitSystem = "none" +yUnitSystem = "msec" [icmp-rt.functions] rtmin.value = "alias(color(scale($metric$, 1000), '#44bb77'), 'Min. round trip time (ms)')" diff --git a/templates/ping.ini b/templates/ping.ini index 7d281d0f..b1ae4876 100644 --- a/templates/ping.ini +++ b/templates/ping.ini @@ -9,7 +9,7 @@ areaAlpha = "0.5" areaMode = "all" lineWidth = "2" min = "0" -yUnitSystem = "none" +yUnitSystem = "msec" [ping-rta.functions] rta.value = "alias(color(scale($metric$, 1000), '#1a7dd7'), 'Round trip time (ms)')"