diff options
Diffstat (limited to '')
-rw-r--r-- | debian/netdata.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/netdata.conf b/debian/netdata.conf new file mode 100644 index 000000000..effb794c2 --- /dev/null +++ b/debian/netdata.conf @@ -0,0 +1,19 @@ +# NetData Configuration + +# The current full configuration can be retrieved from the running +# server at the URL +# +# http://localhost:19999/netdata.conf +# +# for example: +# +# wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf +# + +[global] + run as user = netdata + web files owner = root + web files group = root + # Netdata is not designed to be exposed to potentially hostile + # networks.See https://github.com/firehol/netdata/issues/164 + bind socket to IP = 127.0.0.1 |