1.
先用下列命令安裝下列軟體包
建立賬戶資訊 a)
建立乙個新的
nagios
使用者帳戶,並給它設定密碼
/usr/sbin/useradd -m nagios
passwd nagios b)
建立允許通過
web 介面提交乙個新的
nagcmd
外部命令組。同時新增
nagios
使用者和apache
使用者到組
/usr/sbin/groupadd nagcmd
/usr/sbin/usermod -a -g nagcmd nagios
/usr/sbin/usermod -a -g nagcmd apache 3.
nagios
和外掛程式mkdir ~/downloads
編譯並安裝
nagios
cd ~/downloads
tar xzf 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 5.
自定義配置
vi /usr/local/nagios/etc/objects/contacts.cfg 6.
配置web 介面
make install-webconf
htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin //
建立到nagios web
介面登入一
nagiosadmin
帳戶。
修改/etc/selinux/config檔案
selinux=" disabled " 執行
setenforce 0 8.
編譯並安裝
nagios
外掛程式 cd ~/downloads
tar xzf nagios-plugins-1.4.11.tar.gz
cd nagios-plugins-1.4.11
./configure --with-nagios-user=nagios --with-nagios-group=nagios
make
make install 9.
啟動nagios
chkconfig --add nagios
chkconfig nagios on
此安裝步驟是直接從nagios官方**安裝指導文件中翻譯,並已經測試成功。
Linux perlbrew Perl5 安裝教程
最近在一家公司實習,目前在語音識別的乙個專案裡面打雜,前段時間docker壞了又要配置perl5的環境 專案不能使用高版本的perl5 在根目錄下建立目錄 perl5 在perl5內建立目錄 perlbrew 在perlbrew內建立目錄 build dists 這裡在不影響本機的perl下,使用p...
5 安裝mysql linux版本
1 安裝wget yum y install wget wget 安裝yum源 rpm ivh mysql community release el7 5.noarch.rpm etc yum.repos.d mysql community.repo vim etc yum.repos.d mysq...
CentOS5安裝手記
基本安裝過程和其他linux安裝基本相同,記得在定製軟體時,選上xvsf即可 1.安裝jdk 注意修改系統預設的jdk,參考 http blog.csdn.net hbcui1984 archive 2007 01 08 1477416.aspx 2.安裝myeclipse,如果出錯,參考 http...