diff options
Diffstat (limited to 'src/appconfig.c')
-rw-r--r-- | src/appconfig.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/appconfig.c b/src/appconfig.c index 34fb6d7d3..947407484 100644 --- a/src/appconfig.c +++ b/src/appconfig.c @@ -464,9 +464,17 @@ void generate_config(BUFFER *wb, int only_changed) switch(i) { case 0: buffer_strcat(wb, - "# NetData Configuration\n" + "# netdata configuration\n" + "#\n" + "# You can download the latest version of this file, using:\n" + "#\n" + "# wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf\n" + "# or\n" + "# curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf\n" + "#\n" "# You can uncomment and change any of the options below.\n" "# The value shown in the commented settings, is the default value.\n" + "#\n" "\n# global netdata configuration\n"); break; |