summaryrefslogtreecommitdiffstats
path: root/cli
diff options
context:
space:
mode:
authorMarkos Fountoulakis <44345837+mfundul@users.noreply.github.com>2019-12-19 11:01:59 +0200
committerAndrew Moss <1043609+amoss@users.noreply.github.com>2019-12-19 10:01:59 +0100
commitce9f70d7b3696a54f099628f3337f5c4d5bd1407 (patch)
treed8f0e7bbdd1a070c2dcf619e62c6e5ff4faaccfc /cli
parentc1436efd00c5b9afdb3779585eb194ea8388a932 (diff)
Agent claiming (#7525)
Initial infrastructure support for agent claiming. This feature is not currently enabled as we are still finalizing the details of the cloud infrastructure w.r.t. agent claiming. The feature will be enabled when we are ready to release it.
Diffstat (limited to 'cli')
-rw-r--r--cli/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/README.md b/cli/README.md
index 3872dac1c1..d39198f26d 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -19,6 +19,8 @@ shutdown-agent
Cleanup and exit the netdata agent.
fatal-agent
Log the state and halt the netdata agent.
+reload-claiming-state
+ Reload agent claiming state from disk.
```
Those commands are the same that can be sent to netdata via [signals](../daemon#command-line-options).