summaryrefslogtreecommitdiffstats
path: root/templates/graphite-template memory-linux-local.ini
blob: 8868bc0e0232a6e991dda3561012e9159b81319f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[memory.graph]
check_command = "mem"

[memory.metrics_filters]
value = "$service_name_template$.perfdata.USED.value"
max = "$service_name_template$.perfdata.USED.max"
crit = "$service_name_template$.perfdata.USED.crit"
warn = "$service_name_template$.perfdata.USED.warn"
caches = "$service_name_template$.perfdata.CACHES.value"
free = "$service_name_template$.perfdata.FREE.value"
total = "$service_name_template$.perfdata.TOTAL.value"

[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)')"
free = "alias(color($metric$, '#41D2A2'), 'Free (bytes)')"
total = "alias(color($metric$, '#8000FF'), 'Total (bytes)')"
caches = "alias(color($metric$, '#ABABAB'), 'Caches (bytes)')"