Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 一键脚本
- Host: GitHub
- URL: https://github.com/jiuqi9997/smokeping
- Owner: jiuqi9997
- License: mpl-2.0
- Created: 2021-05-17T15:27:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T21:34:55.000Z (over 3 years ago)
- Last Synced: 2023-11-07T19:13:59.069Z (about 1 year ago)
- Topics: caddy, onekey, smokeping
- Language: Shell
- Homepage:
- Size: 76.2 KB
- Stars: 114
- Watchers: 3
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)。