Files
nym/nym-node-status-api/nym-node-status-agent
benedettadavico 2b237dec1f Remove in-prove
remove in-probe test, it isn't needed.
2026-04-30 08:52:46 +02:00
..
2026-04-30 08:52:46 +02:00
2026-04-28 16:53:40 +02:00
2025-09-29 14:53:15 +01:00
2026-01-29 20:54:21 +01:00
2026-04-07 16:35:50 +02:00

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 port
  • NODE_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"