diff options
author | Christian Breunig <christian@breunig.cc> | 2023-01-17 15:19:17 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-01-17 15:23:12 +0100 |
commit | c1b5e0ab118f1fcf46a59fe64343fe7473556f46 (patch) | |
tree | 4691d35eca8c5f140e69b1e7c14b72c670247c41 /data/templates | |
parent | 4d58114c483975a2c10f98eb6830571ab1e7ee20 (diff) | |
download | vyos-1x-c1b5e0ab118f1fcf46a59fe64343fe7473556f46.tar.gz vyos-1x-c1b5e0ab118f1fcf46a59fe64343fe7473556f46.zip |
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.
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/snmp/etc.snmpd.conf.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
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 # ######################## |