mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-02-19 02:34:05 -05:00
64 lines
2.1 KiB
INI
64 lines
2.1 KiB
INI
[memory.graph]
|
|
check_command = "Invoke-IcingaCheckMemory"
|
|
|
|
[memory.metrics_filters]
|
|
value = "$service_name_template$.perfdata.used_bytes.value"
|
|
max = "$service_name_template$.perfdata.used_bytes.max"
|
|
crit = "$service_name_template$.perfdata.used_bytes.crit"
|
|
warn = "$service_name_template$.perfdata.used_bytes.warn"
|
|
|
|
[memory.urlparams]
|
|
areaAlpha = "0.5"
|
|
areaMode = "first"
|
|
lineWidth = "2"
|
|
min = "0"
|
|
title = "Memory used"
|
|
yUnitSystem = "binary"
|
|
|
|
[memory.functions]
|
|
value = "alias(color($metric$, '#1a7dd7'), 'Used (bytes)')"
|
|
max = "alias(color($metric$, '#cfd7e6'), 'Size (bytes)')"
|
|
crit = "alias(color($metric$, '#ff0000'), 'Crit (bytes)')"
|
|
warn = "alias(color($metric$, '#ff8d00'), 'Warn (bytes)')"
|
|
|
|
[memory-multi.graph]
|
|
check_command = "Invoke-IcingaCheckMemory"
|
|
|
|
[memory-multi.metrics_filters]
|
|
value = "$service_name_template$.perfdata.$index$.$template$.$label_name$.value"
|
|
max = "$service_name_template$.perfdata.$index$.$template$.$label_name$.max"
|
|
crit = "$service_name_template$.perfdata.$index$.$template$.$label_name$.crit"
|
|
warn = "$service_name_template$.perfdata.$index$.$template$.$label_name$.warn"
|
|
|
|
[memory-multi.urlparams]
|
|
areaAlpha = "0.5"
|
|
areaMode = "all"
|
|
lineWidth = "2"
|
|
title = "Memory used ($index$::$template$::$label_name$)"
|
|
yUnitSystem = "none"
|
|
|
|
[memory-multi.functions]
|
|
value = "alias(color($metric$, '#1a7dd7'), 'Used (bytes)')"
|
|
max = "alias(color($metric$, '#cfd7e6'), 'Size (bytes)')"
|
|
crit = "alias(color($metric$, '#ff0000'), 'Crit (bytes)')"
|
|
warn = "alias(color($metric$, '#ff8d00'), 'Warn (bytes)')"
|
|
|
|
[memory-percent.graph]
|
|
check_command = "Invoke-IcingaCheckMemory"
|
|
|
|
[memory-percent.metrics_filters]
|
|
value = "$service_name_template$.perfdata.memory_percent_used.value"
|
|
crit = "$service_name_template$.perfdata.memory_percent_used.crit"
|
|
warn = "$service_name_template$.perfdata.memory_percent_used.warn"
|
|
|
|
[memory-percent.urlparams]
|
|
areaAlpha = "0.5"
|
|
areaMode = "first"
|
|
lineWidth = "2"
|
|
min = "0"
|
|
title = "Memory % used"
|
|
|
|
[memory-percent.functions]
|
|
value = "alias(color($metric$, '#1a7dd7'), 'Used (%)')"
|
|
crit = "alias(color($metric$, '#ff0000'), 'Crit (%)')"
|
|
warn = "alias(color($metric$, '#ff8d00'), 'Warn (%)')"
|