Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yb/uptime-status
A pretty dashboard of uptime status based on UptimeRobot API
https://github.com/yb/uptime-status
Last synced: about 1 month ago
JSON representation
A pretty dashboard of uptime status based on UptimeRobot API
- Host: GitHub
- URL: https://github.com/yb/uptime-status
- Owner: yb
- Created: 2020-03-14T18:10:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T08:30:03.000Z (3 months ago)
- Last Synced: 2024-10-01T12:23:32.918Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://status.org.cn
- Size: 1.47 MB
- Stars: 1,301
- Watchers: 12
- Forks: 430
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uptime-status
一个基于 UptimeRobot API 的在线状态面板
## 事先准备
- 您需要先到 [UptimeRobot](https://uptimerobot.com/ "UptimeRobot") 添加站点监控,并在 My Settings 页面获取 API Key
- 您需要拥有一个网站空间,常见的 Nginx / PHP 等空间即可,甚至是阿里云的 OSS 等纯静态空间也行## 如何部署:
- 下载并解压缩:[uptime-status.zip](https://github.com/yb/uptime-status/releases/latest/download/uptime-status.zip "uptime-status.zip")
- 修改 `config.js` 文件:
- `SiteName`: 要显示的网站名称
- `ApiKeys`: 从 UptimeRobot 获取的 API Key,支持 Monitor-Specific API Keys 和 Read-Only API Key
- `CountDays`: 要显示的日志天数,建议 60 或 90,显示效果比较好
- `ShowLink`: 是否显示站点链接
- `Navi`: 导航栏的菜单列表
- 将所有文件上传到网站空间⚠️ 如果没有修改代码的需求,您不需要 git clone 本项目,只需要下载 Release 的文件包即可。