mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 04:51:44 +00:00
5f65d87bb7
Fix log spam: daemon.err netdata[2090]: PROCFILE: Cannot open file '/proc/sysvipc/shm' This is caused by a non existant /proc/sysvipc/shm because of the CONFIG_PROC_STRIPPED option that is enabled by default in the kernel generic target config Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
33 lines
888 B
Plaintext
33 lines
888 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 = syslog
|
|
error log = syslog
|
|
access log = none
|
|
run as user = root
|
|
|
|
[web]
|
|
allow connections from = 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 = 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.*
|
|
|
|
[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
|