diff options
Diffstat (limited to 'contrib/debian/netdata.conf')
-rw-r--r-- | contrib/debian/netdata.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/debian/netdata.conf b/contrib/debian/netdata.conf new file mode 100644 index 0000000..a963d80 --- /dev/null +++ b/contrib/debian/netdata.conf @@ -0,0 +1,16 @@ +# 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 = netdata |