From c1b5e0ab118f1fcf46a59fe64343fe7473556f46 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 17 Jan 2023 15:19:17 +0100 Subject: snmp: T4902: exclude container storage from monitoring Excluded to not spam the log as there is an access restriction to that folder which SNMP user can not access. --- data/templates/snmp/etc.snmpd.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/templates/snmp') diff --git a/data/templates/snmp/etc.snmpd.conf.j2 b/data/templates/snmp/etc.snmpd.conf.j2 index 47bf6878f..a9bbf68ce 100644 --- a/data/templates/snmp/etc.snmpd.conf.j2 +++ b/data/templates/snmp/etc.snmpd.conf.j2 @@ -26,6 +26,9 @@ monitor -r 10 -e linkDownTrap "Generate linkDown" ifOperStatus == 2 # interface (with different ifIndex) - this is the case on e.g. ppp interfaces interface_replace_old yes +# T4902: exclude container storage from monitoring +ignoreDisk /usr/lib/live/mount/persistence/container + ######################## # configurable section # ######################## -- cgit v1.2.3