mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-13 19:05:06 +08:00
34 lines
926 B
Plaintext
34 lines
926 B
Plaintext
# Full configuration can be retrieved from the running
|
|
# server at http://localhost:19999/netdata.conf
|
|
#
|
|
# Example:
|
|
# curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
|
|
#
|
|
|
|
[global]
|
|
run as user = root
|
|
|
|
[db]
|
|
memory deduplication (ksm) = no
|
|
|
|
[logs]
|
|
daemon = syslog
|
|
debug = none
|
|
access = none
|
|
|
|
[web]
|
|
default port = 19999
|
|
allow connections from = fd* localhost 10.* 192.168.* 172.16.* 172.17.* 172.18.* 172.19.* 172.20.* 172.21.* 172.22.* 172.23.* 172.24.* 172.25.* 172.26.* 172.27.* 172.28.* 172.29.* 172.30.* 172.31.*
|
|
allow dashboard from = fd* localhost 10.* 192.168.* 172.16.* 172.17.* 172.18.* 172.19.* 172.20.* 172.21.* 172.22.* 172.23.* 172.24.* 172.25.* 172.26.* 172.27.* 172.28.* 172.29.* 172.30.* 172.31.*
|
|
ssl certificate = /etc/netdata/cert.crt
|
|
ssl key = /etc/netdata/cert.key
|
|
|
|
[plugins]
|
|
apps = no
|
|
cgroups = no
|
|
charts.d = no
|
|
python.d = no
|
|
|
|
[plugin:proc:ipc]
|
|
shared memory totals = no
|