Netdata Agent CLI
The netdatacli executable offers a straightforward way to manage the Netdata Agent's operations.
It is located in the same directory as the netdata binary.
Available commands:
| Command | Description |
|---|---|
help |
Display usage information and exit. |
reload-health |
Reloads the Netdata health configuration, updating alerts based on changes made to configuration files. |
reload-labels |
Reloads host labels from netdata.conf. |
reopen-logs |
Close and reopen log files. |
shutdown-agent |
Gracefully shut down the Netdata Agent. |
fatal-agent |
Log the current state and forcefully halt the Netdata Agent. |
reload-claiming-state |
Reload the Agent's claiming state from disk. |
ping |
Verifies whether the Agent is ready. Outputs pong when the Agent command server can be contacted. Exit code 0 when the Agent is ready to receive commands. Exit code 1 while the Agent is still initializing. Exit code 255 if the Agent is unreachable |
aclk-state [json] |
Return the current state of ACLK and Cloud connection. Optionally in JSON. |
dumpconfig |
Display the current netdata.conf configuration. |
| `mark-stale-nodes-ephemeral <node_id \ | machine_guid \ |
| `remove-stale-node <node_id \ | machine_guid \ |
version |
Display the Netdata Agent version. |
See also the Netdata daemon command line options.