nagios监控服务器,报错:Return code of 127 is out of bounds – plugin may be missing

今天在公司搭建了一台negios服务器。在添加被监控服务器后,几个监控的服务都是ok的,但主机显示是down的。

环境说明:

nagios server:

redhat 6.3 x64 最小化安装

关闭selinux and iptables

nagios-3.4.1.tar.gz

nagios-plugins-2.0.3.tar.gz

nrpe-2.15.tar.gz

按照以前的手册一步步操作。以前都是ok的,不知道这次为何报错。

在百度上搜索了一大圈,看到的解决方案都和我的不一样。我估计是因为我使用的插件和nrpe的版本都是最新导致的。

后来搜索英文文档,发现一个帖子有解决方案。按照步骤操作。果然ok。

要求在服务器上安装如下组件:

[nagios-server]# rpm -qa | grep net-snmp
net-snmp-libs-5.1.2-11.el4_6.11.2
net-snmp-5.1.2-11.el4_6.11.2
net-snmp-utils-5.1.2-11.EL4.10

安装上述组件后,再重新安装nagios-plugin插件。

[[email protected]]# tar xvf nagios-plugins-1.4.11.tar.gz
[[email protected]]# cd nagios-plugins-1.4.11
[[email protected]]# ./configure --with-nagios-user=nagios --with-nagios-group=nagios
[[email protected]]# make
[[email protected]]# make install

最后重新启动nagios服务

[[email protected]]#service nagios restart

等待2分钟左右,就看到服务器的状态都是up的。

如果你和我一样,赶快试试吧。

时间: 2024-10-28 15:58:29

nagios监控服务器,报错:Return code of 127 is out of bounds – plugin may be missing的相关文章

Return code of 127 is out of bounds - plugin may be missing

1.使用命令直接运行正常 [[email protected] objects]# /usr/local/nagios/libexec/check_nrpe -H 192.168.2.3 -c check_iostat IOSTAT OK - user 0.62 nice 0.00 sys 1.76 iowait 0.54 idle 0.00  | iowait=0.54%;; idle=0.00%;; user=0.62%;; nice=0.00%;; sys=1.76%;; 2.原因:使用脚

nagios报错Return code of 255 is out of bounds

在命令行执行的时候没有问题, #/usr/lib64/nagios/plugins/check_nrpe -H 192.168.0.107 -c check_memory OK 0.59G 但是在nagios浏览器界面显示这个问题, 一般的解决方案都是检查两个方面: vim /etc/nagios/nrpe.cfg allowed_hosts=127.0.0.1, 192.168.0.110            //地址对不对 或者是不是客户机或者服务机上的SELINUX没有关闭 如果都不是

关于HIVE做MapReduce报错:return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask

大部分人没有交换分区的问题. 因为在做Linux的时候交换分区是按照内存的2倍来做的.但是我的是用VM快速装机做的.所以交换分区被设置成了等于内存. 扩展交换分区:https://blog.csdn.net/Ares_song/article/details/81203251 永久添加该文件:https://blog.csdn.net/kai_wei/article/details/53582811 另外MYSQL一个重复IP连接问题可能导致HIVE初始化实例失败,需要在所在用户执行:https

QRCode.js网址太长生成二维码报错:Code Length OverFlow Error

当网址的长度有2百多时,使用QRCode生成二维码报错: Code Length OverFlow Error 解决方法: 到 https://github.com/KeeeX/qrcodejs 下载 qrcode.js 或 qrcode.min.js 替换掉原来的,再刷新页面,问题搞定! 原文地址:http://blog.51cto.com/wenguonideshou/2152434

微信网页授权 通过code获取openid 报错40163 code been used

使用好好的微信功能,突然安卓无法正常使用了,苹果的正常. 安卓报错内容: 40163,code been used. 题外话:微信的东西,为何报英文错误呢,装什么13. 实测结果:安卓获取用户信息时 ,触发了两次请求,而苹果只请求一次. 各种搜索,各种尝试,均无效. 沉下来好好想想,再反复测试, 最终发现问题出在获取用户信息的 时候,同一个code在短时间内使用了两次, public function get_access_token($code){ //基础token // $url = "h

nagios 配置报错,Error: Service has no hosts and/or service_description,解决

Error: Service has no hosts and/or service_description 今天配置nagios的时候,遇到一个报错,颇为头疼了一段时间,特此记录. 环境:centos6.5  nagiso 4.0.8 故障现象: # /usr/local/nagios/bin/nagios -v  /usr/local/nagios/etc/nagios.cfg Nagios Core 4.0.8 Copyright (c) 2009-present Nagios Core

nagios监控报错 It appears as though you do not have permission to view...

今天在安装完nagios后,通过nagios网页界面点击主机.服务.问题页面时.均报错,报错的内容都差不多.如点击服务,报错: It appears as though you do not have permission to view information for any of the services you requested...  如下图所示: 百度了下,好多文章基本都是一样,改/usr/local/nagios/etc/cgi.cfg文件里的一个参数 use_authentica

Android Studio 报错之 Connect to 127.0.0.1 failed

如果在 Android Studio 中设置了代理,而在电脑中使用 SS 设置了全局代理,之后 SS 代理不可用时,使用 Android Studio 时会报如下错误: Connect to 127.0.0.1:1086 [/127.0.0.1] failed: Connection refused: connect 此时即使关闭 Android Studio 代理或是关闭 SS 皆不能解决 Connect to 127.0.0.1:1086 [/127.0.0.1] failed: Conne

mysql 用非主键where语句报错Error Code: 1175.You are using safe update mode and you tried …

1)这是因为MySql运行在safe-updates模式下,该模式会导致非主键条件下无法执行update或者delete命令,执行命令SET SQL_SAFE_UPDATES = 0;修改数据库模式 执行完更新之后再将SET SQL_SAFE_UPDATES 恢复为 1; 2)或者还可以在条件后面加limit语句加以限制.