-
Notifications
You must be signed in to change notification settings - Fork 2
/
san.conf
91 lines (72 loc) · 2.19 KB
/
san.conf
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[[inputs.snmp]]
agents = [ "SAN_IP" ]
version = 2
community = "YOUR_COMMUNITY"
interval = "10s"
[[inputs.snmp.field]]
name = "hostname"
oid = "SNMPv2-MIB::sysName.0"
is_tag = true
[[inputs.snmp.table]]
name = "san_space"
inherit_tags = [ "hostname" ]
[[inputs.snmp.table.field]]
name = "total_space"
oid = "DELL-STORAGE-SC-MIB::scDiskFolderSUTotalSpace2"
oid_index_suffix = "2"
[[inputs.snmp.table.field]]
name = "used_space"
oid = "DELL-STORAGE-SC-MIB::scDiskFolderSUUsedSpace2"
oid_index_suffix = "2"
[[inputs.snmp.table]]
name = "san_infos"
inherit_tags = [ "hostname" ]
[[inputs.snmp.table.field]]
name = "uptime"
oid = "DISMAN-EVENT-MIB::sysUpTimeInstance"
[[inputs.snmp.table.field]]
name = "global_status"
oid = "DELL-STORAGE-SC-MIB::productIDGlobalStatus"
[[inputs.snmp.table.field]]
name = "service_tag"
oid = "DELL-STORAGE-SC-MIB::productIDSerialNumber"
[[inputs.snmp.table.field]]
name = "san_ip"
oid = "DELL-STORAGE-SC-MIB::scScMgmtIP"
[[inputs.snmp.table.field]]
name = "san_battery"
oid = "DELL-STORAGE-SC-MIB::scCacheBatStat"
[[inputs.snmp.table.field]]
name = "san_status"
oid = "DELL-STORAGE-SC-MIB::scScStatus"
[[inputs.snmp.table.field]]
name = "san_portsBalance"
oid = "DELL-STORAGE-SC-MIB::scScPortsBal"
[[inputs.snmp.table]]
name = "san_cache"
oid = "DELL-STORAGE-SC-MIB::scCacheTable"
inherit_tags = [ "hostname" ]
[[inputs.snmp.table.field]]
oid = "DELL-STORAGE-SC-MIB::scCacheNbr"
is_tag = true
[[inputs.snmp.table]]
name = "san_disks"
oid = "DELL-STORAGE-SC-MIB::scDiskTable"
inherit_tags = [ "hostname" ]
[[inputs.snmp.table.field]]
oid = "DELL-STORAGE-SC-MIB::scDiskNamePosition"
is_tag = true
[[inputs.snmp.table]]
name = "san_temp"
oid = "DELL-STORAGE-SC-MIB::scCtlrTempTable"
inherit_tags = [ "hostname" ]
[[inputs.snmp.table.field]]
oid = "DELL-STORAGE-SC-MIB::scCtlrTempName"
is_tag = true
[[inputs.snmp.table]]
name = "san_alerts"
oid = "DELL-STORAGE-SC-MIB::scAlertTable"
inherit_tags = [ "hostname" ]
[[inputs.snmp.table.field]]
oid = "DELL-STORAGE-SC-MIB::scAlertNbr"
is_tag = true