netdata: Make netdata less noisy during startup 3493/head
authorDaniel Engberg <diizzyy@users.noreply.github.com>
Mon, 7 Nov 2016 23:58:23 +0000 (00:58 +0100)
committerDaniel Engberg <daniel.engberg.lists@pyret.net>
Thu, 10 Nov 2016 10:53:36 +0000 (04:53 -0600)
Disables proc entries that aren't available/enabled by default in LEDE/OpenWRT

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
admin/netdata/Makefile
admin/netdata/files/netdata.conf

index c05b8742a6951830c8184e049c0edd4154f45862..022ef8b9ac9ec14e5ec8787c52f1b30c8446b103 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=netdata
 PKG_VERSION:=1.4.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 PKG_MAINTAINER:=Daniel Engberg <daniel.engberg.lists@pyret.net>
 PKG_LICENSE:=GPL-3.0
 PKG_LICENSE_FILES:=COPYING
index 885ec23a9251a2831ac43b8823f3b3594411b4db..8c5c56b8a226607cf6bd87ff43b0db8686e57333 100644 (file)
@@ -4,7 +4,7 @@
 ###
 ### charts.d    - REQUIRES Bash, enable here and edit charts.d.conf
 ### apps        - none atm
-### node.d      - REQURIES node.js
+### node.d      - REQUIRES node.js
 ### tc          - QoS stats (if wanted)
 ### cgcroups    - No support in OpenWRT/LEDE by default
 ### health      - Disabled by default
        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