os_mon_mib.3erl

Langue: en

Autres versions - même langue

Version: 355343 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

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

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()

Loads the OTP-OS-MON-MIB.

unload(Agent) -> ok | {error, Reason}

Types
Agent = pid() | atom()
Reason = term()

Unloads the OTP-OS-MON-MIB.

SEE ALSO

os_mon(6), snmp(3erl)