FreeBSD Manual Pages
otp_mib(3) Erlang Module Definition otp_mib(3) NAME otp_mib - Handles the OTP-MIB DESCRIPTION The SNMP application should be used to start an SNMP agent. Then the API functions below can be used to load/unload the OTP-MIB into/from the agent. The instrumentation of the OTP-MIB uses Mnesia, hence Mnesia must be started prior to loading the OTP-MIB. Warning: This application has been deprecated and will be removed in a furture release. EXPORTS load(Agent) -> ok | {error, Reason} Types: Agent = pid() | atom() Reason = term() Loads the OTP-MIB. unload(Agent) -> ok | {error, Reason} Types: Agent = pid() | atom() Reason = term() Unloads the OTP-MIB. SEE ALSO snmp(3) Ericsson AB otp_mibs 1.2.1 otp_mib(3)
NAME | DESCRIPTION | EXPORTS | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=otp_mib&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>