线上无小事
分类: 系统运维
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 |