1,惠普ILO通过snmpv3监控
登录https://11.10.80.2/
Management - SNMP Settings
Status Enabled SNMP Port 161
SNMPv3 Users新建用户
Security Name hp Authentication Protocol MD5 Authentication Passphrase hp@123sjzx Privacy Protocol DES Privacy Passphrase hp@123sjzx User Engine ID 空
Security - Access Settings SNMP Port 161 SNMP Trap Port 162
server端测试:snmpwalk -v 3 -u hp -a MD5 -A ‘hp@123sjzx’ -l authPriv -x DES -X ‘hp@123sjzx’ 11.10.80.2
web端:创建监控项 名称 sysDescr.0 类型SNMPv3客户端 键值 sysDescr.0 SNMP OID SNMPv2-MIB::sysDescr.0
上下文名称 空 安全名称 hp 安全级别 authPriv 验证协议 MD5 验证口令 hp@123sjzx 隐私协议 DES 私钥 hp@123sjzx 端口 161 信息类型字符
2,部署IPMI监控
yum install ipmitool OpenIPMI OpenIPMI-libs -y
vim /etc/zabbix/zabbix_server.conf
StartIPMIPollers=5
ipmitool -I lanplus -H 11.10.80.2 -U admin -P 11111111 -L user sensor
ipmitool -I lanplus -H 11.10.80.2 -U admin -P 11111111 -L user sensor get “Fan 1 DutyCycle”
IPMI传感器 01-Inlet Ambient