Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleJake committed Jan 13, 2023
1 parent c556bb2 commit 2a18b1b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@ Server Monitor
==========

![Apache2.0](https://img.shields.io/badge/License-Apache2.0-green)
![](https://img.shields.io/packagist/php-v/topthink/think/v5.1.40)

![think v5.1.40](https://img.shields.io/packagist/php-v/topthink/think/v5.1.40)

![GitHub Repo stars](https://img.shields.io/github/stars/LittleJake/server-monitor?style=social)
![GitHub followers](https://img.shields.io/github/followers/LittleJake?style=social)

![GitHub followers](https://img.shields.io/github/followers/LittleJake?style=social)

基于ThinkPHP5.1的服务器监控平台,需要配合服务端python脚本,使用Redis存储相关数据。


### 使用

#### 安装

```bash
git clone https://github.com/LittleJake/server-monitor
cd server-monitor
Expand All @@ -22,47 +23,43 @@ cp .env.example .env
```

#### 后台登录密钥重置

```bash
php think token:generate
```

#### 配置Redis数据源

```bash
vim .env
```

#### 刷新数据源缓存(加速网站访问)

```bash
php think refresh:cache
```

### 界面演示
![首页](https://static.littlejake.net/imgs/imgs/20210225163426.png)

![信息](https://static.littlejake.net/imgs/imgs/20210225163427.png)
![首页](img/20230113152258.png)

![流量](https://static.littlejake.net/imgs/imgs/20210225163428.png)

![内存](https://static.littlejake.net/imgs/imgs/20210225163422.png)

![温度、根目录空间](https://static.littlejake.net/imgs/imgs/20210225163423.png)

![后台登录](https://static.littlejake.net/imgs/imgs/20210225163425.png)

![后台管理](https://static.littlejake.net/imgs/imgs/20210225163424.png)
![CPU](img/20230113152320.png)

![Thermal](img/20230113152437.png)

### Demo
[测试网站](https://monitor.littlejake.net)

[测试网站](https://monitor.littlejake.net)

### 开源协议
[Apache 2.0]()

[Apache 2.0](LICENSE)

### 鸣谢

MDUI

ThinkPHP

ipapi.co
ipapi.co
Binary file added img/20230113152258.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/20230113152320.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/20230113152437.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a18b1b

Please sign in to comment.