simonsobs / socs

Simons Observatory specific OCS agents.
BSD 2-Clause "Simplified" License
12 stars 12 forks source link

Remove mibBuilder from MBG-SYNCBOX-N2X-MIB.py #666

Closed davidvng closed 5 months ago

davidvng commented 5 months ago

Description

Removes mibBuilder from MBG-SYNCBOX-N2X-MIB.py which had overwritten the mibBuilder instantiated in snmp.py, thus removing the MIB_SOURCE path added in snmp.py.

Motivation and Context

The Syncbox Agent was failing due to SNMP not being able to find the new MIB. This import at the top of the MIB file was automatically generated from using mibdump.py to convert the ASN1 file to a .py MIB.

How Has This Been Tested?

Tested on Syncbox agent running on daq-dev

Types of changes

Checklist: