mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
74 lines
1.4 KiB
JSON
74 lines
1.4 KiB
JSON
{
|
|
"Process": {
|
|
"Adjacency": {
|
|
"hostX|;1.2.3.4;80": [
|
|
";192.168.1.1;10746",
|
|
"theinternet"
|
|
],
|
|
"hostX|;192.168.1.1;10746": [
|
|
"theinternet"
|
|
]
|
|
},
|
|
"EdgeMetadatas": {
|
|
";192.168.1.1;10746|theinternet": {
|
|
"WithConnCountTCP": true,
|
|
"MaxConnCountTCP": 19
|
|
}
|
|
},
|
|
"NodeMetadatas": {
|
|
";1.2.3.4;80": {
|
|
"domain": "node-1.2.3.4",
|
|
"name": "apache",
|
|
"pid": "4000"
|
|
},
|
|
";192.168.1.1;10746": {
|
|
"domain": "node-192.168.1.1",
|
|
"name": "wget",
|
|
"pid": "4000"
|
|
}
|
|
}
|
|
},
|
|
|
|
"Network": {
|
|
"Adjacency": {
|
|
"hostX|;1.2.3.4": [
|
|
";192.168.1.1",
|
|
"theinternet"
|
|
],
|
|
"hostX|;192.168.1.1": [
|
|
"theinternet",
|
|
";192.168.1.1"
|
|
]
|
|
},
|
|
"EdgeMetadatas": {
|
|
";192.168.1.1|theinternet": {
|
|
"WithConnCountTCP": true,
|
|
"MaxConnCountTCP": 12
|
|
}
|
|
},
|
|
"NodeMetadatas": {
|
|
";1.2.3.4": {
|
|
"name": "1_2_3_4"
|
|
},
|
|
";192.168.1.1": {
|
|
"name": "192_168_1_1"
|
|
}
|
|
}
|
|
},
|
|
|
|
"HostMetadatas": {
|
|
"hostX": {
|
|
"Timestamp": "2014-10-28T23:12:23.451728464Z",
|
|
"Hostname": "host-x",
|
|
"Addresses": null,
|
|
"LocalNets": [
|
|
{
|
|
"IP": "192.168.0.0",
|
|
"Mask": "//8AAA=="
|
|
}
|
|
],
|
|
"OS": "linux"
|
|
}
|
|
}
|
|
}
|