summaryrefslogtreecommitdiffstats
path: root/templates/swap.ini
blob: 535bc691d798603a3e43eea72488ad32e9a6cc6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[swap.graph]
check_command = "swap, swap-windows"

[swap.metrics_filters]
value = "$service_name_template$.perfdata.swap.value"
max = "$service_name_template$.perfdata.swap.max"

[swap.urlparams]
areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
yUnitSystem = "binary"

[swap.functions]
value = "alias(color($metric$, '#1a7dd7'), 'Used (bytes)')"
max = "alias(color($metric$, '#cfd7e6'), 'Size (bytes)')"