Updates README.md to disable polling of fat SNMP MIBs

This commit is contained in:
Simone Mainardi 2021-11-08 16:13:38 +01:00 committed by GitHub
parent 30d393c603
commit 39f05b4044
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,3 +37,7 @@ redis-cli set "ntopng.prefs.vpn_debug_enabled" "1"
## [Feature] SNMP. Control the number of pollers to spawn
redis-cli set "ntopng.prefs.snmp.num_pollers" "20"
## [Feature] SNMP. Disables the polling of fat MIBs (e.g., the bridge MIB)
redis-cli set "ntopng.prefs.snmp.disable_fat_mibs_polling" "1"