Templates: Set yUnitSystem to msec

This commit is contained in:
Sukhwinder Dhillon 2025-01-15 15:31:51 +01:00 committed by Johannes Meyer
parent 566ea12fad
commit bc4360edf1
3 changed files with 3 additions and 3 deletions

View file

@ -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)')"

View file

@ -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)')"

View file

@ -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)')"