summaryrefslogtreecommitdiffstats
path: root/templates/netapp_cdot_volumes.ini
blob: 92cc6868408a4f0cc26d8a03f4c0be92717d61ca (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
43
44
[vol-space.graph]
check_command = "netapp_cdot_volume_status"

[vol-space.metrics_filters]
value = "$service_name_template$.perfdata.$vol$.check_cdot_volume_usage.space_used.value"
max = "$service_name_template$.perfdata.$vol$.check_cdot_volume_usage.space_used.max"
crit = "$service_name_template$.perfdata.$vol$.check_cdot_volume_usage.space_used.crit"
warn = "$service_name_template$.perfdata.$vol$.check_cdot_volume_usage.space_used.warn"
[vol-space.urlparams]
areaAlpha = "0.5"
areaMode = "first"
lineWidth = "2"
min = "0"
title = "Disk $vol$ Space used"
yUnitSystem = "binary"

[vol-space.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)')"

[disk-inode.graph]
check_command = "netapp_cdot_volume_status"

[disk-inode.metrics_filters]
value = "$service_name_template$.perfdata.$disk$.check_cdot_volume_usage.inode_used.value"
max = "$service_name_template$.perfdata.$disk$.check_cdot_volume_usage.inode_used.max"
crit = "$service_name_template$.perfdata.$disk$.check_cdot_volume_usage.inode_used.crit"
warn = "$service_name_template$.perfdata.$disk$.check_cdot_volume_usage.inode_used.warn"

[disk-inode.urlparams]
areaAlpha = "0.5"
areaMode = "first"
lineWidth = "2"
min = "0"
title = "Disk $disk$  Inodes used"

[disk-inode.functions]
value = "alias(color($metric$, '#1a7dd7'), 'Used Inodes')"
max = "alias(color($metric$, '#cfd7e6'), 'Max Inodes')"
crit = "alias(color($metric$, '#ff0000'), 'Crit Inodes')"
warn = "alias(color($metric$, '#ff8d00'), 'Warn Inodes')"