mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-06-09 00:32:31 -04:00
parent
71deb0f411
commit
e505a844dd
8 changed files with 13 additions and 13 deletions
|
|
@ -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)')"
|
||||
|
|
|
|||
|
|
@ -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 (%)')"
|
||||
|
|
|
|||
|
|
@ -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)')"
|
||||
|
|
|
|||
|
|
@ -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')"
|
||||
|
|
|
|||
|
|
@ -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 (%)')"
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@ min = "0"
|
|||
yUnitSystem = "none"
|
||||
|
||||
[procs.functions]
|
||||
value = "alias(color($metric$, '#0095bf'), 'Process count')"
|
||||
value = "alias(color($metric$, '#1a7dd7'), 'Process count')"
|
||||
|
|
|
|||
|
|
@ -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)')"
|
||||
|
|
|
|||
|
|
@ -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)')"
|
||||
|
|
|
|||
Loading…
Reference in a new issue