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

template_net_alcatel_timetra_snmp.yaml « alcatel_timetra_snmp « net « templates - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f01d6dca2c824744d3617244e4df8324dfcda10 (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
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
zabbix_export:
  version: '5.4'
  date: '2021-05-10T19:41:27Z'
  groups:
    -
      uuid: 36bff6c29af64692839d077febfc7079
      name: 'Templates/Network devices'
  templates:
    -
      uuid: 53044571fb864d87af32473e08c76d0b
      template: 'Alcatel Timetra TiMOS SNMP'
      name: 'Alcatel Timetra TiMOS SNMP'
      description: |
        Template Net Alcatel Timetra TiMOS
        
        MIBs used:
        TIMETRA-CHASSIS-MIB
        TIMETRA-SYSTEM-MIB
        SNMPv2-MIB
        
        Template tooling version used: 0.38
      templates:
        -
          name: 'EtherLike-MIB SNMP'
        -
          name: 'Generic SNMP'
        -
          name: 'Interfaces SNMP'
      groups:
        -
          name: 'Templates/Network devices'
      items:
        -
          uuid: e28cb751b37e42d29be9f0295bd030b6
          name: 'CPU utilization'
          type: SNMP_AGENT
          snmp_oid: 1.3.6.1.4.1.6527.3.1.2.1.1.1.0
          key: 'system.cpu.util[sgiCpuUsage.0]'
          history: 7d
          value_type: FLOAT
          units: '%'
          description: |
            MIB: TIMETRA-SYSTEM-MIB
            The value of sgiCpuUsage indicates the current CPU utilization for the system.
          tags:
            -
              tag: Application
              value: CPU
          triggers:
            -
              uuid: 8d326dfd92344857bbd293f5612e4bc2
              expression: 'min(/Alcatel Timetra TiMOS SNMP/system.cpu.util[sgiCpuUsage.0],5m)>{$CPU.UTIL.CRIT}'
              name: 'High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)'
              opdata: 'Current utilization: {ITEM.LASTVALUE1}'
              priority: WARNING
              description: 'CPU utilization is too high. The system might be slow to respond.'
        -
          uuid: 2183a57a2c904632bf813c15610765f7
          name: 'Hardware model name'
          type: SNMP_AGENT
          snmp_oid: 1.3.6.1.2.1.1.1.0
          key: system.hw.model
          delay: 1h
          history: 2w
          trends: '0'
          value_type: CHAR
          description: 'MIB: SNMPv2-MIB'
          inventory_link: MODEL
          preprocessing:
            -
              type: REGEX
              parameters:
                - '^(\w|-|\.|/)+ (\w|-|\.|/)+ (.+) Copyright'
                - \3
            -
              type: DISCARD_UNCHANGED_HEARTBEAT
              parameters:
                - 1d
          tags:
            -
              tag: Application
              value: Inventory
        -
          uuid: 9f1c8827a9ef4948808bac9d76add9a8
          name: 'Operating system'
          type: SNMP_AGENT
          snmp_oid: 1.3.6.1.2.1.1.1.0
          key: 'system.sw.os[sysDescr.0]'
          delay: 1h
          history: 2w
          trends: '0'
          value_type: CHAR
          description: 'MIB: SNMPv2-MIB'
          inventory_link: OS
          preprocessing:
            -
              type: REGEX
              parameters:
                - ^((\w|-|\.|/)+)
                - \1
            -
              type: DISCARD_UNCHANGED_HEARTBEAT
              parameters:
                - 1d
          tags:
            -
              tag: Application
              value: Inventory
          triggers:
            -
              uuid: e1342049246c473d84bd8823e73b7ccd
              expression: '(last(/Alcatel Timetra TiMOS SNMP/system.sw.os[sysDescr.0],#1)<>last(/Alcatel Timetra TiMOS SNMP/system.sw.os[sysDescr.0],#2))=1 and length(last(/Alcatel Timetra TiMOS SNMP/system.sw.os[sysDescr.0]))>0'
              name: 'Operating system description has changed'
              priority: INFO
              description: 'Operating system description has changed. Possible reasons that system has been updated or replaced. Ack to close.'
              manual_close: 'YES'
        -
          uuid: 3f2769066a184d29afd26047039b633c
          name: 'Available memory'
          type: SNMP_AGENT
          snmp_oid: 1.3.6.1.4.1.6527.3.1.2.1.1.10.0
          key: 'vm.memory.available[sgiKbMemoryAvailable.0]'
          history: 7d
          units: B
          description: |
            MIB: TIMETRA-SYSTEM-MIB
            The value of sgiKbMemoryAvailable indicates the amount of free memory, in kilobytes, in the overall system that is not allocated to memory pools, but is available in case a memory pool needs to grow.
          preprocessing:
            -
              type: MULTIPLIER
              parameters:
                - '1024'
          tags:
            -
              tag: Application
              value: Memory
        -
          uuid: 9005685cea194d7c9702f19040df7b80
          name: 'Total memory'
          type: CALCULATED
          key: 'vm.memory.total[snmp]'
          history: 7d
          units: B
          params: 'last(//vm.memory.available[sgiKbMemoryAvailable.0])+last(//vm.memory.used[sgiKbMemoryUsed.0])'
          description: 'Total memory in Bytes'
          tags:
            -
              tag: Application
              value: Memory
        -
          uuid: f5cd1ed0f61f464f86a97485f833d832
          name: 'Used memory'
          type: SNMP_AGENT
          snmp_oid: 1.3.6.1.4.1.6527.3.1.2.1.1.9.0
          key: 'vm.memory.used[sgiKbMemoryUsed.0]'
          history: 7d
          units: B
          description: |
            MIB: TIMETRA-SYSTEM-MIB
            The value of sgiKbMemoryUsed indicates the total pre-allocated pool memory, in kilobytes, currently in use on the system.
          preprocessing:
            -
              type: MULTIPLIER
              parameters:
                - '1024'
          tags:
            -
              tag: Application
              value: Memory
        -
          uuid: f223ac289a99469e8861219f4254dea6
          name: 'Memory utilization'
          type: CALCULATED
          key: 'vm.memory.util[vm.memory.util.0]'
          history: 7d
          value_type: FLOAT
          units: '%'
          params: 'last(//vm.memory.used[sgiKbMemoryUsed.0])/(last(//vm.memory.available[sgiKbMemoryAvailable.0])+last(//vm.memory.used[sgiKbMemoryUsed.0]))*100'
          description: 'Memory utilization in %'
          tags:
            -
              tag: Application
              value: Memory
          triggers:
            -
              uuid: c7049c912cc64d2dbcdbf0116bb540a0
              expression: 'min(/Alcatel Timetra TiMOS SNMP/vm.memory.util[vm.memory.util.0],5m)>{$MEMORY.UTIL.MAX}'
              name: 'High memory utilization (>{$MEMORY.UTIL.MAX}% for 5m)'
              priority: AVERAGE
              description: 'The system is running out of free memory.'
      discovery_rules:
        -
          uuid: fe7fa4ab68b8430c86a3adf6ba2fd048
          name: 'Entity Serial Numbers Discovery'
          type: SNMP_AGENT
          snmp_oid: 'discovery[{#ENT_NAME},1.3.6.1.4.1.6527.3.1.2.2.1.8.1.8,{#ENT_CLASS},1.3.6.1.4.1.6527.3.1.2.2.1.8.1.7,{#ENT_SN},1.3.6.1.4.1.6527.3.1.2.2.1.8.1.5]'
          key: entity_sn.discovery
          delay: 1h
          filter:
            evaltype: AND
            conditions:
              -
                macro: '{#ENT_SN}'
                value: .+
                formulaid: A
          item_prototypes:
            -
              uuid: ec087163f366430fbd688390bce17980
              name: '{#ENT_NAME}: Hardware serial number'
              type: SNMP_AGENT
              snmp_oid: '1.3.6.1.4.1.6527.3.1.2.2.1.8.1.5.{#SNMPINDEX}'
              key: 'system.hw.serialnumber[tmnxHwSerialNumber.{#SNMPINDEX}]'
              delay: 1h
              history: 2w
              trends: '0'
              value_type: CHAR
              description: 'MIB: TIMETRA-CHASSIS-MIB'
              preprocessing:
                -
                  type: DISCARD_UNCHANGED_HEARTBEAT
                  parameters:
                    - 1d
              tags:
                -
                  tag: Application
                  value: Inventory
              trigger_prototypes:
                -
                  uuid: b615fe69db4d4a22a1a563ac8859538c
                  expression: '(last(/Alcatel Timetra TiMOS SNMP/system.hw.serialnumber[tmnxHwSerialNumber.{#SNMPINDEX}],#1)<>last(/Alcatel Timetra TiMOS SNMP/system.hw.serialnumber[tmnxHwSerialNumber.{#SNMPINDEX}],#2))=1 and length(last(/Alcatel Timetra TiMOS SNMP/system.hw.serialnumber[tmnxHwSerialNumber.{#SNMPINDEX}]))>0'
                  name: '{#ENT_NAME}: Device has been replaced (new serial number received)'
                  priority: INFO
                  description: 'Device serial number has changed. Ack to close'
                  manual_close: 'YES'
        -
          uuid: 0fa1180b594e401a83927f6c20809a86
          name: 'FAN Discovery'
          type: SNMP_AGENT
          snmp_oid: 'discovery[{#SNMPVALUE},1.3.6.1.4.1.6527.3.1.2.2.1.4.1.2]'
          key: fan.discovery
          delay: 1h
          filter:
            conditions:
              -
                macro: '{#SNMPVALUE}'
                value: '[^1]'
                formulaid: A
          item_prototypes:
            -
              uuid: be9fb466b33f4d078b6aae15123bc7d6
              name: '#{#SNMPINDEX}: Fan status'
              type: SNMP_AGENT
              snmp_oid: '1.3.6.1.4.1.6527.3.1.2.2.1.4.1.2.{#SNMPINDEX}'
              key: 'sensor.fan.status[tmnxChassisFanOperStatus.{#SNMPINDEX}]'
              delay: 3m
              history: 2w
              trends: 0d
              description: |
                MIB: TIMETRA-SYSTEM-MIB
                Current status of the Fan tray.
              valuemap:
                name: 'TIMETRA-CHASSIS-MIB::TmnxDeviceState'
              tags:
                -
                  tag: Application
                  value: Fans
              trigger_prototypes:
                -
                  uuid: 12b3415cee954826841e53f7308ccc82
                  expression: 'count(/Alcatel Timetra TiMOS SNMP/sensor.fan.status[tmnxChassisFanOperStatus.{#SNMPINDEX}],#1,"eq","{$FAN_CRIT_STATUS}")=1'
                  name: '#{#SNMPINDEX}: Fan is in critical state'
                  opdata: 'Current state: {ITEM.LASTVALUE1}'
                  priority: AVERAGE
                  description: 'Please check the fan unit'
        -
          uuid: f99bcd2eff1349f08ae23f6f9dbd6cfb
          name: 'PSU Discovery'
          type: SNMP_AGENT
          snmp_oid: 'discovery[{#SNMPVALUE},1.3.6.1.4.1.6527.3.1.2.2.1.5.1.6]'
          key: psu.discovery
          delay: 1h
          item_prototypes:
            -
              uuid: a52d5ce3437f4f1ca633cc541028ccc7
              name: '#{#SNMPINDEX}: Power supply status'
              type: SNMP_AGENT
              snmp_oid: '1.3.6.1.4.1.6527.3.1.2.2.1.5.1.6.{#SNMPINDEX}'
              key: 'sensor.psu.status[tmnxChassisPowerSupply1Status.{#SNMPINDEX}]'
              delay: 3m
              history: 2w
              trends: 0d
              description: |
                MIB: TIMETRA-SYSTEM-MIB
                The overall status of an equipped power supply. 
                For AC multiple powersupplies, this represents the overall status of the first power supplyin the tray (or shelf).
                For any other type, this represents the overall status of the power supply.
                If tmnxChassisPowerSupply1Status is'deviceStateOk', then all monitored statuses are 'deviceStateOk'.
                A value of 'deviceStateFailed' represents a condition where at least one monitored status is in a failed state.
              valuemap:
                name: 'TIMETRA-CHASSIS-MIB::TmnxDeviceState'
              tags:
                -
                  tag: Application
                  value: 'Power supply'
              trigger_prototypes:
                -
                  uuid: 83968ed8b7cb4faa883f599176cf71ba
                  expression: 'count(/Alcatel Timetra TiMOS SNMP/sensor.psu.status[tmnxChassisPowerSupply1Status.{#SNMPINDEX}],#1,"eq","{$PSU_CRIT_STATUS}")=1'
                  name: '#{#SNMPINDEX}: Power supply is in critical state'
                  opdata: 'Current state: {ITEM.LASTVALUE1}'
                  priority: AVERAGE
                  description: 'Please check the power supply unit for errors'
            -
              uuid: b73b01d720c7431085657548d620f76e
              name: '#{#SNMPINDEX}: Power supply status'
              type: SNMP_AGENT
              snmp_oid: '1.3.6.1.4.1.6527.3.1.2.2.1.5.1.7.{#SNMPINDEX}'
              key: 'sensor.psu.status[tmnxChassisPowerSupply2Status.{#SNMPINDEX}]'
              delay: 3m
              history: 2w
              trends: 0d
              description: |
                MIB: TIMETRA-SYSTEM-MIB
                The overall status of an equipped power supply.
                For AC multiple powersupplies, this represents the overall status of the second power supplyin the tray (or shelf).
                For any other type, this field is unused and set to 'deviceNotEquipped'.
                If tmnxChassisPowerSupply2Status is 'deviceStateOk', then all monitored statuses are 'deviceStateOk'.
                A value of 'deviceStateFailed' represents a condition where at least one monitored status is in a failed state.
              valuemap:
                name: 'TIMETRA-CHASSIS-MIB::TmnxDeviceState'
              tags:
                -
                  tag: Application
                  value: 'Power supply'
              trigger_prototypes:
                -
                  uuid: 81a8e1b99bb24194b51bb542fb9186f1
                  expression: 'count(/Alcatel Timetra TiMOS SNMP/sensor.psu.status[tmnxChassisPowerSupply2Status.{#SNMPINDEX}],#1,"eq","{$PSU_CRIT_STATUS}")=1'
                  name: '#{#SNMPINDEX}: Power supply is in critical state'
                  opdata: 'Current state: {ITEM.LASTVALUE1}'
                  priority: AVERAGE
                  description: 'Please check the power supply unit for errors'
        -
          uuid: 6382c9595cb446778d23bb273143b27c
          name: 'Temperature Discovery'
          type: SNMP_AGENT
          snmp_oid: 'discovery[{#SNMPVALUE},1.3.6.1.4.1.6527.3.1.2.2.1.8.1.8,{#TEMP_SENSOR},1.3.6.1.4.1.6527.3.1.2.2.1.8.1.17]'
          key: temperature.discovery
          delay: 1h
          filter:
            conditions:
              -
                macro: '{#TEMP_SENSOR}'
                value: '1'
                formulaid: A
          item_prototypes:
            -
              uuid: c6a233ce51d44b63963f2345f709e6b3
              name: '{#SNMPVALUE}: Temperature'
              type: SNMP_AGENT
              snmp_oid: '1.3.6.1.4.1.6527.3.1.2.2.1.8.1.18.{#SNMPINDEX}'
              key: 'sensor.temp.value[tmnxHwTemperature.{#SNMPINDEX}]'
              delay: 3m
              value_type: FLOAT
              units: °C
              description: |
                MIB: TIMETRA-SYSTEM-MIB
                The current temperature reading in degrees celsius from this hardware component's temperature sensor.  If this component does not contain a temperature sensor, then the value -1 is returned.
              tags:
                -
                  tag: Application
                  value: Temperature
              trigger_prototypes:
                -
                  uuid: 29b631df488d4b15a38eff16ba1c1796
                  expression: 'avg(/Alcatel Timetra TiMOS SNMP/sensor.temp.value[tmnxHwTemperature.{#SNMPINDEX}],5m)>{$TEMP_CRIT:""}'
                  recovery_mode: RECOVERY_EXPRESSION
                  recovery_expression: 'max(/Alcatel Timetra TiMOS SNMP/sensor.temp.value[tmnxHwTemperature.{#SNMPINDEX}],5m)<{$TEMP_CRIT:""}-3'
                  name: '{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}'
                  opdata: 'Current value: {ITEM.LASTVALUE1}'
                  priority: HIGH
                  description: 'This trigger uses temperature sensor values as well as temperature sensor status if available'
                -
                  uuid: 5232262bc2814209b14b90572c69c104
                  expression: 'avg(/Alcatel Timetra TiMOS SNMP/sensor.temp.value[tmnxHwTemperature.{#SNMPINDEX}],5m)>{$TEMP_WARN:""}'
                  recovery_mode: RECOVERY_EXPRESSION
                  recovery_expression: 'max(/Alcatel Timetra TiMOS SNMP/sensor.temp.value[tmnxHwTemperature.{#SNMPINDEX}],5m)<{$TEMP_WARN:""}-3'
                  name: '{#SNMPVALUE}: Temperature is above warning threshold: >{$TEMP_WARN:""}'
                  opdata: 'Current value: {ITEM.LASTVALUE1}'
                  priority: WARNING
                  description: 'This trigger uses temperature sensor values as well as temperature sensor status if available'
                  dependencies:
                    -
                      name: '{#SNMPVALUE}: Temperature is above critical threshold: >{$TEMP_CRIT:""}'
                      expression: 'avg(/Alcatel Timetra TiMOS SNMP/sensor.temp.value[tmnxHwTemperature.{#SNMPINDEX}],5m)>{$TEMP_CRIT:""}'
                      recovery_expression: 'max(/Alcatel Timetra TiMOS SNMP/sensor.temp.value[tmnxHwTemperature.{#SNMPINDEX}],5m)<{$TEMP_CRIT:""}-3'
                -
                  uuid: 8355d1206cf64c29a7de75f1199807d9
                  expression: 'avg(/Alcatel Timetra TiMOS SNMP/sensor.temp.value[tmnxHwTemperature.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:""}'
                  recovery_mode: RECOVERY_EXPRESSION
                  recovery_expression: 'min(/Alcatel Timetra TiMOS SNMP/sensor.temp.value[tmnxHwTemperature.{#SNMPINDEX}],5m)>{$TEMP_CRIT_LOW:""}+3'
                  name: '{#SNMPVALUE}: Temperature is too low: <{$TEMP_CRIT_LOW:""}'
                  opdata: 'Current value: {ITEM.LASTVALUE1}'
                  priority: AVERAGE
      macros:
        -
          macro: '{$CPU.UTIL.CRIT}'
          value: '90'
        -
          macro: '{$FAN_CRIT_STATUS}'
          value: '4'
        -
          macro: '{$MEMORY.UTIL.MAX}'
          value: '90'
        -
          macro: '{$PSU_CRIT_STATUS}'
          value: '4'
        -
          macro: '{$TEMP_CRIT}'
          value: '75'
        -
          macro: '{$TEMP_CRIT_LOW}'
          value: '5'
        -
          macro: '{$TEMP_WARN}'
          value: '65'
      valuemaps:
        -
          uuid: 95a194271a584008a81564fd80189c5a
          name: 'TIMETRA-CHASSIS-MIB::TmnxDeviceState'
          mappings:
            -
              value: '1'
              newvalue: deviceStateUnknown
            -
              value: '2'
              newvalue: deviceNotEquipped
            -
              value: '3'
              newvalue: deviceStateOk
            -
              value: '4'
              newvalue: deviceStateFailed
            -
              value: '5'
              newvalue: deviceStateOutOfService
  graphs:
    -
      uuid: 7300eff1609b497aa7628ed83b36a481
      name: 'CPU utilization'
      ymin_type_1: FIXED
      ymax_type_1: FIXED
      graph_items:
        -
          drawtype: GRADIENT_LINE
          color: 1A7C11
          item:
            host: 'Alcatel Timetra TiMOS SNMP'
            key: 'system.cpu.util[sgiCpuUsage.0]'
    -
      uuid: e404b522555e4f9092930ce870649828
      name: 'Memory usage'
      ymin_type_1: FIXED
      graph_items:
        -
          drawtype: BOLD_LINE
          color: 1A7C11
          item:
            host: 'Alcatel Timetra TiMOS SNMP'
            key: 'vm.memory.total[snmp]'
        -
          sortorder: '1'
          drawtype: GRADIENT_LINE
          color: 2774A4
          item:
            host: 'Alcatel Timetra TiMOS SNMP'
            key: 'vm.memory.available[sgiKbMemoryAvailable.0]'
    -
      uuid: 111cde007d8342f9b743f08f12380ec3
      name: 'Memory utilization'
      ymin_type_1: FIXED
      ymax_type_1: FIXED
      graph_items:
        -
          drawtype: GRADIENT_LINE
          color: 1A7C11
          item:
            host: 'Alcatel Timetra TiMOS SNMP'
            key: 'vm.memory.util[vm.memory.util.0]'