forked from ercole-io/ercole-agent-virtualization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
28 lines (28 loc) · 754 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"hostname": "default",
"envtype": "PROD",
"location": "Germany",
"serverurl": "http://127.0.0.1:9090/host/update",
"serverusr": "user",
"serverpsw": "password",
"frequency": 24,
"hosttype": "virtualization",
"EnableServerValidation": false,
"ParallelizeRequests": true,
"hypervisors": [
{
"type": "vmware",
"endpoint": "10.20.30.40",
"username": "[email protected]",
"password": "reader"
},
{
"type": "ovm",
"endpoint": "10.20.30.40",
"username": "reader",
"password": "R34d3r",
"ovmuserkey": "92838932423",
"ovmcontrol": "/path/to/ovmcontrol"
}
]
}