icinga2使用check_snmp_idrac.py监控DELL硬件状态

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了icinga2使用check_snmp_idrac.py监控DELL硬件状态相关的知识,希望对你有一定的参考价值。

icinga2使用check_snmp_idrac.py监控DELL硬件状态:

git clone https://github.com/pynag/pynag.git

cd pynag

python setup.py build

python setup.py install

yum install net-snmp-devel net-snmp-python

https://github.com/rsmuc/health_monitoring_plugins 下载health_monitoring_plugins-master.zip

unzip health_monitoring_plugins-master.zip

cp -rv health_monitoring_plugins-master/health_monitoring_plugins/snmpSessionBaseClass.py /usr/lib64/python2.6/

cp -rv health_monitoring_plugins-master/health_monitoring_plugins/check_snmp_idrac/check_snmp_idrac.py /usr/lib64/nagios/plugins/

/usr/lib64/nagios/plugins/check_snmp_idrac.py -H 10.0.0.3 -C "public" -V 2

注:
目前发现只能设置为public才生效,设为其它不生效

templat.conf和services.conf配置略

以上是关于icinga2使用check_snmp_idrac.py监控DELL硬件状态的主要内容,如果未能解决你的问题,请参考以下文章

Icinga2在centos7上安装流程

通过icinga2监控服务器的top(CPU)信息

icinga2对特定服务设置专门发邮件策略

sh Icinga2的安装和配置

icinga2借助check_wmi_plus.pl监控Windows服务器

icinga2 check_mysql_health插件