Merge "Adding meniscus coordinator api support classes"
This commit is contained in:
@@ -3,7 +3,7 @@ serializer=json
|
||||
deserializer=json
|
||||
|
||||
[meniscus]
|
||||
base_url=http://localhost:8080
|
||||
base_url=<base_url>
|
||||
api_version=v1
|
||||
db_host=<db_address>
|
||||
db_name=<db_name>
|
||||
@@ -21,16 +21,23 @@ producer_encrypted=false
|
||||
profile_name=appservers-1
|
||||
|
||||
[meniscus-pairing]
|
||||
coordinator_base_url=http://192.168.1.2:8080
|
||||
callback=192.168.1.2:8080/v1/configuration
|
||||
hostname=testhost
|
||||
coordinator_base_url=<coordinator_base_url>
|
||||
worker_base_url=<worker_base_url>
|
||||
callback=<callback_url>
|
||||
ip_address_v4=127.0.0.1
|
||||
ip_address_v6=::1
|
||||
os_type=Linux
|
||||
memory_mb=1024
|
||||
arch=x86_64
|
||||
worker_base_url=http://192.168.1.3:8080
|
||||
api_secret=87188ab51cdhg6efeeee
|
||||
api_secret=<api_secret>
|
||||
personality=correlation
|
||||
disk_path=/dev/sda1
|
||||
disk_total=313764528
|
||||
disk_used=112512436
|
||||
cpu_cores=4
|
||||
load_average=0.234353456
|
||||
load_average={"1": 0.2,"5": 1,"15": 0.9}
|
||||
disks={"/dev/sda1": {"total": 313764528,"used": 112512436}}
|
||||
|
||||
[meniscus-correlation]
|
||||
host=sample.projectmeniscus.org
|
||||
pname=webapp-1.0
|
||||
time=2013-03-20T23:01:43.425602-05:00
|
||||
native={"my_field":"my_value","my_value":12345,"extended":{"customer":"54789"}}
|
||||
|
||||
Reference in New Issue
Block a user