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

template_server_intel_sr1530_ipmi.yaml « classic « templates - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8c6bb758e08710e65238e71b84dd1f971f1d685 (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
zabbix_export:
  version: '5.4'
  date: '2021-05-09T00:00:00Z'
  groups:
    -
      name: 'Templates/Server hardware'
  templates:
    -
      template: 'Intel SR1530 IPMI'
      name: 'Intel SR1530 IPMI'
      groups:
        -
          name: 'Templates/Server hardware'
      items:
        -
          name: 'BB +1.8V SM'
          type: IPMI
          key: bb_1.8v_sm
          history: 1w
          value_type: FLOAT
          units: V
          ipmi_sensor: 'BB +1.8V SM'
          tags:
            -
              tag: Application
              value: Voltage
          triggers:
            -
              expression: 'last(/Intel SR1530 IPMI/bb_1.8v_sm)<1.597 or last(/Intel SR1530 IPMI/bb_1.8v_sm)>2.019'
              name: 'BB +1.8V SM Critical [{ITEM.VALUE}]'
              priority: DISASTER
              dependencies:
                -
                  name: Power
                  expression: 'last(/Intel SR1530 IPMI/power)=0'
            -
              expression: 'last(/Intel SR1530 IPMI/bb_1.8v_sm)<1.646 or last(/Intel SR1530 IPMI/bb_1.8v_sm)>1.960'
              name: 'BB +1.8V SM Non-Critical [{ITEM.VALUE}]'
              priority: HIGH
              dependencies:
                -
                  name: 'BB +1.8V SM Critical [{ITEM.VALUE}]'
                  expression: 'last(/Intel SR1530 IPMI/bb_1.8v_sm)<1.597 or last(/Intel SR1530 IPMI/bb_1.8v_sm)>2.019'
                -
                  name: Power
                  expression: 'last(/Intel SR1530 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 SR1530 IPMI/bb_3.3v)<2.876 or last(/Intel SR1530 IPMI/bb_3.3v)>3.729'
              name: 'BB +3.3V Critical [{ITEM.VALUE}]'
              priority: DISASTER
              dependencies:
                -
                  name: Power
                  expression: 'last(/Intel SR1530 IPMI/power)=0'
            -
              expression: 'last(/Intel SR1530 IPMI/bb_3.3v)<2.970 or last(/Intel SR1530 IPMI/bb_3.3v)>3.618'
              name: 'BB +3.3V Non-Critical [{ITEM.VALUE}]'
              priority: HIGH
              dependencies:
                -
                  name: 'BB +3.3V Critical [{ITEM.VALUE}]'
                  expression: 'last(/Intel SR1530 IPMI/bb_3.3v)<2.876 or last(/Intel SR1530 IPMI/bb_3.3v)>3.729'
                -
                  name: Power
                  expression: 'last(/Intel SR1530 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 SR1530 IPMI/bb_3.3v_stby)<2.876 or last(/Intel SR1530 IPMI/bb_3.3v_stby)>3.729'
              name: 'BB +3.3V STBY Critical [{ITEM.VALUE}]'
              priority: DISASTER
            -
              expression: 'last(/Intel SR1530 IPMI/bb_3.3v_stby)<2.970 or last(/Intel SR1530 IPMI/bb_3.3v_stby)>3.618'
              name: 'BB +3.3V STBY Non-Critical [{ITEM.VALUE}]'
              priority: HIGH
              dependencies:
                -
                  name: 'BB +3.3V STBY Critical [{ITEM.VALUE}]'
                  expression: 'last(/Intel SR1530 IPMI/bb_3.3v_stby)<2.876 or last(/Intel SR1530 IPMI/bb_3.3v_stby)>3.729'
        -
          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 SR1530 IPMI/bb_5.0v)<4.362 or last(/Intel SR1530 IPMI/bb_5.0v)>5.663'
              name: 'BB +5.0V Critical [{ITEM.VALUE}]'
              priority: DISASTER
              dependencies:
                -
                  name: Power
                  expression: 'last(/Intel SR1530 IPMI/power)=0'
            -
              expression: 'last(/Intel SR1530 IPMI/bb_5.0v)<4.483 or last(/Intel SR1530 IPMI/bb_5.0v)>5.495'
              name: 'BB +5.0V Non-Critical [{ITEM.VALUE}]'
              priority: HIGH
              dependencies:
                -
                  name: 'BB +5.0V Critical [{ITEM.VALUE}]'
                  expression: 'last(/Intel SR1530 IPMI/bb_5.0v)<4.362 or last(/Intel SR1530 IPMI/bb_5.0v)>5.663'
                -
                  name: Power
                  expression: 'last(/Intel SR1530 IPMI/power)=0'
        -
          name: 'BB Ambient Temp'
          type: IPMI
          key: bb_ambient_temp
          history: 1w
          value_type: FLOAT
          units: C
          ipmi_sensor: 'BB Ambient Temp'
          tags:
            -
              tag: Application
              value: Temperature
          triggers:
            -
              expression: 'last(/Intel SR1530 IPMI/bb_ambient_temp)<5 or last(/Intel SR1530 IPMI/bb_ambient_temp)>66'
              name: 'BB Ambient Temp Critical [{ITEM.VALUE}]'
              priority: DISASTER
            -
              expression: 'last(/Intel SR1530 IPMI/bb_ambient_temp)<10 or last(/Intel SR1530 IPMI/bb_ambient_temp)>61'
              name: 'BB Ambient Temp Non-Critical [{ITEM.VALUE}]'
              priority: HIGH
              dependencies:
                -
                  name: 'BB Ambient Temp Critical [{ITEM.VALUE}]'
                  expression: 'last(/Intel SR1530 IPMI/bb_ambient_temp)<5 or last(/Intel SR1530 IPMI/bb_ambient_temp)>66'
        -
          name: Power
          type: IPMI
          key: power
          history: 1w
          ipmi_sensor: power
          tags:
            -
              tag: Application
              value: Voltage
          triggers:
            -
              expression: 'last(/Intel SR1530 IPMI/power)=0'
              name: Power
              priority: WARNING
        -
          name: 'Processor Vcc'
          type: IPMI
          key: processor_vcc
          history: 1w
          value_type: FLOAT
          units: V
          ipmi_sensor: 'Processor Vcc'
          tags:
            -
              tag: Application
              value: Voltage
        -
          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
  graphs:
    -
      name: 'Fan speed and ambient temperature'
      graph_items:
        -
          drawtype: GRADIENT_LINE
          color: EE0000
          item:
            host: 'Intel SR1530 IPMI'
            key: bb_ambient_temp
        -
          sortorder: '1'
          color: '000000'
          yaxisside: RIGHT
          item:
            host: 'Intel SR1530 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 SR1530 IPMI'
            key: power
        -
          sortorder: '1'
          color: '009900'
          item:
            host: 'Intel SR1530 IPMI'
            key: bb_1.8v_sm
        -
          sortorder: '2'
          color: 00CCCC
          item:
            host: 'Intel SR1530 IPMI'
            key: bb_3.3v
        -
          sortorder: '3'
          color: '000000'
          item:
            host: 'Intel SR1530 IPMI'
            key: bb_3.3v_stby
        -
          sortorder: '4'
          color: 3333FF
          item:
            host: 'Intel SR1530 IPMI'
            key: bb_5.0v
        -
          sortorder: '5'
          color: '777700'
          item:
            host: 'Intel SR1530 IPMI'
            key: processor_vcc