mirror of https://github.com/cppla/ServerStatus
parent
b05f73bb88
commit
032189e257
|
@ -3,7 +3,6 @@
|
||||||
* ServerStatus中文版是一个酷炫高逼格的云探针、云监控、服务器云监控、多服务器探针~。
|
* ServerStatus中文版是一个酷炫高逼格的云探针、云监控、服务器云监控、多服务器探针~。
|
||||||
* 在线演示:https://tz.cloudcpp.com
|
* 在线演示:https://tz.cloudcpp.com
|
||||||
|
|
||||||
[](https://github.com/cppla/ServerStatus)
|
|
||||||
[](https://github.com/cppla/ServerStatus)
|
[](https://github.com/cppla/ServerStatus)
|
||||||
[](https://github.com/cppla/ServerStatus)
|
[](https://github.com/cppla/ServerStatus)
|
||||||
[](https://github.com/cppla/ServerStatus)
|
[](https://github.com/cppla/ServerStatus)
|
||||||
|
@ -126,7 +125,7 @@ pip install psutil
|
||||||
|
|
||||||
打开云探针页面,就可以正常的监控。接下来把服务器和客户端脚本自行加入开机启动,或者进程守护,或以后台方式运行即可!例如: nohup python client-linux.py &
|
打开云探针页面,就可以正常的监控。接下来把服务器和客户端脚本自行加入开机启动,或者进程守护,或以后台方式运行即可!例如: nohup python client-linux.py &
|
||||||
|
|
||||||
如何快速跟随系统启动呢?其实好多人都搞复杂化了
|
### 如何快速跟随系统启动呢?其实好多人都搞复杂化了
|
||||||
1、chmod 755 /root/client-linux.py
|
1、chmod 755 /root/client-linux.py
|
||||||
2、vim /etc/crontab,尾部追加
|
2、vim /etc/crontab,尾部追加
|
||||||
```diff
|
```diff
|
||||||
|
|
Loading…
Reference in New Issue