mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-06-09 00:32:31 -04:00
17 lines
426 B
INI
17 lines
426 B
INI
[disk.graph]
|
|
check_command = "disk, disk-windows"
|
|
|
|
[disk.metrics_filters]
|
|
value = "$service_name_template$.perfdata.$disk$.value"
|
|
max = "$service_name_template$.perfdata.$disk$.max"
|
|
|
|
[disk.urlparams]
|
|
areaAlpha = "0.5"
|
|
areaMode = "all"
|
|
min = "0"
|
|
title = "Disk $disk$"
|
|
yUnitSystem = "binary"
|
|
|
|
[disk.functions]
|
|
value = "alias(color($metric$, '#1a7dd7'), 'Used (bytes)')"
|
|
max = "alias(color($metric$, '#cfd7e6'), 'Size (bytes)')"
|