DESCRIPTION
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.
EXPORTS
load(Agent) -> ok | {error, Reason}
-
Types:
-
Agent = pid() | atom()
Reason = term()
-
Agent = pid() | atom()
-
Loads the OTP-OS-MON-MIB.
unload(Agent) -> ok | {error, Reason}
-
Types:
-
Agent = pid() | atom()
Reason = term()
-
Agent = pid() | atom()
-
Unloads the OTP-OS-MON-MIB.