180802feb8
* Restore tested gateway into topology * Bump agent version * Update .sqlx files * Clean up code in probe test * Probe error & logging improvements * Fix clippy, improve log line * Improve logging in ns agent * Better tooling in NS API * Bump agent * Bump NS agent version
Node Status Agent
An agent to run tests and report results back to the Node Status API.
Environment variables that can be set individually are:
NODE_STATUS_AGENT_SERVER_PORT- Node Status API portNODE_STATUS_AGENT_SERVER_ADDRESS- Node Status API address
Or use NODE_STATUS_AGENT_ARGS to pass your own arguments:
NODE_STATUS_AGENT_ARGS="run-probe --server localhost:8000 --mnemonic foo bar baz"