question about SNMP MIB file

末鹿安然 提交于 2019-12-11 07:34:55

问题


i wanna know how can i create a new customize MIB file ? i wanna create a MIB file and use it in LINUX that with this mib i wanna monitor an application

please help me

thanks


回答1:


MIB files are created in a simple text editor (following the rules for SMIv2). Then you'll need to turn it into code, modify the code to suit your data, compile it into an agent and run the agent. Then you can use a management application to request the data from the agent.

Net-SNMP is the most popular linux stack for linux, so you might start with it's tutorials at http://www.net-snmp.org/tutorial/



来源:https://stackoverflow.com/questions/3906916/question-about-snmp-mib-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!