master
conf_with_repetition 54 lines 1.42 KB
Raw
1 # netdata configuration
2 #
3 # You can download the latest version of this file, using:
4 #
5 # wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
6 # or
7 # curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
8 #
9 # You can uncomment and change any of the options below.
10 # The value shown in the commented settings, is the default value.
11 #
12
13 # global netdata configuration
14
15 [global]
16 #run as user = netdata
17
18 [web]
19 #ssl key = /etc/netdata/ssl/key2048.pem
20 #ssl certificate = /etc/netdata/ssl/cert2048.pem
21 mode = static-threaded
22 # listen backlog = 4096
23 default port = 19999
24 #bind to = *=dashboard|registry|streaming|netdata.conf|badges|management *:20000=dashboard|registry|streaming|netdata.conf|badges|management^SSL=optional *:20001=dashboard|registry|streaming|netdata.conf|badges|management^SSL=force unix:/tmp/netdata/netdata.sock
25 #accept a streaming request every seconds = 2
26
27 [plugins]
28 proc = yes
29 diskspace = no
30 timex = no
31 cgroups = no
32 tc = no
33 idlejitter = no
34 enable running new plugins = no
35 check for new plugins every = 60
36 go.d = no
37 charts.d = no
38 nfacct = no
39 python.d = no
40 apps = no
41 cups = no
42
43 [health]
44 enabled = yes
45 in memory max health log entries = 1000
46 default repeat warning = 4s
47 default repeat critical = 2s
48
49 [registry]
50 enabled = yes
51 allow from = *
52
53 [cloud]
54 cloud base url = https://app.netdata.cloud