mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-06-09 08:51:21 -04:00
30 lines
624 B
INI
30 lines
624 B
INI
[http-time.graph]
|
|
check_command = "http"
|
|
|
|
[http-time.metrics_filters]
|
|
value = "$service_name_template$.perfdata.time.value"
|
|
|
|
[http-time.urlparams]
|
|
areaAlpha = "0.5"
|
|
areaMode = "all"
|
|
min = "0"
|
|
yUnitSystem = "none"
|
|
|
|
[http-time.functions]
|
|
value = "alias(color(scale($metric$, 1000), '#1a7dd7'), 'Response time (ms)')"
|
|
|
|
|
|
[http-size.graph]
|
|
check_command = "http"
|
|
|
|
[http-size.metrics_filters]
|
|
value = "$service_name_template$.perfdata.size.value"
|
|
|
|
[http-size.urlparams]
|
|
areaAlpha = "0.5"
|
|
areaMode = "all"
|
|
min = "0"
|
|
yUnitSystem = "binary"
|
|
|
|
[http-size.functions]
|
|
value = "alias(color($metric$, '#1a7dd7'), 'Response size (bytes)')"
|