sky 发表于 2013-3-27 09:06:19

nagiso check_MK centos 6.3

      Check_MK Install# yum install httpd gcc glibc glibc-common gd gd-devel php# useradd -m nagios# groupadd nagcmd# usermod -a -G nagcmd nagios# usermod -a -G nagcmd apache#
# tar -xvf nagios-3.2.3.tar.gz# cd nagios-3.2.3# ./configure --with-command-group=nagcmd# make all# make install# make install-init# make install-config# make install-commandmode# make install-webconf# htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin
# service httpd start# tar -vxf nagios-plugins-1.4.16.tar.gz# cd nagios-plugins-1.4.16# ./configure --with-nagios-user=nagios --with-nagios-group=nagios# make && make install
# chkconfig --add nagios# chkconfig --add httpd# chkconfig httpd on## /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
http://192.168.0.239/nagios/

# yum install python-dev httpd-devel# tar -vxf mod_python-3.3.1.tar# ./configure --with-apxs=/usr/sbin/apxs --with-python=/usr/bin/python# make && make install# vim /etc/httpd/conf/httpd.confLoadModule python_module modules/mod_python.so
# tar -vxf check_mk-1.2.0p3.tar.gz# cd check_mk-1.2.0p3# ./setup.sh# yum install check_mk-agent-1.2.0p3-1.noarch.rpm

徐冬丽 发表于 2013-3-27 09:10:00

为中华而努力读书!一包中华好多钱啊~~~

cfsky 发表于 2013-5-16 12:10:14

睡眠是一门艺术——谁也无法阻挡我追求艺术的脚步!

吉佳 发表于 2013-5-17 15:18:45

不在放荡中变坏,就在沉默中变态!

hudeya 发表于 2013-5-18 19:56:53

我是来刷分的,嘿嘿

ls0398 发表于 2013-5-20 03:03:55

怀揣两块,胸怀500万!

纸水仙 发表于 2013-5-21 05:07:11

男人偷腥时的智商仅次于爱因斯坦!

三七 发表于 2015-5-15 10:59:34

为什么我在suse上安装了check_mk后web界面出不来?
页: [1]
查看完整版本: nagiso check_MK centos 6.3