安装参考:http://www.nconf.org/dokuwiki/doku.php?id=nconf:help:documentation:start:installation

# 下载解压
wget https://sourceforge.net/projects/nconf/files/nconf/1.3.0-0/nconf-1.3.0-0.tgz --no-check-certificate
tar -zxvf nconf-1.3.0-0.tgz -C /var/www/html/

# 创建数据库及账号
create database nconf;
grant all privileges on nconf.* to [email protected]'%' identified by'nconf'; 
flush privileges;

# 导入表结构和元素据
mysql -unconf -pnconf -P3366 -h10.10.10.8 nconf < INSTALL/create_database.sql  

# 授权访问
chown -R apache.apache config/ temp/ static_cfg/ output/

# 打开站点:http://10.10.10.8/nconf/

打开站点:http://10.10.10.8/nconf/ ,进行配置

Nagios 配置工具 Nconf

Nagios 配置工具 Nconf

Nagios 配置工具 Nconf

Nagios 配置工具 Nconf

Nagios 配置工具 Nconf

Nagios 配置工具 Nconf

Nagios 配置工具 Nconf

Nagios 配置工具 Nconf

Nagios 配置工具 Nconf

# WEB 设置的相关配置,保存在此目录中的配置文件中
/var/www/html/nconf/config

# 最后,可删除文件
rm -rf INSTALL INSTALL.php UPDATE UPDATE.php 

 

相关文章: