zabbix通过snmp来监控dell的idrac

zabbix通过snmp来监控dell的idrac

原作来自zabbix论坛,改进版来自后附github的地址,本地是整理后的版本,增加了value mapping的内容,已经作为README的更新提交给作者。

模版请查看附件[Template_Dell_iDRAC_SNMPv2.zip],或者去github下载。

Menu: Administration->General->Value mapping->Create value map
CONFIGURATION OF VALUE MAPPING

notice: 
1) use Template_Dell_iDRAC_SNMPv2.zbx.xml
2) website: https://github.com/endersonmaia/zabbix-templates/tree/master/dell/idrac

add k/v(s) as given below:
--------------------------
DellDracDiskState	
1 -> Unknown
2 -> Ready
3 -> Online
4 -> Foreign
5 -> Offline
6 -> Blocked
7 -> Failed
8 -> Non-RAID
9 -> Removed

Dell iDRAC Network Device Connection Status	
1 -> Down
2 -> Up

Dell Open Manage System Status	
1 -> Other
2 -> Unknown
3 -> OK
4 -> NonCritical
5 -> Critical
6 -> NonRecoverable

DellPowerState	
1 -> Other
2 -> Unknown
3 -> Off
4 -> On

Dell PSU State Settings	
1 -> Unknown
2 -> Online (state disabled)
4 -> not Ready
8 -> Fan Failure
10 -> Online and Fan Failure
16 -> On
242 -> Online and OK

DellRaidLevel	
1 -> Unknown
2 -> RAID-0
3 -> RAID-1
4 -> RAID-5
5 -> RAID-6
6 -> RAID-10
7 -> RAID-50
8 -> RAID-60
9 -> Concatenated RAID 1
10 -> Concatenated RAID 5

DellRaidVolumeState	
1 -> Unknown
2 -> Online
3 -> Failed
4 -> Degraded

Dell_PSU_SensorState	
1 -> Presence Detected
2 -> PS Failure
4 -> Predictuve Failure
8 -> PS AC lost
16 -> AC lost or out of range
32 -> AC out of range but still present

--------------------------


你可能感兴趣的:(snmp,zabbix,idrac)