server monitor
233
1、run
docker rm -f serverstatus;
docker run -d --restart=always --name=serverstatus \
-v /root/serverstatus/config.json:/ServerStatus/server/config.json \
-v /root/serverstatus/json:/usr/share/nginx/html/json \
-p 35680:80 -p 35601:35601 \
pascall/serverstatus:12;
2、config.json
{
"servers": [
{
"disabled": false,
"username": "s01",
"name": "1区 2c2g30G↑100↓100",
"type": "xx",
"host": "xxx.xxx.xxx.xx",
"location": "us",
"labels": "os=debian",
"password": "8b68be68-c6a0-4619-9e29-34cd1b322c92",
"monthstart": 1
}
],
"monitors": [
],
"watchdog": [
]
}
Content type
Image
Digest
sha256:3480fd669…
Size
72.2 MB
Last updated
over 2 years ago
docker pull pascall/serverstatus:12