[Ericsson AB]

os_mon_mib

MODULE

os_mon_mib

MODULE SUMMARY

Handles the OTP-OS-MON-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-OS-MON-MIB into/from the 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()

Load the OTP-OS-MON-MIB.

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

Types:

Agent - pid() | atom()
Reason - term()

Unload the OTP-OS-MON-MIB.

See Also

snmp(3)

AUTHORS

Ingela Anderton Andin - support@erlang.ericsson.se

os_mon 1.7.1
Copyright © 1991-2004 Ericsson AB