19.1Linux监控平台介绍常见开源监控软件:1.cacti、nagios、zabbix、smokeping、open-falcon等等2.cacti、smokeping偏向于基础监控,成图非常漂亮3.cacti、nagios、zabbix服务端监控中心,需要php环境支持,其中zabbix和cacti都需要mysql作为数据存储,nagios不用存储历史数据..
分类:
其他好文 时间:
2017-09-08 12:02:14
阅读次数:
298
我将提供两种方法来安装smokeping,一种是大家常用的普通安装,另一种是用脚本下自动化安装的,仅供大家学习,参考!普通安装:centos5.4下安装smokeping需要的软件:(1)httpd(2)rrdtool(3)smokeping(4)fping(5)libwww-perl安装rrdtool前的准备工作/etc/yum.repos.d/dag.repo[dag..
分类:
其他好文 时间:
2017-09-03 23:35:00
阅读次数:
160
Smokeping 简介: Smokeping 是 rrdtool 的作者 Tobi Oetiker 的作品,是用 Perl 写的,主 要是监视网络性能,包括常规的 ping,用 echoping 监控 www 服务器性能, 监视 dns 查询性能,监视 ssh 性能等。底层也是 rrdtool 做 ...
分类:
其他好文 时间:
2017-08-18 11:11:32
阅读次数:
252
1、添加监控点[root@i-uiiyw0xz~]#vi/usr/local/smokeping/etc/config
##添加以下内容##
+Other
menu=三大网络监控
title=监控统计
++dianxin
menu=电信网络监控
title=电信网络监控列表
host=/Other/dianxin/dianxin-bj
+++dianxin-bj
menu=北京电信
title=北京电信
alerts=so..
分类:
其他好文 时间:
2017-08-14 15:17:13
阅读次数:
214
1、添加EPEL和RPMForge第三方源如果是i686平台:rpm-ivhhttp://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
rpm-ivhhttp://ftp.tu-chemnitz.de/pub/linux/dag/redhat/el6/en/i386/rpmforge/RPMS/rpmforge-release-0.5.3-1.el6.rf.i686.rpm如果是x86_64..
分类:
其他好文 时间:
2017-08-08 19:51:11
阅读次数:
167
DeploysmokepingAboutSmokePing SmokePingkeepstrackofyournetworklatency: Bestofbreedlatencyvisualisation. Interactivegraphexplorer. Widerangeoflatencymeasurementplugins. Master/SlaveSystemfordistributedmeasurement. Highlyconfigurablealertingsystem. LiveLatenc..
分类:
其他好文 时间:
2017-07-17 18:42:54
阅读次数:
237
#公司新拉了一个线路,需要测试网络质量以及丢包率,找了许久才找着有smokeping这款软件以下主要功能_用于监控公司网络质量,地址都使用的是各地的教育网地址,还有各地机房连接el7也有一键安装,源码包比较费劲:一部分依赖包,拉至最下面有安装下载:http://pan.baidu.com/s/1..
分类:
其他好文 时间:
2017-07-07 19:55:53
阅读次数:
200
Global symbol "%Config" requires explicit package name at /usr/lib64/perl5/lib.pm line 10.Global symbol "%Config" requires explicit package name at /u ...
分类:
其他好文 时间:
2017-06-06 13:06:46
阅读次数:
112
问题1: Can't locate Sys/Syslog.pm in @INC (@INC contains: /opt/smokeping_workspace/thirdparty/lib/perl5/x86_64-linux-thread-multi /opt/smokeping_workspa ...
分类:
其他好文 时间:
2017-06-05 16:47:56
阅读次数:
431
smokeping服务端测试:1、调整防火墙的设置[root@C65-A1~]#/etc/init.d/iptablesstop
iptables:SettingchainstopolicyACCEPT:filter[OK]
iptables:Flushingfirewallrules:[OK]
iptables:Unloadingmodules:[OK]
[root@C65-A1~]#chkconfigiptablesoff
[root@C65-A1~]#getenforce
..
分类:
其他好文 时间:
2017-04-06 17:17:38
阅读次数:
302