os_mon_mib

os_mon_mib

Module

os_mon_mib

Module summary

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

© 2010–2017 Ericsson AB
Licensed under the Apache License, Version 2.0.

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部