mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-12 03:14:48 +08:00
🏅 Sync 2026-04-06 15:50:29
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user