Skip to main content

Node Commands

Local Mode

ithiltir-node [--net eth0,eth1]

Starts the local single-node HTTP page and metrics endpoints.

Push Mode

ithiltir-node push [interval_seconds] [target_url secret] [--net eth0,eth1] [--require-https]

If target_url and secret are omitted, targets are read from report.yaml.

Report Install

ithiltir-node report install https://dash.example.com/api/node/metrics <secret>

Writes a report target after reading Dash identity.

Report Update

ithiltir-node report update <id> <secret>

Rotates the key for an existing target. URL is unchanged.

Report List

ithiltir-node report list

Prints configured targets.

Version

ithiltir-node --version
ithiltir-node -v