From 54deae27eed83a162ee438ef6bad4a23767757dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2019 20:56:05 +0200 Subject: Merging upstream version 1.15.0. Signed-off-by: Daniel Baumann --- docs/configuration-guide.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/configuration-guide.md') diff --git a/docs/configuration-guide.md b/docs/configuration-guide.md index 4c82c0583..811a33ed2 100644 --- a/docs/configuration-guide.md +++ b/docs/configuration-guide.md @@ -22,8 +22,20 @@ Under that directory you will see the following: So there are many configuration files to control every aspect of Netdata's behavior. It can be overwhelming at first, but you won't have to deal with any of them, unless you have specific things you need to change. The following HOWTO will guide you on how to customize your netdata, based on what you want to do. + ## How to +### Persist my configuration + +In http://localhost:19999/netdata.conf, you will see the following two parameters: + +```bash + # config directory = /etc/netdata + # stock config directory = /usr/lib/netdata/conf.d +``` + +To persist your configurations, don't edit the files under the `stock config directory` directly. Use the `sudo [config directory]/edit-config` command, or copy the stock config file to its proper place under the `config directory` and edit it there. + ### Change what I see ##### Increase the metrics retention period -- cgit v1.2.3