码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2019-01-17 23:43:27      阅读:307      评论:0      收藏:0      [点我收藏+]

标签:set   public   hub   ofo   zip   services   cin   python2   github   

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硬件状态

标签:set   public   hub   ofo   zip   services   cin   python2   github   

原文地址:http://blog.51cto.com/yangzhiming/2343933

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!