aboutsummaryrefslogtreecommitdiffstats
path: root/lib/os_mon/doc/src/os_mon_app.xml
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2018-11-01 14:38:21 +0100
committerMicael Karlberg <[email protected]>2018-11-01 14:38:21 +0100
commitf052c5a50e2bfcf68be7707723cd6eb2f29a8e4a (patch)
tree8064fde2b8400da7556c1a8c07961c64e3c46ff6 /lib/os_mon/doc/src/os_mon_app.xml
parenta1dd7f04877057442a96fe25c4ea983461a4b266 (diff)
parenta5941de7c377039a110417488cb526d3d3ff0843 (diff)
downloadotp-f052c5a50e2bfcf68be7707723cd6eb2f29a8e4a.tar.gz
otp-f052c5a50e2bfcf68be7707723cd6eb2f29a8e4a.tar.bz2
otp-f052c5a50e2bfcf68be7707723cd6eb2f29a8e4a.zip
Merge branch 'bmk/20180927/remove_otp_mibs2/OTP-14984'
Diffstat (limited to 'lib/os_mon/doc/src/os_mon_app.xml')
-rw-r--r--lib/os_mon/doc/src/os_mon_app.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/lib/os_mon/doc/src/os_mon_app.xml b/lib/os_mon/doc/src/os_mon_app.xml
index 99492a2021..c77a9d0411 100644
--- a/lib/os_mon/doc/src/os_mon_app.xml
+++ b/lib/os_mon/doc/src/os_mon_app.xml
@@ -88,33 +88,6 @@
</section>
<section>
- <title>SNMP MIBs</title>
- <p>The following MIBs are defined in OS_Mon:</p>
- <taglist>
- <tag>OTP-OS-MON-MIB</tag>
- <item>
- <p>This MIB contains objects for instrumentation of disk,
- memory and CPU usage of the nodes in the system.</p>
- </item>
- </taglist>
- <p>The MIB is stored in the <c>mibs</c> directory. It is defined
- in SNMPv2 SMI syntax. An SNMPv1 version of the MIB is delivered
- in the <c>mibs/v1</c> directory.</p>
- <p>The compiled MIB is located under <c>priv/mibs</c>, and
- the generated <c>.hrl</c> file under the <c>include</c> directory.
- To compile a MIB that IMPORTS the <c>OTP-OS-MON-MIB</c>, give
- the option <c>{il, ["os_mon/priv/mibs"]}</c> to the MIB compiler.</p>
- <p>If the MIB should be used in a system, it should be loaded into
- an agent with a call to <c>os_mon_mib:load(Agent)</c>, where
- <c>Agent</c> is the pid or registered name of an SNMP agent. Use
- <c>os_mon_mib:unload(Agent)</c> to unload the MIB.
- The implementation of this MIB uses Mnesia to store a cache with
- data needed, which implicates that Mnesia must be up and running.
- The MIB also use functions defined for the <c>OTP-MIB</c>, thus
- that MIB must be loaded as well.</p>
- </section>
-
- <section>
<title>See Also</title>
<p><seealso marker="cpu_sup">cpu_sup(3)</seealso>,
<seealso marker="disksup">disksup(3)</seealso>,