summaryrefslogtreecommitdiff
path: root/netdata/netdata.conf
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-12-29 18:04:33 +0100
committerJonas Smedegaard <dr@jones.dk>2018-12-29 18:04:33 +0100
commitf178bb01838689e977f6fce7a2f9f10c9938930e (patch)
tree4deef88e61d9b1dbfc298b972024f5e16f4d1079 /netdata/netdata.conf
parent58d2868fa716382ed281e7a7e710416b091455c3 (diff)
Improve netdata snippet(s).
Diffstat (limited to 'netdata/netdata.conf')
-rw-r--r--netdata/netdata.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/netdata/netdata.conf b/netdata/netdata.conf
new file mode 100644
index 0000000..5a19366
--- /dev/null
+++ b/netdata/netdata.conf
@@ -0,0 +1,11 @@
+[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 = 0.0.0.0
+ access log = none
+[web]
+ bind to = unix:/var/lib/netdata/netdata.socket
+ enable gzip compression = no