|
https://serverstatus.ltd/
私有页面演示 https://serverstatus.ltd/?access=79674874adb7b8bcd35a8e1b3386219fa2edf29e4862a4aacd904bdfe31321ab
默认安装设置key 为public 就会在首页显示
如果需要私有链接只需要把最后的public 改成任意你想用的key 越复杂越不会有人用
启动Agent程序后会在命令行输出你的私有链接
服务端和客户端都在Github已开源
- curl -L https://release.serverstatus.ltd/monitor-agent-linux -o monitor-agent && chmod +x monitor-agent && ./monitor-agent -key public
复制代码
- curl -L https://release.serverstatus.ltd/monitor-agent-linux -o monitor-agent && chmod +x monitor-agent && ./monitor-agent -key 这里随便改
复制代码 |
|