blob: 6108d9086d1e0691d8683babd64c1bc0ce0af388 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# NetData Configuration
#
# To see defaults, grab one from your instance:
# http://localhost:19999/netdata.conf
# global netdata configuration
[global]
run as user = netdata
web files owner = root
web files group = netdata
# Netdata is not designed to be exposed to potentially hostile networks
# See https://github.com/firehol/netdata/issues/164
bind to = localhost
|