table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.5+dfsg-1
- unstable 1:21.2.6+dfsg-1
os_mon_mib(3erl) | Erlang Module Definition | os_mon_mib(3erl) |
NAME¶
os_mon_mib - Loading and Unloading of OTP-OS-MON-MIBDESCRIPTION¶
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(7), snmp(3erl)os_mon 2.3 | Ericsson AB |