安裝前,先將主機上的 snmpd 安裝好
centos:
yum -y install net-snmp net-snmp-utils
ubuntu:
apt-get -y install snmpd
apt-get -y install snmp-mibs-downloader
編輯:
nano /etc/snmp/snmpd.conf
找到以下這行,前面加上#
#view systemview included .1.3.6.1.2.1.25.1.1
新增以下這行
view systemview included .1
rocommunity public
syslocation "Taipei, Taiwan"
syscontact indychou@gmail.com
啟動 snmpd 服務
/etc/init.d/snmpd start
以 yum 安裝 checkmk
yum localinstall -y check-mk-raw-1.2.8p14-el7-37.x86_64.rpm
以 yum 安裝 checkmk agent
yum localinstall -y check-mk-agent-1.2.8p7-1.noarch.rpm
建立
omd create mysite(自己取的名字)
啟動
omd start
會看到以下訊息:
Starting dedicated Apache for site prod...OK
Starting Livestatus Proxy-Daemon...OK
Starting rrdcached...OK
Starting npcd...OK
Starting nagios...OK
Initializing Crontab...OK
編輯
vi /etc/xinetd.d/check_mk
可以看到 omd 已經自動幫我們準備好以下內容:
不必修改直接離開。
service check_mk
{
type = UNLISTED
port = 6556
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/check_mk_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
disable = no
}
設定開機自動啟動服務
chkconfig xinetd on
啟動服務
/etc/init.d/xinetd restart
如果不確定,那最好作業系統整個重新開機確認。
以瀏覽器登入,預設帳密是
omdadmin
omd
- The End -
沒有留言:
張貼留言