.TH os_mon_mib 3erl "os_mon 2.4.7" "Ericsson AB" "Erlang Module Definition" .SH NAME os_mon_mib \- Loading and Unloading of OTP-OS-MON-MIB .SH DESCRIPTION .LP 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\&. .LP .RS -4 .B Warning: .RE This module has been deprecated and will be removed in a furture release\&. .SH EXPORTS .LP .B load(Agent) -> ok | {error, Reason} .br .RS .LP Types: .RS 3 Agent = pid() | atom() .br Reason = term() .br .RE .RE .RS .LP Loads the OTP-OS-MON-MIB\&. .RE .LP .B unload(Agent) -> ok | {error, Reason} .br .RS .LP Types: .RS 3 Agent = pid() | atom() .br Reason = term() .br .RE .RE .RS .LP Unloads the OTP-OS-MON-MIB\&. .RE .SH "SEE ALSO" .LP \fBos_mon(7)\fR\&, \fBsnmp(3erl)\fR\&