1os_mon_mib(3)              Erlang Module Definition              os_mon_mib(3)
2
3
4

NAME

6       os_mon_mib - Loading and Unloading of OTP-OS-MON-MIB
7

DESCRIPTION

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
13   Warning:
14       This  module  has  been  deprecated  and  will  be removed in a furture
15       release.
16
17

EXPORTS

19       load(Agent) -> ok | {error, Reason}
20
21              Types:
22
23                 Agent = pid() | atom()
24                 Reason = term()
25
26              Loads the OTP-OS-MON-MIB.
27
28       unload(Agent) -> ok | {error, Reason}
29
30              Types:
31
32                 Agent = pid() | atom()
33                 Reason = term()
34
35              Unloads the OTP-OS-MON-MIB.
36

SEE ALSO

38       os_mon(6), snmp(3)
39
40
41
42Ericsson AB                      os_mon 2.4.7                    os_mon_mib(3)
Impressum