blob: 41a2c59cdb85156d8e70e4fa4e082a7d3e0b359a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# netdata configuration
#
# This file is a small subset of the full configuration which can be downloaded
# from http://localhost:19999/netdata.conf
# global netdata configuration
[global]
history = 86400
[plugins]
freebsd = yes
statsd = no
[web]
respect do not track policy = yes
disconnect idle clients after seconds = 3600
bind to = 127.0.0.1
web files owner = netdata
web files group = netdata
|