summaryrefslogtreecommitdiffstats
path: root/etc/netdata/netdata.conf
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2024-02-10 00:17:33 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2024-02-10 00:17:33 +0100
commit8ae3b3514e85e544ffa8283e05ea9efc333f3e34 (patch)
treeed5f8fbf38ef3258789d939e6b859a3e86717d71 /etc/netdata/netdata.conf
parentoops.wrong.make.prev.commit (diff)
downloadn-8ae3b3514e85e544ffa8283e05ea9efc333f3e34.tar
n-8ae3b3514e85e544ffa8283e05ea9efc333f3e34.tar.gz
n-8ae3b3514e85e544ffa8283e05ea9efc333f3e34.tar.bz2
n-8ae3b3514e85e544ffa8283e05ea9efc333f3e34.tar.lz
n-8ae3b3514e85e544ffa8283e05ea9efc333f3e34.tar.xz
n-8ae3b3514e85e544ffa8283e05ea9efc333f3e34.tar.zst
n-8ae3b3514e85e544ffa8283e05ea9efc333f3e34.zip
Diffstat (limited to 'etc/netdata/netdata.conf')
-rw-r--r--etc/netdata/netdata.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/etc/netdata/netdata.conf b/etc/netdata/netdata.conf
new file mode 100644
index 0000000..1ed35b3
--- /dev/null
+++ b/etc/netdata/netdata.conf
@@ -0,0 +1,37 @@
+# netdata configuration
+#
+# You can get the latest version of this file, using:
+#
+# netdatacli dumpconfig > /etc/netdata/netdata.conf
+#
+# You can also download it using:
+#
+# wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
+# or
+# curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
+#
+# You can uncomment and change any of the options below.
+# The value shown in the commented settings, is the default value.
+#
+
+[global]
+ run as user = netdata
+
+ # default storage size - increase for longer data retention
+ page cache size = 32
+ dbengine multihost disk space = 256
+[web]
+ # allow connections from = *
+ # allow connections by dns = *
+ # allow dashboard by dns = *
+ # allow badges by dns = *
+ # allow streaming by dns = *
+ # allow netdata.conf = *
+ # allow netdata.conf by dns = *
+ allow management from = no
+ allow management by dns = no
+ bind to = *=dashboard|registry|badges|management|streaming|netdata.conf
+[registry]
+ enabled = yes
+ registry to announce = http://b.sijanec.eu:19999
+ enable cookies SameSite and Secure = no