diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-04-13 20:25:32 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2016-04-13 20:25:32 +0000 |
commit | 9570f3f5339488c73a30ddeb4e3162cdaa23f58d (patch) | |
tree | 7a3af13e37ab74716a1e90571cc93753f490d7de | |
parent | Update control file (diff) | |
download | netdata-9570f3f5339488c73a30ddeb4e3162cdaa23f58d.tar.xz netdata-9570f3f5339488c73a30ddeb4e3162cdaa23f58d.zip |
Add docs, install and config file
-rw-r--r-- | debian/netdata.conf | 16 | ||||
-rw-r--r-- | debian/netdata.docs | 1 | ||||
-rw-r--r-- | debian/netdata.install | 1 |
3 files changed, 18 insertions, 0 deletions
diff --git a/debian/netdata.conf b/debian/netdata.conf new file mode 100644 index 000000000..a963d80b7 --- /dev/null +++ b/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 diff --git a/debian/netdata.docs b/debian/netdata.docs new file mode 100644 index 000000000..b43bf86b5 --- /dev/null +++ b/debian/netdata.docs @@ -0,0 +1 @@ +README.md diff --git a/debian/netdata.install b/debian/netdata.install new file mode 100644 index 000000000..45d42b635 --- /dev/null +++ b/debian/netdata.install @@ -0,0 +1 @@ +debian/netdata.conf /etc/netdata/ |