Unify curve colors

refs #60
This commit is contained in:
Alexander A. Klimov 2017-11-07 15:15:54 +01:00 committed by Johannes Meyer
parent 71deb0f411
commit e505a844dd
8 changed files with 13 additions and 13 deletions

View file

@ -12,5 +12,5 @@ min = "0"
yUnitSystem = "binary"
[disk.functions]
value = "alias(color($metric$, '#ffaa44'), 'Used (bytes)')"
max = "alias(color($metric$, '#44bb77'), 'Size (bytes)')"
value = "alias(color($metric$, '#1a7dd7'), 'Used (bytes)')"
max = "alias(color($metric$, '#cfd7e6'), 'Size (bytes)')"

View file

@ -11,7 +11,7 @@ min = "0"
yUnitSystem = "none"
[hostalive-rta.functions]
rta.value = "alias(color(scale($metric$, 1000), '#44bb77'), 'Round trip time (ms)')"
rta.value = "alias(color(scale($metric$, 1000), '#1a7dd7'), 'Round trip time (ms)')"
[hostalive-pl.graph]
@ -27,4 +27,4 @@ min = "0"
yUnitSystem = "none"
[hostalive-pl.functions]
pl.value = "alias(color($metric$, '#ff5566'), 'Packet loss (%)')"
pl.value = "alias(color($metric$, '#1a7dd7'), 'Packet loss (%)')"

View file

@ -11,7 +11,7 @@ min = "0"
yUnitSystem = "none"
[http-time.functions]
value = "alias(color(scale($metric$, 1000), '#44bb77'), 'Response time (ms)')"
value = "alias(color(scale($metric$, 1000), '#1a7dd7'), 'Response time (ms)')"
[http-size.graph]
@ -27,4 +27,4 @@ min = "0"
yUnitSystem = "binary"
[http-size.functions]
value = "alias(color($metric$, '#ffaa44'), 'Response size (bytes)')"
value = "alias(color($metric$, '#1a7dd7'), 'Response size (bytes)')"

View file

@ -8,9 +8,9 @@ load1.value = "$service_name_template$.perfdata.load1.value"
[load.urlparams]
areaAlpha = "0.5"
areaMode = "first"
min = "0"
yUnitSystem = "none"
lineWidth = "2"
[load.functions]
load15.value = "alias(color($metric$, '#ff5566'), 'Load 15')"

View file

@ -11,7 +11,7 @@ min = "0"
yUnitSystem = "none"
[ping4-rta.functions]
rta.value = "alias(color(scale($metric$, 1000), '#44bb77'), 'Round trip time (ms)')"
rta.value = "alias(color(scale($metric$, 1000), '#1a7dd7'), 'Round trip time (ms)')"
[ping4-pl.graph]
@ -27,4 +27,4 @@ min = "0"
yUnitSystem = "none"
[ping4-pl.functions]
pl.value = "alias(color($metric$, '#ff5566'), 'Packet loss (%)')"
pl.value = "alias(color($metric$, '#1a7dd7'), 'Packet loss (%)')"

View file

@ -11,4 +11,4 @@ min = "0"
yUnitSystem = "none"
[procs.functions]
value = "alias(color($metric$, '#0095bf'), 'Process count')"
value = "alias(color($metric$, '#1a7dd7'), 'Process count')"

View file

@ -11,4 +11,4 @@ min = "0"
yUnitSystem = "none"
[ssh.functions]
value = "alias(color(scale($metric$, 1000), '#44bb77'), 'Response time (ms)')"
value = "alias(color(scale($metric$, 1000), '#1a7dd7'), 'Response time (ms)')"

View file

@ -12,5 +12,5 @@ min = "0"
yUnitSystem = "binary"
[swap.functions]
value = "alias(color($metric$, '#ffaa44'), 'Used (bytes)')"
max = "alias(color($metric$, '#44bb77'), 'Size (bytes)')"
value = "alias(color($metric$, '#1a7dd7'), 'Used (bytes)')"
max = "alias(color($metric$, '#cfd7e6'), 'Size (bytes)')"