summaryrefslogtreecommitdiffstats
path: root/cli
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2021-12-10 17:31:40 +0100
committerGitHub <noreply@github.com>2021-12-10 16:31:40 +0000
commit063e353c77aa490756c87b1e808f2a85f2e26909 (patch)
tree97796a00523710487aec8e601ff89dfd1a0db16c /cli
parent2632f3f3eac4d6d68ad90b6f7558a2b2b03c9961 (diff)
Minor ACLK docu updates (#11882)
* update docs * update netdatacli list * remove implied * Update aclk/README.md Co-authored-by: Tiny <kickoke@users.noreply.github.com> Co-authored-by: Tiny <kickoke@users.noreply.github.com>
Diffstat (limited to 'cli')
-rw-r--r--cli/README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/cli/README.md b/cli/README.md
index 1962b2ede5..6eb121be5f 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -17,8 +17,10 @@ help
Show this help menu.
reload-health
Reload health configuration.
+reload-labels
+ Reload all labels.
save-database
- Save internal DB to disk for for memory mode save.
+ Save internal DB to disk for memory mode save.
reopen-logs
Close and reopen log files.
shutdown-agent
@@ -26,7 +28,11 @@ shutdown-agent
fatal-agent
Log the state and halt the netdata agent.
reload-claiming-state
- Reload agent connection state from disk.
+ Reload agent claiming state from disk.
+ping
+ Return with 'pong' if agent is alive.
+aclk-state [json]
+ Returns current state of ACLK and Cloud connection. (optionally in json)
```
Those commands are the same that can be sent to netdata via [signals](/daemon/README.md#command-line-options).