您好,登錄后才能下訂單哦!
以下方法本人安裝了3臺服務器,絕對有效
被監控端
1
安裝超級守護進程(按需)
[root@rootbug~]#yum install xinetd
2
查看超級守護進程開啟情況
[root@rootbug ~]# chkconfig --list |grep xinetd
xinetd
0:off 1:off 2:off 3:on 4:on 5:on 6:off
從中可以查看到xinetd是否為開機啟動,如果有其他進程托管到超級守護進程下,此命令也可以列出它們的啟動情況。
如果沒有可以設置開機啟動
[root@rootbug ~]#chkconfig --level 2345 xinetd on
3
安裝check_mk-agent插件
centos/redhat下
wget http://mathias-kettner.de/download/check_mk-agent-1.2.2p3-1.noarch.rpm
rpm -ivh check_mk-agent-1.2.2p3-1.noarch.rpm
vim /etc/xinetd.d/check_mk
service check_mk
{
type = UNLISTED
#flags = IPv4
port = 6556
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/check_mk_agent
# If you use fully redundant monitoring and poll the client
# from more then one monitoring servers in parallel you might
# want to use the agent cache wrapper:
#server = /usr/bin/check_mk_caching_agent
# configure the IP address(es) of your Nagios server here:
#only_from = 127.0.0.1 10.0.20.1 10.0.20.2
# Don't be too verbose. Don't log every check. This might be
# commented out for debugging. If this option is commented out
# the default options will be used for this service.
log_on_success =
disable = no
}
#only_from 加入監控端ip,保證監控端可以telnet到被監控端
windows下
http://mathias-kettner.de/download/check-mk-agent-1.2.2p3.exe
下一步下一步就行了
進入安裝目錄C:\Program Files\check_mk
打開check_mk.example.ini
在only_from后加入監控端地址
4
監控端telnet 被監控端 6556
#telnet 被監控端 6556
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。