- 论坛徽章:
- 0
|
自从1.3.7之后OpenNMS加入了Smokeping功能,取名为StrafePing。从此OpenNMS也成了Smokeping的银牌赞助商。
安装:
StafePing做为一个Poller默认被安装在1.3.7后的软件中,不需要单独安装和配置。
配置:
没有单独的配置文件,相关的配置信息需要修改文件: poller-configuration.xml中的相关部分。如下所示:
This allows for more flexible configuration
of which interfaces will have
StrafePing statistical analysis rather than being on for or off for all
interfaces. Change this package's filter / ranges for
directing the StrafePinger to choice interfaces. Note: Strafing all of your network interface may create high
loads on the NMS file system. -->
IPADDR != '0.0.0.0'
RRA:AVERAGE:0.5:1:2016
RRA:AVERAGE:0.5:12:1488
RRA:AVERAGE:0.5:288:366
RRA:MAX:0.5:288:366
RRA:MIN:0.5:288:366
5m -->
5m,
5m, 12h -->
10m,
12h, 5d -->
需要在 标记中加入需要使用的Ip地址范围。启用之后StrafePing做为一个被监控的服务显示在这个节点上,如下图所示。
默认安装OpenNMS并不使用这个服务,是为了减小网络流量;推荐根据OpenNMS硬件的能力只对部分节点做这种监控。
使用:
需要产品StrafePing的图形有两种方式。1)在OpenNMS首页上,点击右侧的Resources
Graphs,选中产看的机器,在Response Time下面的列表中选中需要产看的Ip地址,点击Submit,即可产看到图形。2)在节点产看页面,选中Resources
Graphs,在Response Time下面的列表中选中需要产看的Ip地址,点击Submit,即可产看到图形。如下图所示:
如何想看懂StafePing的图
请参考我以前的blog
http://lzheng.blogspot.com/2007/02/smokeping-rttround-trip-time-tcp-tcp.html
参考Smokeping的网站
http://oss.oetiker.ch/smokeping/doc/reading.en.html
From: http://lzheng.blogspot.com/2007/12/opennmsstrafeping.html
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/55845/showart_447455.html |
|