blob: a9193babf1b8e0c9deb9d1acdbd53f9ce3ff4144 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# 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
|