mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
27.57.2012 7078569224fabf60cb23c0b1438f03ce69ba1216
Adjust for review comments from Miroslav

Basically, we found the subtree root for snmpwalk to be different for him and for me.
I see SNMPv2-SMI::mib-2, he sees iso.3.6.1.

In either case the main point is that you get something that tells you the listen-port is working.
1 files modified
19 ■■■■ changed files
opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml 19 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml
@@ -121,11 +121,20 @@
 --set listen-port:11161
 --set trap-port:11162
 --trustAll
 --no-prompt
$ stop-ds --restart
...
$ snmpwalk -v 2c -c OpenDJ@OpenDJ localhost:11161 mib-2.66.1.1.2.1
SNMPv2-SMI::mib-2.66.1.1.2.1 = STRING: "/path/to/OpenDJ"</screen>
 --no-prompt</screen>
  <para>Restart OpenDJ to make sure the port number changes are taken into
  account.</para>
  <screen>$ stop-ds --restart</screen>
  <para>Use a command such as <command>snmpwalk</command> to check that the
  SNMP listen port works.</para>
  <screen>$ snmpwalk -v 2c -c OpenDJ@OpenDJ localhost:11161
SNMPv2-SMI::mib-2.66.1.1.1.1 = STRING: "OpenDJ <?eval ${docTargetVersion}?>..."
SNMPv2-SMI::mib-2.66.1.1.2.1 = STRING: "/path/to/OpenDJ"
...</screen>
 </section>
 <section xml:id="jmx-monitoring">