背景:
阅读新闻
Nagios+Cacti 安装笔记
[日期:2012-06-24] 来源:Linux社区 作者:linux521 [字体:]
四、Nconf的安装与配置
[root@rhel ~]# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 49
Server version: 5.0.77 Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> create database nconf; (创建nconf数据库)
Query OK, 1 row affected (0.02 sec)
mysql> grant all privileges on nconf.* to nconf@localhost identified by 'zzzzzzz'; (创建nconf用户并赋权)
Query OK, 0 rows affected (0.00 sec)
mysql> flush privileges; (刷新特权表)
Query OK, 0 rows affected (0.00 sec
wget
tar xvf nconf-1.2.6-0.tgz
mv nconf /data/www/wwwroot/cacti
chown -R nagios:nagios /data/www/wwwroot/nconf
访问 http://ip/nconf
DBHOST localhost
DBNAME nconf
DBUSER nconf
DBPASS nconf
rm -rf INSTALL INSTALL.php UPDATE UPDATE.php
ln -s /data/www/wwwroot/nagios/bin/nagios /data/www/wwwroot/nconf/bin/nagios
chmod +x /data/www/wwwroot/nconf/bin/*
chmod +x /data/www/wwwroot/nagios/bin/nagios
chmod +x /data/www/wwwroot/nconf/ADD-ONS/deploy_local.sh
vim /data/www/wwwroot/nconf/ADD-ONS/deploy_local.sh
OUTPUT_DIR="/data/www/wwwroot/nconf/output/"
NAGIOS_DIR="/data/www/wwwroot/nagios/etc/"
/data/www/wwwroot/nconf/ADD-ONS/deploy_local.sh
五、补充 cacti插件
montor
安装monitor
1、下载及解压monitor
[root@localhost home]# wget :monitor-v1.2-1.tgz
mv plugin\:monitor-v1.2-1.tgz monitor.tgz
tar xvf monitor.tgz
mv monitor/ /data/www/wwwroot/cacti/plugins/
cd /data/www/wwwroot/cacti/plugins/monitor/
mysql -h localhost -u cacti -p cacti < /data/www/wwwroot/cacti/plugins/monitor/monitor.sql
Enter password:
2、启用monitor
点击plugin management 进入启用monitor即可
3、设置monitor
进入settings-misc配置参数如下并保存
Alarm Sound 设置是否启用告警声音
Refresh Interval设置一页显示监控主机数量
Icon Spacing设置一行显示主机数量
Show Icon Legend设置显示图例
Grouping 设置显示群组类型
View 设置图标类型
相关资讯
本文评论 查看全部评论 (0)
尊重网上道德,遵守中华人民共和国的各项有关法律法规 承担一切因您的行为而直接或间接导致的民事或刑事法律责任 本站管理人员有权保留或删除其管辖留言中的任意内容 本站有权在网站内转载或引用您的评论 参与本评论即表明您已经阅读并接受上述条款
评论声明
最新资讯