os_mon_mib(3erl) | Erlang Module Definition | os_mon_mib(3erl) |
os_mon_mib - Loading and Unloading of OTP-OS-MON-MIB
Functions for loading and unloading the OTP-OS-MON-MIB into/from an SNMP agent. The instrumentation of the OTP-OS-MON-MIB uses Mnesia, hence Mnesia must be started prior to loading the OTP-OS-MON-MIB.
load(Agent) -> ok | {error, Reason}
Types:
Loads the OTP-OS-MON-MIB.
unload(Agent) -> ok | {error, Reason}
Types:
Unloads the OTP-OS-MON-MIB.
os_mon 2.4.7 | Ericsson AB |