summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2023-04-25 08:49:01 -0700
committerGitHub <noreply@github.com>2023-04-25 08:49:01 -0700
commit273a4299ad1428a1f8f5a1598a903e6e8bef14d2 (patch)
tree7e7cd70cce99d961b246398c250b8e9bd4366e68 /system
parentff5bb3d712f543b8e142622e022d43274985a990 (diff)
Document netdatacli dumpconfig option (#14963)
* Document netdatacli dumpconfig Added in https://github.com/netdata/netdata/pull/14906 * Update README.md Add dumpconfig option to the readme * Update system/netdata.conf add :
Diffstat (limited to 'system')
-rw-r--r--system/netdata.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/system/netdata.conf b/system/netdata.conf
index 70edb08284..94d9ab82c5 100644
--- a/system/netdata.conf
+++ b/system/netdata.conf
@@ -1,6 +1,10 @@
# netdata configuration
#
-# You can download the latest version of this file, using:
+# You can get the latest version of this file, using:
+#
+# netdatacli dumpconfig > /etc/netdata/netdata.conf
+#
+# You can also download it using:
#
# wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
# or