1os_mon_mib(3) Erlang Module Definition os_mon_mib(3)
2
3
4
6 os_mon_mib - Loading and Unloading of OTP-OS-MON-MIB
7
9 Functions for loading and unloading the OTP-OS-MON-MIB into/from an
10 SNMP agent. The instrumentation of the OTP-OS-MON-MIB uses Mnesia,
11 hence Mnesia must be started prior to loading the OTP-OS-MON-MIB.
12
14 load(Agent) -> ok | {error, Reason}
15
16 Types:
17
18 Agent = pid() | atom()
19 Reason = term()
20
21 Loads the OTP-OS-MON-MIB.
22
23 unload(Agent) -> ok | {error, Reason}
24
25 Types:
26
27 Agent = pid() | atom()
28 Reason = term()
29
30 Unloads the OTP-OS-MON-MIB.
31
33 os_mon(6), snmp(3)
34
35
36
37Ericsson AB os_mon 2.4.4 os_mon_mib(3)