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
为中华而努力读书!一包中华好多钱啊~~~ 睡眠是一门艺术——谁也无法阻挡我追求艺术的脚步! 不在放荡中变坏,就在沉默中变态! 我是来刷分的,嘿嘿 怀揣两块,胸怀500万! 男人偷腥时的智商仅次于爱因斯坦! 为什么我在suse上安装了check_mk后web界面出不来?
页:
[1]