summaryrefslogtreecommitdiff
path: root/net-mgmt/netdata/files/netdata.conf.sample.in
blob: 647f3f17eb9fb70e130e8b1a9558dcba5344896a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

[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