Skip to content

Instantly share code, notes, and snippets.

@boris-42
Last active June 6, 2017 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boris-42/ffd15f5000dffa37537604e363fd9930 to your computer and use it in GitHub Desktop.
Save boris-42/ffd15f5000dffa37537604e363fd9930 to your computer and use it in GitHub Desktop.
netmet_config.json
{
"deployment": {
"static": {
"clients": [{
"az": "test-az",
"dc": "test-dc",
"host": "127.0.0.1",
"ip": "127.0.0.1",
"port": 5001
}, {
"az": "test-az",
"dc": "test-dc",
"host": "localhost",
"ip": "127.0.0.1",
"port": 5002
}]
}
},
"external": [
{
"dest": "8.8.8.8",
"period": 1,
"protocol": "icmp",
"timeout": 0.5
}
],
"mesher": {
"full_mesh": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment