Welcome to mirror list, hosted at ThFree Co, Russian Federation.

template_server_intel_sr1630_ipmi.yaml « classic « templates - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2dcaceea1060129198ba4f8fc6c24a315c604bbc (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
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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
zabbix_export:
  version: '5.4'
  date: '2021-05-09T00:00:00Z'
  groups:
    -
      name: 'Templates/Server hardware'
  templates:
    -
      template: 'Intel SR1630 IPMI'
      name: 'Intel SR1630 IPMI'
      groups:
        -
          name: 'Templates/Server hardware'
      items:
        -
          name: 'Baseboard Temp'
          type: IPMI
          key: baseboard_temp
          history: 1w
          value_type: FLOAT
          units: C
          ipmi_sensor: 'Baseboard Temp'
          tags:
            -
              tag: Application
              value: Temperature
          triggers:
            -
              expression: 'last(/Intel SR1630 IPMI/baseboard_temp)<5 or last(/Intel SR1630 IPMI/baseboard_temp)>90'
              name: 'Baseboard Temp Critical [{ITEM.VALUE}]'
              priority: DISASTER
              dependencies:
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
            -
              expression: 'last(/Intel SR1630 IPMI/baseboard_temp)<10 or last(/Intel SR1630 IPMI/baseboard_temp)>83'
              name: 'Baseboard Temp Non-Critical [{ITEM.VALUE}]'
              priority: HIGH
              dependencies:
                -
                  name: 'Baseboard Temp Critical [{ITEM.VALUE}]'
                  expression: 'last(/Intel SR1630 IPMI/baseboard_temp)<5 or last(/Intel SR1630 IPMI/baseboard_temp)>90'
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
        -
          name: 'BB +1.05V PCH'
          type: IPMI
          key: bb_1.05v_pch
          history: 1w
          value_type: FLOAT
          units: V
          ipmi_sensor: 'BB +1.05V PCH'
          tags:
            -
              tag: Application
              value: Voltage
          triggers:
            -
              expression: 'last(/Intel SR1630 IPMI/bb_1.05v_pch)<0.953 or last(/Intel SR1630 IPMI/bb_1.05v_pch)>1.149'
              name: 'BB +1.05V PCH Critical [{ITEM.VALUE}]'
              priority: DISASTER
              dependencies:
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
            -
              expression: 'last(/Intel SR1630 IPMI/bb_1.05v_pch)<0.985 or last(/Intel SR1630 IPMI/bb_1.05v_pch)>1.117'
              name: 'BB +1.05V PCH Non-Critical [{ITEM.VALUE}]'
              priority: HIGH
              dependencies:
                -
                  name: 'BB +1.05V PCH Critical [{ITEM.VALUE}]'
                  expression: 'last(/Intel SR1630 IPMI/bb_1.05v_pch)<0.953 or last(/Intel SR1630 IPMI/bb_1.05v_pch)>1.149'
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
        -
          name: 'BB +1.1V P1 Vccp'
          type: IPMI
          key: bb_1.1v_p1_vccp
          history: 1w
          value_type: FLOAT
          units: V
          ipmi_sensor: 'BB +1.1V P1 Vccp'
          tags:
            -
              tag: Application
              value: Voltage
          triggers:
            -
              expression: 'last(/Intel SR1630 IPMI/bb_1.1v_p1_vccp)<0.683 or last(/Intel SR1630 IPMI/bb_1.1v_p1_vccp)>1.543'
              name: 'BB +1.1V P1 Vccp Critical [{ITEM.VALUE}]'
              priority: DISASTER
              dependencies:
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
            -
              expression: 'last(/Intel SR1630 IPMI/bb_1.1v_p1_vccp)<0.708 or last(/Intel SR1630 IPMI/bb_1.1v_p1_vccp)>1.501'
              name: 'BB +1.1V P1 Vccp Non-Critical [{ITEM.VALUE}]'
              priority: HIGH
              dependencies:
                -
                  name: 'BB +1.1V P1 Vccp Critical [{ITEM.VALUE}]'
                  expression: 'last(/Intel SR1630 IPMI/bb_1.1v_p1_vccp)<0.683 or last(/Intel SR1630 IPMI/bb_1.1v_p1_vccp)>1.543'
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
        -
          name: 'BB +1.5V P1 DDR3'
          type: IPMI
          key: bb_1.5v_p1_ddr3
          history: 1w
          value_type: FLOAT
          units: V
          ipmi_sensor: 'BB +1.5V P1 DDR3'
          tags:
            -
              tag: Application
              value: Voltage
          triggers:
            -
              expression: 'last(/Intel SR1630 IPMI/bb_1.5v_p1_ddr3)<1.362 or last(/Intel SR1630 IPMI/bb_1.5v_p1_ddr3)>1.635'
              name: 'BB +1.5V P1 DDR3 Critical [{ITEM.VALUE}]'
              priority: DISASTER
              dependencies:
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
            -
              expression: 'last(/Intel SR1630 IPMI/bb_1.5v_p1_ddr3)<1.401 or last(/Intel SR1630 IPMI/bb_1.5v_p1_ddr3)>1.589'
              name: 'BB +1.5V P1 DDR3 Non-Critical [{ITEM.VALUE}]'
              priority: HIGH
              dependencies:
                -
                  name: 'BB +1.5V P1 DDR3 Critical [{ITEM.VALUE}]'
                  expression: 'last(/Intel SR1630 IPMI/bb_1.5v_p1_ddr3)<1.362 or last(/Intel SR1630 IPMI/bb_1.5v_p1_ddr3)>1.635'
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
        -
          name: 'BB +3.3V'
          type: IPMI
          key: bb_3.3v
          history: 1w
          value_type: FLOAT
          units: V
          ipmi_sensor: 'BB +3.3V'
          tags:
            -
              tag: Application
              value: Voltage
          triggers:
            -
              expression: 'last(/Intel SR1630 IPMI/bb_3.3v)<2.982 or last(/Intel SR1630 IPMI/bb_3.3v)>3.625'
              name: 'BB +3.3V Critical [{ITEM.VALUE}]'
              priority: DISASTER
              dependencies:
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
            -
              expression: 'last(/Intel SR1630 IPMI/bb_3.3v)<3.067 or last(/Intel SR1630 IPMI/bb_3.3v)>3.525'
              name: 'BB +3.3V Non-Critical [{ITEM.VALUE}]'
              priority: HIGH
              dependencies:
                -
                  name: 'BB +3.3V Critical [{ITEM.VALUE}]'
                  expression: 'last(/Intel SR1630 IPMI/bb_3.3v)<2.982 or last(/Intel SR1630 IPMI/bb_3.3v)>3.625'
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
        -
          name: 'BB +3.3V STBY'
          type: IPMI
          key: bb_3.3v_stby
          history: 1w
          value_type: FLOAT
          units: V
          ipmi_sensor: 'BB +3.3V STBY'
          tags:
            -
              tag: Application
              value: Voltage
          triggers:
            -
              expression: 'last(/Intel SR1630 IPMI/bb_3.3v_stby)<2.982 or last(/Intel SR1630 IPMI/bb_3.3v_stby)>3.625'
              name: 'BB +3.3V STBY Critical [{ITEM.VALUE}]'
              priority: DISASTER
            -
              expression: 'last(/Intel SR1630 IPMI/bb_3.3v_stby)<3.067 or last(/Intel SR1630 IPMI/bb_3.3v_stby)>3.525'
              name: 'BB +3.3V STBY Non-Critical [{ITEM.VALUE}]'
              priority: HIGH
              dependencies:
                -
                  name: 'BB +3.3V STBY Critical [{ITEM.VALUE}]'
                  expression: 'last(/Intel SR1630 IPMI/bb_3.3v_stby)<2.982 or last(/Intel SR1630 IPMI/bb_3.3v_stby)>3.625'
        -
          name: 'BB +5.0V'
          type: IPMI
          key: bb_5.0v
          history: 1w
          value_type: FLOAT
          units: V
          ipmi_sensor: 'BB +5.0V'
          tags:
            -
              tag: Application
              value: Voltage
          triggers:
            -
              expression: 'last(/Intel SR1630 IPMI/bb_5.0v)<4.471 or last(/Intel SR1630 IPMI/bb_5.0v)>5.538'
              name: 'BB +5.0V Critical [{ITEM.VALUE}]'
              priority: DISASTER
              dependencies:
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
            -
              expression: 'last(/Intel SR1630 IPMI/bb_5.0v)<4.630 or last(/Intel SR1630 IPMI/bb_5.0v)>5.380'
              name: 'BB +5.0V Non-Critical [{ITEM.VALUE}]'
              priority: HIGH
              dependencies:
                -
                  name: 'BB +5.0V Critical [{ITEM.VALUE}]'
                  expression: 'last(/Intel SR1630 IPMI/bb_5.0v)<4.471 or last(/Intel SR1630 IPMI/bb_5.0v)>5.538'
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
        -
          name: 'Front Panel Temp'
          type: IPMI
          key: front_panel_temp
          history: 1w
          value_type: FLOAT
          units: C
          ipmi_sensor: 'Front Panel Temp'
          tags:
            -
              tag: Application
              value: Temperature
          triggers:
            -
              expression: 'last(/Intel SR1630 IPMI/front_panel_temp)<0 or last(/Intel SR1630 IPMI/front_panel_temp)>48'
              name: 'Front Panel Temp Critical [{ITEM.VALUE}]'
              priority: DISASTER
              dependencies:
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
            -
              expression: 'last(/Intel SR1630 IPMI/front_panel_temp)<5 or last(/Intel SR1630 IPMI/front_panel_temp)>44'
              name: 'Front Panel Temp Non-Critical [{ITEM.VALUE}]'
              priority: HIGH
              dependencies:
                -
                  name: 'Front Panel Temp Critical [{ITEM.VALUE}]'
                  expression: 'last(/Intel SR1630 IPMI/front_panel_temp)<0 or last(/Intel SR1630 IPMI/front_panel_temp)>48'
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
        -
          name: Power
          type: IPMI
          key: power
          history: 1w
          ipmi_sensor: power
          tags:
            -
              tag: Application
              value: Voltage
          triggers:
            -
              expression: 'last(/Intel SR1630 IPMI/power)=0'
              name: Power
              priority: WARNING
        -
          name: 'System Fan 2'
          type: IPMI
          key: system_fan_2
          history: 1w
          value_type: FLOAT
          units: RPM
          ipmi_sensor: 'System Fan 2'
          tags:
            -
              tag: Application
              value: Fans
          triggers:
            -
              expression: 'last(/Intel SR1630 IPMI/system_fan_2)<324'
              name: 'System Fan 2 Critical [{ITEM.VALUE}]'
              priority: DISASTER
              dependencies:
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
            -
              expression: 'last(/Intel SR1630 IPMI/system_fan_2)<378'
              name: 'System Fan 2 Non-Critical [{ITEM.VALUE}]'
              priority: HIGH
              dependencies:
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
                -
                  name: 'System Fan 2 Critical [{ITEM.VALUE}]'
                  expression: 'last(/Intel SR1630 IPMI/system_fan_2)<324'
        -
          name: 'System Fan 3'
          type: IPMI
          key: system_fan_3
          history: 1w
          value_type: FLOAT
          units: RPM
          ipmi_sensor: 'System Fan 3'
          tags:
            -
              tag: Application
              value: Fans
          triggers:
            -
              expression: 'last(/Intel SR1630 IPMI/system_fan_3)<324'
              name: 'System Fan 3 Critical [{ITEM.VALUE}]'
              priority: DISASTER
              dependencies:
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
            -
              expression: 'last(/Intel SR1630 IPMI/system_fan_3)<378'
              name: 'System Fan 3 Non-Critical [{ITEM.VALUE}]'
              priority: HIGH
              dependencies:
                -
                  name: Power
                  expression: 'last(/Intel SR1630 IPMI/power)=0'
                -
                  name: 'System Fan 3 Critical [{ITEM.VALUE}]'
                  expression: 'last(/Intel SR1630 IPMI/system_fan_3)<324'
  graphs:
    -
      name: 'Fan speed and temperature'
      graph_items:
        -
          drawtype: BOLD_LINE
          color: EE0000
          item:
            host: 'Intel SR1630 IPMI'
            key: front_panel_temp
        -
          sortorder: '1'
          drawtype: BOLD_LINE
          color: EE00EE
          item:
            host: 'Intel SR1630 IPMI'
            key: baseboard_temp
        -
          sortorder: '2'
          color: '000000'
          yaxisside: RIGHT
          item:
            host: 'Intel SR1630 IPMI'
            key: system_fan_2
        -
          sortorder: '3'
          drawtype: DASHED_LINE
          color: '000000'
          yaxisside: RIGHT
          item:
            host: 'Intel SR1630 IPMI'
            key: system_fan_3
    -
      name: Voltage
      yaxismax: '5.5'
      ymin_type_1: FIXED
      ymax_type_1: FIXED
      graph_items:
        -
          drawtype: BOLD_LINE
          color: '880000'
          item:
            host: 'Intel SR1630 IPMI'
            key: power
        -
          sortorder: '1'
          color: '009900'
          item:
            host: 'Intel SR1630 IPMI'
            key: bb_1.05v_pch
        -
          sortorder: '2'
          color: 00CCCC
          item:
            host: 'Intel SR1630 IPMI'
            key: bb_3.3v
        -
          sortorder: '3'
          color: '000000'
          item:
            host: 'Intel SR1630 IPMI'
            key: bb_3.3v_stby
        -
          sortorder: '4'
          color: 3333FF
          item:
            host: 'Intel SR1630 IPMI'
            key: bb_5.0v