美文网首页
Zabbix监控Dell服务器硬件(OMSA)

Zabbix监控Dell服务器硬件(OMSA)

作者: 袁先生的笔记 | 来源:发表于2018-01-24 22:46 被阅读0次

    环境

    服务器型号:Dell PowerEdge T110 II
    操作系统:CentOS 6.9
    监控方式:SNMP

    Dell服务器端

    • 安装Dell的Yum源

      # wget -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash
      
    • 安装OMSA

      # yum install srvadmin-base srvadmin-storageservices
      
    • 启动OMSA

      # chkconfig dataeng on
      # /etc/init.d/dataeng restart
      
    • 安装SNMP

      # yum install net-snmp
      
    • 配置SNMP

      # vim /etc/snmp/snmpd.conf
      新增
      view    all           included   .1
      修改
      access  notConfigGroup ""      any       noauth    exact  all none none
      新增
      smuxpeer .1.3.6.1.4.1.674.10892.1
      
    • 启动SNMP

      # chkconfig snmpd on
      # /etc/init.d/snmpd restart
      

    zabbix web端

    相关文章

      网友评论

          本文标题:Zabbix监控Dell服务器硬件(OMSA)

          本文链接:https://www.haomeiwen.com/subject/xftuaxtx.html