-
Notifications
You must be signed in to change notification settings - Fork 814
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[snmp] thread safety fixes for snmp check, improving instance cleanup…
… in network checks. [network] different ports should account for different instances. [snmp] cmdgen is not threadsafe. We need one copy per instance. [snmp] create mib builder on the right cmd_generator. [snmp] don't overwrite cmdgen. [snmp] cache command generators [snmp] if a batch fails partially, try to continue, send correspondig SC level. [snmp] fixing tests - command generator no longer an attribue also, instance key should include port - enforce at the check-level. [network] best effort when it comes to generating the instance_key. [snmp] unique instance names should be enforce at the check level. Be prepared for keys. [snmp] use the instance key as name.
- Loading branch information
1 parent
23b2d65
commit cf4e903
Showing
3 changed files
with
86 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters