1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 23:58:38 +02:00
openwrt-packages/admin/netdata/files/netdata.conf

44 lines
960 B
Plaintext
Raw Normal View History

### NetData Configuration
### Notes about plugins
###
### charts.d - REQUIRES Bash, enable here and edit charts.d.conf
### apps - none atm
### node.d - REQUIRES node.js
### tc - QoS stats (if wanted)
### cgcroups - No support in OpenWRT/LEDE by default
### health - Disabled by default
### KSM - No support in OpenWRT/LEDE by default
### python.d - REQUIRES python and PyYAML, edit python.d.conf to enable
[global]
run as user = nobody
web files owner = root
web files group = root
update every = 2
history = 1800
access log = none
debug log = syslog
error log = syslog
memory mode = ram
[plugins]
charts.d = no
apps = no
node.d = no
tc = no
cgroups = no
[health]
enabled = no
[plugin:proc]
/proc/net/softnet_stat = no
/proc/net/snmp = no
/sys/kernel/mm/ksm = no
/proc/net/netstat = no
/proc/net/ip_vs_stats = no
/proc/net/stat/synproxy = no
/proc/net/rpc/nfsd = no
/proc/net/rpc/nfs = no