no (LWP::UserAgent not found)
[ 2010/07/31 08:48 | by selboo ]
Cacti监控Nginx时候,需要安装 cacti-nginx 插件
测试获取数据时出错
nginx.conf 配置
[selboo@74-82-173-217 ~]$ /wwwroot/selboo/cacti/scripts/get_nginx_clients_status.pl http://selboo.com.cn/nginx
no (LWP::UserAgent not found)
解决方法:
[root@74-82-173-217 ~]# perl -MCPAN -e shell
cpan> install LWP::UserAgent
[selboo@74-82-173-217 ~]$ /wwwr
测试获取数据时出错
nginx.conf 配置
location /nginx {
stub_status on;
}
stub_status on;
}
[selboo@74-82-173-217 ~]$ /wwwroot/selboo/cacti/scripts/get_nginx_clients_status.pl http://selboo.com.cn/nginx
no (LWP::UserAgent not found)
解决方法:
[root@74-82-173-217 ~]# perl -MCPAN -e shell
cpan> install LWP::UserAgent
[selboo@74-82-173-217 ~]$ /wwwr
From:http://www.alidba.net/index.php/archives/139
在我们的日常工作当中,监控网络要么使用iptarf,ifstat这些命令实现的,但是需要装额外的RPM包。特别是iptarf装起来麻烦。
我看了下,linux下的/proc/net/dev记录了每块网卡发送和接受的包和字节数。因此萌生想法,写了一个。运行效果:
[code][root@74-82-173-217 ~]# ./net.sh
Current Ip: inet addr:74.82.173.217 Bcast:74.82.173.223 Mask:255.255.255.224
Summry info: RX bytes:203692709 (194.2 MiB) TX bytes:93525930 (89.1 MiB)
eth0 Receive Bytes: 573 Packets: 3
eth0 Send
在我们的日常工作当中,监控网络要么使用iptarf,ifstat这些命令实现的,但是需要装额外的RPM包。特别是iptarf装起来麻烦。
我看了下,linux下的/proc/net/dev记录了每块网卡发送和接受的包和字节数。因此萌生想法,写了一个。运行效果:
[code][root@74-82-173-217 ~]# ./net.sh
Current Ip: inet addr:74.82.173.217 Bcast:74.82.173.223 Mask:255.255.255.224
Summry info: RX bytes:203692709 (194.2 MiB) TX bytes:93525930 (89.1 MiB)
eth0 Receive Bytes: 573 Packets: 3
eth0 Send
Naigos 报警次数限制
[ 2010/05/10 11:06 | by selboo ]
escalations有自动调整;不断增加; 逐步上升等意思,本身配置文件的功能是当服务在某一告警次数前没有恢复,告警频率周期将会缩短,同时将告警信息发送至指定联系人。
其内容为:
[code]define hostescalation{
host_name WWW-Server
其内容为:
[code]define hostescalation{
host_name WWW-Server
Cacti 可监控项
[ 2010/04/08 20:51 | by selboo ]
Cacti可以监控的东西,下面看看,可多啦
Handy Repopulate Poller Cache Script
Download and Documentation
http://forums.cacti.net/about10292.html
New Advanced Ping Template Version
Download and Documentation
http://forums.cacti.net/about10049.html
Powerware 9120 UPS via SNMP Download and Documentation
http://forums.cacti.net/about5427.html
Smoke Ping Like
Download and Documentation
http://forums.cacti.net/about8503.html
Handy Repopulate Poller Cache Script
Download and Documentation
http://forums.cacti.net/about10292.html
New Advanced Ping Template Version
Download and Documentation
http://forums.cacti.net/about10049.html
Powerware 9120 UPS via SNMP Download and Documentation
http://forums.cacti.net/about5427.html
Smoke Ping Like
Download and Documentation
http://forums.cacti.net/about8503.html
Mysql监控快速指南
[ 2010/04/02 10:51 | by selboo ]
from : http://www.askwan.com/read.php?140
Mysql作为广泛应用的数据库系统,平时运维工作中对她的监控必不可少,现在把我对Mysql数据库的监控体会写成下文,欢迎拍砖。
无论是DBA或是SA,监控的目标都很明确,无外乎
1.快速的得到Mysql过去一段时间或者当前运行的状态
2.因硬件升级或者系统配置的改变而诊断对Mysql数据库性能影响
3.在Mysql数据库系统出现
Mysql作为广泛应用的数据库系统,平时运维工作中对她的监控必不可少,现在把我对Mysql数据库的监控体会写成下文,欢迎拍砖。
无论是DBA或是SA,监控的目标都很明确,无外乎
1.快速的得到Mysql过去一段时间或者当前运行的状态
2.因硬件升级或者系统配置的改变而诊断对Mysql数据库性能影响
3.在Mysql数据库系统出现