mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-02-03 20:40:06 -05:00
Templates: Set yUnitSystem to msec
This commit is contained in:
parent
566ea12fad
commit
bc4360edf1
3 changed files with 3 additions and 3 deletions
|
|
@ -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)')"
|
||||
|
|
|
|||
|
|
@ -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)')"
|
||||
|
|
|
|||
|
|
@ -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)')"
|
||||
|
|
|
|||
Loading…
Reference in a new issue