Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jiuqi9997/smokeping

smokeping + caddy 一键脚本
https://github.com/jiuqi9997/smokeping

caddy onekey smokeping

Last synced: about 1 month ago
JSON representation

smokeping + caddy 一键脚本

Awesome Lists containing this project

README

        

# SmokePing 一键脚本

[SmokePing](https://oss.oetiker.ch/smokeping) 是由 RRDtool 的作者 Tobi Oetiker 开发的一款监控网络状态和稳定性的开源软件。使用脚本安装后,SmokePing 会定时向目标发送 TCP 数据包,并对返回值进行测量和记录,通过 RRDtool 制图程序图形化地展示在各个时段内网络的延迟、抖动和丢包率,帮助我们更清楚、更直观地了解服务器的网络状况。

本脚本会使 SmokePing 运行在 Caddy 上,与其他 WEB 服务隔离。

目前支持的 Linux 发行版:
```
Debian 9+
Ubuntu 18+
CentOS 7+
```

## 安装

```
bash -c "$(curl -L https://github.com/jiuqi9997/smokeping/raw/main/main.sh)"
```

如果出现 `command not found` 请执行 `apt-get install curl -y` 或 `yum install curl -y`。

## 配置
脚本自动为 SmokePing 进行配置,可以自行按需修改。
SmokePing 主配置文件(包括目标节点)为 `/usr/local/smokeping/etc/config`,此文件的结构及其修改请查阅相关教程,附上[示例](https://oss.oetiker.ch/smokeping/doc/smokeping_examples.en.html)。