线上无小事
分类: 系统运维
2022-11-29 23:46:19
zabbix_export: | |
version: '6.0' | |
date: '2021-11-21T22:05:42Z' | |
groups: | |
- | |
uuid: dc579cd7a1a34222933f24f52a68bcd8 | |
name: 'Linux servers' | |
templates: | |
- | |
uuid: b5ef058504c74c1ead9480a593d2e709 | |
template: H3C_basic_momitoring_G2 | |
name: H3C_basic_momitoring_G2 | |
description: | | |
## Overview | |
通过SNMP监控H3C HDM的模板,适用的服务器机型为R4900 G2, 在HDM 1.03.19版本上进行了验证。支持获取信息有入风口温度、HDM版本号、BIOS版本号、处理器健康状态、风扇健康状态、PCIe模块的状态、电源健康状态、厂商名称、产品名称。 | |
Monitoring H3C HDM template through SNMP, and the applicable server model is R4900 G2, which is verified on HDM version 1.03.19. Support to obtain information including Inlet Temp, HDM Version, BIOS Version, Health Status of Processor, Health Status of Fan, Status of the PCIe Module, Health status of Power, Manufactory name, Product name. | |
## Author | |
H3C | |
groups: | |
- | |
name: 'Linux servers' | |
items: | |
- | |
uuid: 4b0b38f80fa642018743a6f62055b0e1 | |
name: h3cSrvBiosVersion | |
type: SNMP_AGENT | |
snmp_oid: .1.3.6.1.4.1.25506.13.1.2.2.7.2.0 | |
key: h3cSrvBiosVersion | |
trends: '0' | |
value_type: CHAR | |
tags: | |
- | |
tag: Application | |
value: fire_vision | |
- | |
uuid: 4dcf3b62a0874a3ebfac62110501bc55 | |
name: hh3cCPUHealthStatus | |
type: SNMP_AGENT | |
snmp_oid: 1.3.6.1.4.1.25506.13.1.2.4.7.3.0 | |
key: hh3cCPUHealthStatus | |
trends: '0' | |
value_type: CHAR | |
tags: | |
- | |
tag: Application | |
value: CPU | |
triggers: | |
- | |
uuid: fc6f12f4c93846dab13c83696464952c | |
expression: 'last(/H3C_basic_momitoring_G2/hh3cCPUHealthStatus)="caution"' | |
name: hh3cCPUHealthStatus_caution | |
priority: WARNING | |
description: cpu一般告警 | |
- | |
uuid: d7f268f1cd54467192f62d649589b320 | |
expression: 'last(/H3C_basic_momitoring_G2/hh3cCPUHealthStatus)="nonRecoverable"' | |
name: hh3cCPUHealthStatus_nonRecoverable | |
priority: DISASTER | |
description: cpu致命告警 | |
- | |
uuid: 1722e6aeef5d4c75a937c8544d88a08e | |
name: hh3cFanHealthStatus | |
type: SNMP_AGENT | |
snmp_oid: 1.3.6.1.4.1.25506.13.1.2.4.7.2.0 | |
key: hh3cFanHealthStatus | |
trends: '0' | |
value_type: CHAR | |
tags: | |
- | |
tag: Application | |
value: FAN | |
triggers: | |
- | |
uuid: b5171e6cf8df425c8906328cd1ae08e0 | |
expression: 'last(/H3C_basic_momitoring_G2/hh3cFanHealthStatus)="caution"' | |
name: hh3cFanHealthStatus_caution | |
priority: WARNING | |
description: 风扇一般告警 | |
- | |
uuid: 1874e38c7ab64753bf9d8fd93142876f | |
expression: 'last(/H3C_basic_momitoring_G2/hh3cFanHealthStatus)="critical"' | |
name: hh3cFanHealthStatus_critical | |
priority: HIGH | |
description: 风扇严重告警 | |
- | |
uuid: 72baccdfc76a4b0da2a3aed7273252bf | |
expression: 'last(/H3C_basic_momitoring_G2/hh3cFanHealthStatus)="nonRecoverable"' | |
name: hh3cFanHealthStatus_nonRecoverable | |
priority: DISASTER | |
description: 风扇致命告警 | |
- | |
uuid: 6c8b3023e88448abb6517178dbeb97fc | |
name: hh3cManufactory | |
type: SNMP_AGENT | |
snmp_oid: .1.3.6.1.4.1.25506.13.1.2.2.8.2.0 | |
key: hh3cManufactory | |
trends: '0' | |
value_type: CHAR | |
tags: | |
- | |
tag: Application | |
value: ProductBasicInfo | |
- | |
uuid: 8768705f2be0477ba9dbcd8027829a51 | |
name: hh3cPCIeCardStatus | |
type: SNMP_AGENT | |
snmp_oid: 1.3.6.1.4.1.25506.13.1.2.1.1.6.2.1.1.4.0 | |
key: hh3cPCIeCardStatus | |
trends: '0' | |
value_type: CHAR | |
description: PCIE | |
tags: | |
- | |
tag: Application | |
value: PCIEStatus | |
triggers: | |
- | |
uuid: 8e34beac274f460eb43c75c3f5c6ce71 | |
expression: 'last(/H3C_basic_momitoring_G2/hh3cPCIeCardStatus)="abnormal"' | |
name: hh3cPCIeCardStatus | |
priority: WARNING | |
description: PCIE一般告警 | |
- | |
uuid: b19e97b0728149d098c8403a04b17906 | |
name: hh3cPwrHealthStatus | |
type: SNMP_AGENT | |
snmp_oid: 1.3.6.1.4.1.25506.13.1.2.4.7.1.0 | |
key: hh3cPwrHealthStatus | |
trends: '0' | |
value_type: CHAR | |
tags: | |
- | |
tag: Application | |
value: Power | |
triggers: | |
- | |
uuid: db25f8a39d684bb8894b004755bedc7e | |
expression: 'last(/H3C_basic_momitoring_G2/hh3cPwrHealthStatus)="caution"' | |
name: hh3cPwrHealthStatus_caution | |
priority: WARNING | |
description: 电源一般告警 | |
- | |
uuid: 45051f2457014ebb89ae40ac3243ac88 | |
expression: 'last(/H3C_basic_momitoring_G2/hh3cPwrHealthStatus)="critical"' | |
name: hh3cPwrHealthStatus_critical | |
priority: HIGH | |
description: 电源严重告警 | |
- | |
uuid: 6bf5c01d16f0433f9d49ad9de3e8d39b | |
expression: 'last(/H3C_basic_momitoring_G2/hh3cPwrHealthStatus)="nonRecoverable"' | |
name: hh3cPwrHealthStatus_nonRecoverable | |
priority: DISASTER | |
description: 电源致命告警 | |
- | |
uuid: a91a678c8fe342398bb93d4d07a3b305 | |
name: 'hh3cSensorServerityLevel_Inlet Temp' | |
type: SNMP_AGENT | |
snmp_oid: .1.3.6.1.4.1.25506.13.1.2.1.2.2.1.1.7.4 | |
key: hh3cSensorServerityLevel_Inlet_Temp | |
trends: '0' | |
value_type: CHAR | |
tags: | |
- | |
tag: Application | |
value: Temperature | |
triggers: | |
- | |
uuid: 50c408e9c33545e0a0bf663ff32c3a96 | |
expression: 'last(/H3C_basic_momitoring_G2/hh3cSensorServerityLevel_Inlet_Temp)="Warning"' | |
name: hh3cSensorServerityLevel_Inlet_Temp_caution | |
priority: WARNING | |
description: 温感-入风口一般告警 | |
- | |
uuid: 01532ddea5ab407c8d035c61dfd4e26b | |
expression: 'last(/H3C_basic_momitoring_G2/hh3cSensorServerityLevel_Inlet_Temp)="Fatal"' | |
name: hh3cSensorServerityLevel_Inlet_Temp_Fatal | |
priority: DISASTER | |
description: 温感-入风口致命告警 | |
- | |
uuid: 162e2bd979764e5dadb3651700e57f72 | |
expression: 'last(/H3C_basic_momitoring_G2/hh3cSensorServerityLevel_Inlet_Temp)="Severity"' | |
name: hh3cSensorServerityLevel_Inlet_Temp_Severity | |
priority: HIGH | |
description: 温感-入风口严重告警 | |
- | |
uuid: df1f5871dc854c62b76d61063f7449f7 | |
name: hh3cSrvHdmVersion | |
type: SNMP_AGENT | |
snmp_oid: .1.3.6.1.4.1.25506.13.1.2.2.7.1.0 | |
key: hh3cSrvHdmVersion | |
trends: '0' | |
value_type: CHAR | |
tags: | |
- | |
tag: Application | |
value: fire_vision | |
- | |
uuid: 17c0c761e48d45c79a1f74776f96cef5 | |
name: hh3cSrvName | |
type: SNMP_AGENT | |
snmp_oid: .1.3.6.1.4.1.25506.13.1.2.2.8.1.0 | |
key: hh3cSrvName | |
trends: '0' | |
value_type: CHAR | |
tags: | |
- | |
tag: Application | |
value: ProductBasicInfo |