table of contents
other versions
- buster 1:21.2.6+dfsg-1
otp_mib(3erl) | Erlang Module Definition | otp_mib(3erl) |
NAME¶
otp_mib - Handles the OTP-MIBDESCRIPTION¶
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()
Reason = term()
Loads the OTP-MIB.
unload(Agent) -> ok | {error, Reason}
Types:
Agent = pid() | atom()
Reason = term()
Reason = term()
Unloads the OTP-MIB.
SEE ALSO¶
snmp(3erl)otp_mibs 1.2.1 | Ericsson AB |