1otp_mib(3) Erlang Module Definition otp_mib(3)
2
3
4
6 otp_mib - Handles the OTP-MIB
7
9 The SNMP application should be used to start an SNMP agent. Then the
10 API functions below can be used to load/unload the OTP-MIB into/from
11 the agent. The instrumentation of the OTP-MIB uses Mnesia, hence Mnesia
12 must be started prior to loading the OTP-MIB.
13
14 Warning:
15 This application has been deprecated and will be removed in a furture
16 release.
17
18
20 load(Agent) -> ok | {error, Reason}
21
22 Types:
23
24 Agent = pid() | atom()
25 Reason = term()
26
27 Loads the OTP-MIB.
28
29 unload(Agent) -> ok | {error, Reason}
30
31 Types:
32
33 Agent = pid() | atom()
34 Reason = term()
35
36 Unloads the OTP-MIB.
37
39 snmp(3)
40
41
42
43Ericsson AB otp_mibs 1.2.1 otp_mib(3)