summaryrefslogtreecommitdiffstats
path: root/templates/memory_windows_powershell_framework.ini
blob: 53f89f4b0d695cd102bb34c1bd43bcb4c09e08f7 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[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-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 (%)')"