-
Notifications
You must be signed in to change notification settings - Fork 39
/
idrac-input.conf
184 lines (141 loc) · 5.02 KB
/
idrac-input.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
[[processors.regex]]
[[processors.regex.fields]]
key = "log-dates"
pattern = "^(?P<YYYY>\\d{4})(?P<MM>\\d{2})(?P<DD>\\d{2})(?P<HH>\\d{2})(?P<mm>\\d{2})(?P<ss>\\d{2})\\.(?P<SSSSSS>\\d{6})(?P<ZZ>[-+]\\d{3,4})$"
replacement = "${YYYY}-${MM}-${DD} ${HH}:${mm}:${ss}"
[[inputs.snmp]]
agents = [ "idracURL1:161" , "idracURL2:161" , "idracURL3:161" ]
version = 1
community = "public"
name = "idrac-hosts"
[[inputs.snmp.field]]
name = "system-name"
oid = ".1.3.6.1.2.1.1.5.0"
is_tag = true
[[inputs.snmp.field]]
name = "system-osname"
oid = ".1.3.6.1.4.1.674.10892.5.1.3.6.0"
[[inputs.snmp.field]]
name = "system-osversion"
oid = ".1.3.6.1.4.1.674.10892.5.1.3.14.0"
[[inputs.snmp.field]]
name = "system-model"
oid = ".1.3.6.1.4.1.674.10892.5.1.3.12.0"
[[inputs.snmp.field]]
name = "idrac-url"
oid = ".1.3.6.1.4.1.674.10892.5.1.1.6.0"
[[inputs.snmp.field]]
name = "power-state"
oid = ".1.3.6.1.4.1.674.10892.5.2.4.0"
[[inputs.snmp.field]]
name = "system-uptime"
oid = ".1.3.6.1.4.1.674.10892.5.2.5.0"
[[inputs.snmp.field]]
name = "system-servicetag"
oid = ".1.3.6.1.4.1.674.10892.5.1.3.2.0"
[[inputs.snmp.field]]
name = "system-globalstatus"
oid = ".1.3.6.1.4.1.674.10892.5.2.1.0"
[[inputs.snmp.table]]
name = "idrac-hosts"
inherit_tags = [ "system-name" , "disks-name" ]
[[inputs.snmp.table.field]]
name = "bios-version"
oid = ".1.3.6.1.4.1.674.10892.5.4.300.50.1.8"
[[inputs.snmp.table.field]]
name = "raid-batterystate"
oid = ".1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.4"
[[inputs.snmp.table.field]]
name = "intrusion-sensor"
oid = ".1.3.6.1.4.1.674.10892.5.4.300.70.1.6"
[[inputs.snmp.table.field]]
name = "disks-mediatype"
oid = ".1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.35"
[[inputs.snmp.table.field]]
name = "disks-state"
oid = ".1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.4"
[[inputs.snmp.table.field]]
name = "disks-predictivefail"
oid = ".1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.31"
[[inputs.snmp.table.field]]
name = "disks-capacity"
oid = ".1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.11"
[[inputs.snmp.table.field]]
name = "disks-name"
oid = ".1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.2"
is_tag = true
[[inputs.snmp.table.field]]
name = "memory-status"
oid = ".1.3.6.1.4.1.674.10892.5.4.200.10.1.27"
[[inputs.snmp.table.field]]
name = "storage-status"
oid = ".1.3.6.1.4.1.674.10892.5.2.3"
[[inputs.snmp.table.field]]
name = "temp-status"
oid = ".1.3.6.1.4.1.674.10892.5.4.200.10.1.63"
[[inputs.snmp.table.field]]
name = "psu-status"
oid = ".1.3.6.1.4.1.674.10892.5.4.200.10.1.9"
[[inputs.snmp.table.field]]
name = "log-dates"
oid = ".1.3.6.1.4.1.674.10892.5.4.300.40.1.8"
[[inputs.snmp.table.field]]
name = "log-entry"
oid = ".1.3.6.1.4.1.674.10892.5.4.300.40.1.5"
[[inputs.snmp.table.field]]
name = "log-severity"
oid = ".1.3.6.1.4.1.674.10892.5.4.300.40.1.7"
[[inputs.snmp.table.field]]
name = "log-number"
oid = ".1.3.6.1.4.1.674.10892.5.4.300.40.1.2"
is_tag = true
[[inputs.snmp.table.field]]
name = "nic-name"
oid = ".1.3.6.1.4.1.674.10892.5.4.1100.90.1.30"
is_tag = true
[[inputs.snmp.table.field]]
name = "nic-vendor"
oid = ".1.3.6.1.4.1.674.10892.5.4.1100.90.1.7"
[[inputs.snmp.table.field]]
name = "nic-status"
oid = ".1.3.6.1.4.1.674.10892.5.4.1100.90.1.4"
[[inputs.snmp.table.field]]
name = "nic-current_mac"
oid = ".1.3.6.1.4.1.674.10892.5.4.1100.90.1.15"
conversion = "hwaddr"
[[inputs.snmp.field]]
name = "fan1-speed"
oid = ".1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.1"
[[inputs.snmp.field]]
name = "fan2-speed"
oid = ".1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.2"
[[inputs.snmp.field]]
name = "fan3-speed"
oid = ".1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.3"
[[inputs.snmp.field]]
name = "fan4-speed"
oid = ".1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.4"
[[inputs.snmp.field]]
name = "fan5-speed"
oid = ".1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.5"
[[inputs.snmp.field]]
name = "fan6-speed"
oid = ".1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.6"
[[inputs.snmp.field]]
name = "inlet-temp"
oid = ".1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.1"
[[inputs.snmp.field]]
name = "exhaust-temp"
oid = ".1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.2"
[[inputs.snmp.field]]
name = "cpu1-temp"
oid = ".1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.3"
[[inputs.snmp.field]]
name = "cpu2-temp"
oid = ".1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.4"
[[inputs.snmp.field]]
name = "cmos-batterystate"
oid = ".1.3.6.1.4.1.674.10892.5.4.600.50.1.6.1.1"
[[inputs.snmp.field]]
name = "system-watts"
oid = ".1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.3"