首页 > 代码库 > 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、使用命令直接运行正常
[root@lvs01 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、原因:使用脚本导入时,以变量处理了$USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$此行
define command{
command_name check_nrpe
command_line $/check_nrpe -H $ -c $ <--此处命令错误
}
3、正确命令为:
define command{
command_name check_nrpe
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$
}
本文出自 “guoxianqi” 博客,请务必保留此出处http://guoxianqi.blog.51cto.com/8764300/1549802
Return code of 127 is out of bounds - plugin may be missing
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。