table of contents
other versions
- wheezy 1:15.b.1-dfsg-4+deb7u1
- wheezy-backports 1:17.3-dfsg-4~bpo70+1
- jessie 1:17.3-dfsg-4+deb8u1
- jessie-backports 1:19.2.1+dfsg-2~bpo8+1
- testing 1:19.2.1+dfsg-2
- unstable 1:19.2.1+dfsg-2
- experimental 1:19.3.1+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.EXPORTS¶
load(Agent) -> ok | {error, Reason}
Types:
Agent = pid() | atom()
Reason = term()
Loads the OTP-MIB.
Types:
Agent = pid() | atom()
Reason = term()
Unloads the OTP-MIB.
SEE ALSO¶
snmp(3erl)otp_mibs 1.0.7 | Ericsson AB |