blob: daba4b43d7f98646fa84fe8a6955b9b5bb4a4089 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[memory.graph]
check_command = "memory-windows"
[memory.metrics_filters]
value = "$service_name_template$.perfdata.memory.value"
max = "$service_name_template$.perfdata.memory.max"
[memory.urlparams]
areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
yUnitSystem = "binary"
[memory.functions]
value = "alias(color($metric$, '#1a7dd7'), 'Used (bytes)')"
max = "alias(color($metric$, '#cfd7e6'), 'Size (bytes)')"
|