xsmscb 发表于 2019-1-17 07:31:37

ubuntu linux 编译安装nagios-3.2.1-Holy

cd nagios_src  
tar zxvf nagios-3.2.1.tar.gz
  
cd nagios-3.2.1
  
./configure --prefix=/usr/local/nagios --with-nagios-user=www --with-nagios-group=www --with-command-user=www --with-command-group=www
  
make all
  
make install-init
  
make install-config
  
make install-commandmode


页: [1]
查看完整版本: ubuntu linux 编译安装nagios-3.2.1-Holy