您好,登錄后才能下訂單哦!
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$
}
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。