mirror of
https://github.com//cppla/ServerStatus
synced 2026-09-20 16:00:15 +08:00
18 lines
304 B
JSON
18 lines
304 B
JSON
{
|
|
"servers": [
|
|
{
|
|
"username": "s01",
|
|
"name": "fixture-node",
|
|
"type": "kvm",
|
|
"host": "fixture-host",
|
|
"location": "CN",
|
|
"password": "fixture-password",
|
|
"monthstart": 1,
|
|
"disabled": false
|
|
}
|
|
],
|
|
"monitors": [],
|
|
"sslcerts": [],
|
|
"watchdog": []
|
|
}
|