mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
34 lines
572 B
Plaintext
34 lines
572 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]
|
|
update every = 2
|
|
memory deduplication (ksm) = no
|
|
debug log = none
|
|
error log = none
|
|
access log = none
|
|
run as user = root
|
|
|
|
[web]
|
|
default port = 19999
|
|
allow connections from = *
|
|
allow dashboard from = *
|
|
|
|
[plugins]
|
|
cgroups = no
|
|
apps = no
|
|
charts.d = no
|
|
fping = no
|
|
node.d = no
|
|
python.d = no
|
|
|
|
[health]
|
|
enabled = no
|
|
|
|
[plugin:proc:ipc]
|
|
shared memory totals = no
|