summaryrefslogtreecommitdiffstats
path: root/debian/local
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:22:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:22:32 +0000
commit0bbc0c292e607f3a40017a23d237c5d44eb30783 (patch)
tree550fdcacb3ba2f56c4a9cf93cab9581fd9b3ab97 /debian/local
parentAdding upstream version 1.12.0. (diff)
downloadnetdata-0bbc0c292e607f3a40017a23d237c5d44eb30783.tar.xz
netdata-0bbc0c292e607f3a40017a23d237c5d44eb30783.zip
Adding debian version 1.12.0-1+deb10u1.debian/1.12.0-1+deb10u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local')
-rw-r--r--debian/local/netdata.conf19
-rw-r--r--debian/local/netdata/netdata.conf19
2 files changed, 38 insertions, 0 deletions
diff --git a/debian/local/netdata.conf b/debian/local/netdata.conf
new file mode 100644
index 0000000..e15f9b8
--- /dev/null
+++ b/debian/local/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/netdata/netdata/issues/164
+ bind socket to IP = 127.0.0.1
diff --git a/debian/local/netdata/netdata.conf b/debian/local/netdata/netdata.conf
new file mode 100644
index 0000000..e15f9b8
--- /dev/null
+++ b/debian/local/netdata/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/netdata/netdata/issues/164
+ bind socket to IP = 127.0.0.1