您好,登錄后才能下訂單哦!
安裝nrpe-2.13.tar.gz nagios-plugins-1.4.15.tar.gz
vim commands.cfg
加入:
#vim'check_mysql' command definition
define command {
command_name check_mysql
command_line $USER1$/check_mysql -H $HOSTADDRESS$ -u nagios -d nagios
vim localhost.cfg (沒有采用自定配置文件service.cgf這類的。我的是本機監控)
加入
define service{
use local-service ;Name of service template to use host_name 192.168.1.204
service_description MYSQL
check_command check_mysql
notifications_enabled 0
}
(或者check_nrpe!check_mysql 這個根據自己來,我本機上加上了check_nrpe就不能運行{看到有文章用 check_nrpe!check_mysql })
nrpe.cnf配置 pid_file=/var/run/nrpe.pid
server_port=5666
nrpe_user=nagios
nrpe_group=nagios
allowed_hosts=127.0.0.1,192.168.1.204
dont_blame_nrpe=0
debug=0
command_timeout=60
connection_timeout=300
command[check_mysql]=/usr/local/nagios/libexec/check_mysql -m connection-time -u xxxx -p xxxxxx -P 3306 -H 192.168.1.204(在本地不需要添加-H選項)
停止nrpe ps -ef | grep nrpe kill (-9) pid啟動nrpe: /usr/local/nagios/libexec/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d
重啟nagios service nagios restart
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。