summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-10-03 12:03:44 +0300
committerGitHub <noreply@github.com>2018-10-03 12:03:44 +0300
commitf934da9731e5995afbc3561a2a7cfb4f7945b619 (patch)
tree07ff298d3b7e3a765efe9470de252af908334c3b /conf.d
parent843e236b4639617500f492f801df3a0c0f1460e7 (diff)
log flood should not be disabled; (#4344)
* log flood should not be disabled; #4312 * use 10x the logs with the minimum of 10000
Diffstat (limited to 'conf.d')
-rwxr-xr-xconf.d/edit-config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf.d/edit-config.in b/conf.d/edit-config.in
index 7f11193493..930c52687a 100755
--- a/conf.d/edit-config.in
+++ b/conf.d/edit-config.in
@@ -15,7 +15,10 @@ then
USAGE:
${0} FILENAME
- Find the stock config file named FILENAME and edit it.
+ Copy and edit the stock config file named: FILENAME
+ if FILENAME is already copied, it will be edited as-is.
+
+ The EDITOR shell variable is used to define the editor to be used.
Stock config files at: '${NETDATA_STOCK_CONFIG_DIR}'
User config files at: '${NETDATA_USER_CONFIG_DIR}'
@@ -83,7 +86,6 @@ fi
# already exists
if [ -f "${NETDATA_USER_CONFIG_DIR}/${file}" ]
then
- echo >&2 "Editing existing file '${NETDATA_USER_CONFIG_DIR}/${file}' ... "
edit "${NETDATA_USER_CONFIG_DIR}/${file}"
fi