otp_mib

Langue: en

Version: 168475 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

MODULE

otp_mib - Handles the OTP-MIB

DESCRIPTION

The SNMP application should be used to start an SNMP agent. Then the API functions below can be used to load/unload the OTP-MIB into/from the agent. The instrumentation of the OTP-MIB uses Mnesia, hence Mnesia must be started prior to loading the OTP-MIB.

EXPORTS

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

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

Loads the OTP-MIB.

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

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

Unloads the OTP-MIB.

SEE ALSO

snmp(3)