Skip to content

Commit

Permalink
Templates: Set yUnitSystem to msec
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 authored and nilmerg committed Jan 16, 2025
1 parent 566ea12 commit bc4360e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/hostalive.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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)')"
Expand Down
2 changes: 1 addition & 1 deletion templates/icmp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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)')"
Expand Down
2 changes: 1 addition & 1 deletion templates/ping.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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)')"
Expand Down

0 comments on commit bc4360e

Please sign in to comment.