首页 网站建设 Server 浏览内容
SmartPing:带报警功能的服务器Ping值监测工具
ps:今天分享个SmartPing工具,可以同时Ping多个IP,支持正向Ping绘制,反向Ping绘制,互Ping拓扑绘制及报警功能。支持自定义延迟、丢包阈值报警。
安装
Github地址:https://github.com/gy-games/smartping
运行命令:
mkdir smartping && cd smartping#请去https://github.com/gy-games/smartping/releases下载最新版本的smartpingwget https://github.com/gy-games/smartping/releases/download/v0.5.0/smartping-v0.5.0.tar.gztar zxvf smartping-v0.5.0.tar.gz./control start
然后可以使用ip:8899打开Web界面查看了,管理界面默认密码为smartping,若需要修改请修改conf/config.json或conf/config-base.json。
#如果你是CentOS系统,且打不开Web页面的,则需要开启防火墙端口#Centos 6系统iptables -I INPUT -p tcp --dport 8899 -j ACCEPTservice iptables saveservice iptables restart#CentOS 7系统firewall-cmd --zone=public --add-port=8899/tcp --permanent firewall-cmd --reload
相关命令:
./control build|run|start|stop|restart|statusbuild : 源码编译,最终构建成至 binrun : 直接启动smartpingstart : 以nohup(deamon)形式启动smartpingstop : 关闭smartpingrestart : 执行 stop & startstatus : 查看smartping的运行状态version : 查看当前smartping版本pack : 执行Build并进行二进制包制作
提示:一般我们可以在搭建网站的服务器上安装,然后添加全国各个地区的IP进行监测,如果你找不到很全的IP来源,可以去ipip上找,地址:https://tools.ipip.net/ping.php,先进去ping一下,然后可以看到各个地区的IP地址了,之后就可以很清楚看到网络情况了。
交换链接吗