netdata: disable shared memory totals by default
authorTiago Gaspar <tiagogaspar8@gmail.com>
Sat, 10 Apr 2021 23:21:58 +0000 (00:21 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 11 Apr 2021 07:57:51 +0000 (09:57 +0200)
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>
admin/netdata/Makefile
admin/netdata/files/netdata.conf

index 120757c349cc3a1b1cd4d6569e5d2dbd8224b00e..d2eb44538ff61cbb924f6142796e779000f75461 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=netdata
 PKG_VERSION:=1.29.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>, Daniel Engberg <daniel.engberg.lists@pyret.net>
 PKG_LICENSE:=GPL-3.0-or-later
index 46b87a8a7279729aa721fd4b6a785fc54ad83944..4a247daaede6f84782db53c5fc68f7b209aa5fa4 100644 (file)
@@ -27,3 +27,6 @@
 
 [health]
        enabled = no
+
+[plugin:proc:ipc]
+       shared memory totals = no