mirror of
https://github.com//cppla/ServerStatus
synced 2025-12-14 09:42:04 +08:00
dev: add month traffic , no completed
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"type": "xen",
|
||||
"host": "host1",
|
||||
"location": "🇨🇳",
|
||||
"password": "USER_DEFAULT_PASSWORD"
|
||||
"password": "USER_DEFAULT_PASSWORD",
|
||||
"monthstart": 1
|
||||
},
|
||||
{
|
||||
"username": "s02",
|
||||
@@ -14,7 +15,8 @@
|
||||
"type": "vmware",
|
||||
"host": "host2",
|
||||
"location": "🇯🇵",
|
||||
"password": "USER_DEFAULT_PASSWORD"
|
||||
"password": "USER_DEFAULT_PASSWORD",
|
||||
"monthstart": 1
|
||||
},
|
||||
{
|
||||
"disabled": true,
|
||||
@@ -23,7 +25,8 @@
|
||||
"type": "Nothing",
|
||||
"host": "host3",
|
||||
"location": "🇫🇷",
|
||||
"password": "USER_DEFAULT_PASSWORD"
|
||||
"password": "USER_DEFAULT_PASSWORD",
|
||||
"monthstart": 1
|
||||
},
|
||||
{
|
||||
"username": "s04",
|
||||
@@ -31,7 +34,8 @@
|
||||
"type": "kvm",
|
||||
"host": "host4",
|
||||
"location": "🇰🇷",
|
||||
"password": "USER_DEFAULT_PASSWORD"
|
||||
"password": "USER_DEFAULT_PASSWORD",
|
||||
"monthstart": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user