SmokePing 监控Ping并可视化

SmokePing 监控Ping并可视化

· json · rss
Subscribe:

About

ubuntu默认源中已经默认有smokeping直接安装

sudo apt install smokeping

修改检测频率

vim /etc/smokeping/config.d/Database

编辑

*** Database ***

step   = 10 #10秒10次
pings  = 10

# consfn mrhb steps total

修改检测目标(IPv4)

vim /etc/smokeping/config.d/Targets

添加

++ test
probe = FPing #探针工具
menu = test #侧边栏标签
title = test #标题
host = localhost #地址

检测IPv6

默认不检测ipv6,需要自己手动配置探针

vim /etc/smokeping/config.d/Probes

添加

+ FPing6
binary = /usr/bin/fping6

添加IPv6检测对象

++ test
probe = FPing6 #指定FPing6
menu = test
title = test
host = ::1