aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netdata/files/netdata.conf.sample.in
blob: f2e8186f3a4e1c592444d7016853fbbf4c43ceff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

# 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