cacti监控mysql

在监控主机上配置cacti
1、下载cacti监控mysql的模板:
mysql-cacti-templates-1.1.2.tar.gz

# tar zxvf mysql-cacti-templates-1.1.2.tar.gz
# cd mysql-cacti-templates-1.1.2
# cp ss_get_mysql_stats.php /var/lib/cacti/scripts/

2、修改ss_get_mysql_stats.php 文件:

# cd /var/lib/cacti/scripts/
# vim ss_get_mysql_stats.php 

修改30、31、34行:
30 $mysql_user = 'cacti';
31 $mysql_pass = 'cacti';
34 $cache_dir = '/var/lib/cacti/cache';

3、设置准备监控的数据库的账户相关信息:

# mkdir /var/lib/cacti/cache
# chmod 777 -R /var/lib/cacti/cache
# chown -R apache.apache /var/lib/cacti/cache

继续阅读

发表在 linux | 标签为 | cacti监控mysql已关闭评论

cacti中测试snmp报错Timeout: No Response from

cacti中测试snmp报错Timeout: No Response from
一开始是正常的,后来就成这样了,连测试本机都不成功。
snmp
测试不成功,当然没有办法实现监控LINUX主机了。
查配置文件/etc/snmp/snmpd.conf
snmp1
就是这个地方有问题了,把all改成127.0.0.1(本机)或者cacti服务器的地址。注意这是被监控端。
改完后,重启snmp服务 /etc/init.d/snmpd restart
再测试就正常了。

发表在 linux | 标签为 | cacti中测试snmp报错Timeout: No Response from已关闭评论

cacti监控windows服务器

cacti监控windows服务器
先到官网下载模板Cacti_SNMP_Informant_Standard_Metrics_v13
1) Install snmp informant std. 1.6 on your windows device. http://www.snmp-informant.com/snmp_informant-standard.htm
2) Drop the snmp_informant_standard_*.xml files into your \cacti\resource\snmp_queries directory on your cacti box.
3) Import the cacti_host_template_windows_host_-_snmp_informant.xml
4) Add a windows device and select Windows Host - SNMP Informant as device type

win1-1
继续阅读

发表在 linux | 标签为 | cacti监控windows服务器已关闭评论