mirror of https://github.com/cppla/ServerStatus
Update config.json
parent
4467920a30
commit
0e3a9c5431
|
@ -6,7 +6,10 @@
|
||||||
"type": "xen",
|
"type": "xen",
|
||||||
"host": "host1",
|
"host": "host1",
|
||||||
"location": "cn",
|
"location": "cn",
|
||||||
"password": "USER_DEFAULT_PASSWORD"
|
"password": "USER_DEFAULT_PASSWORD",
|
||||||
|
"extra1":"",
|
||||||
|
"extra2":"",
|
||||||
|
"extra3":""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"username": "s02",
|
"username": "s02",
|
||||||
|
@ -14,7 +17,10 @@
|
||||||
"type": "vmware",
|
"type": "vmware",
|
||||||
"host": "host2",
|
"host": "host2",
|
||||||
"location": "jp",
|
"location": "jp",
|
||||||
"password": "USER_DEFAULT_PASSWORD"
|
"password": "USER_DEFAULT_PASSWORD",
|
||||||
|
"extra1":"",
|
||||||
|
"extra2":"",
|
||||||
|
"extra3":""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"disabled": true,
|
"disabled": true,
|
||||||
|
@ -23,7 +29,10 @@
|
||||||
"type": "Nothing",
|
"type": "Nothing",
|
||||||
"host": "host3",
|
"host": "host3",
|
||||||
"location": "fr",
|
"location": "fr",
|
||||||
"password": "USER_DEFAULT_PASSWORD"
|
"password": "USER_DEFAULT_PASSWORD",
|
||||||
|
"extra1":"",
|
||||||
|
"extra2":"",
|
||||||
|
"extra3":""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"username": "s04",
|
"username": "s04",
|
||||||
|
@ -31,7 +40,10 @@
|
||||||
"type": "kvm",
|
"type": "kvm",
|
||||||
"host": "host4",
|
"host": "host4",
|
||||||
"location": "kr",
|
"location": "kr",
|
||||||
"password": "USER_DEFAULT_PASSWORD"
|
"password": "USER_DEFAULT_PASSWORD",
|
||||||
|
"extra1":"",
|
||||||
|
"extra2":"",
|
||||||
|
"extra3":""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue