savoirfairelinux / mod-booster-snmp

Shinken module for boosting SNMP connections
GNU Affero General Public License v3.0
3 stars 9 forks source link

FIX: don't asking the same OID in multiple request #23

Open VinceTT opened 6 years ago

VinceTT commented 6 years ago

There is problem If the prepare_oids function split same OID in different request. That is my case with gendevconfig and triggers for interface IfSpeed. I don't know Python but there’s a first time for everything.