Question
My environment has a machine with its own SNMP setup. How do I add my own MIBs to an OP5 Monitor server?
Answer
- Compile your MIBs using a MIB compiler;
- Place the compiled MIB file into /usr/share/snmp/mibs/
- Create the file /etc/snmp/snmp.conf if it does not already exist
- Place the following line into the file, which will force the SNMP daemon to parse the MIB stack:
mibs +ALL
- Restart the SNMP daemon to be safe.
Comments
0 comments
Please sign in to leave a comment.