From 3bbf0771757ebdd77a4d645e86e827f58067a28c Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 30 Sep 2011 09:31:45 +0000
Subject: [PATCH] First crack at an index, added xml:id attributes for link ends

---
 opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml |   27 ++++++++++++++++++---------
 1 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml b/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml
index 22756d2..db9713a 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml
@@ -30,16 +30,18 @@
  xmlns:xlink='http://www.w3.org/1999/xlink'
  xmlns:xinclude='http://www.w3.org/2001/XInclude'>
  <title>Monitoring Servers</title>
-
+ 
  <para>This chapter describes the monitoring capabilities that OpenDJ
  implements, and shows how to configure them.</para>
  
+ <indexterm><primary>Monitoring</primary></indexterm>
+ 
  <para>OpenDJ Control Panel provides basic monitoring capabilities under
  Monitoring &gt; Connection Handler, Monitoring &gt; Connection Handler, and
  Monitoring &gt; Manage Tasks. This chapter covers the other options for
  monitoring OpenDJ.</para>
-
- <section>
+ 
+ <section xml:id="ldap-monitoring">
   <title>LDAP-Based Monitoring</title>
   
   <para>OpenDJ exposes monitoring information over LDAP under the entry
@@ -74,8 +76,9 @@
   to limit read access under <literal>cn=monitor</literal>.</para>
  </section>
 
- <section>
+ <section xml:id="snmp-monitoring">
   <title>SNMP-Based Monitoring</title>
+  <indexterm><primary>SNMP</primary></indexterm>
   
   <para>OpenDJ lets you monitor the server over the Simple Network Management
   Protocol (SNMP), with support for the Management Information Base described
@@ -95,8 +98,9 @@
  --set opendmk-jarfile:<replaceable>OpenDMK-install-dir</replaceable>/lib/jdmkrt.jar</screen>
  </section>
 
- <section>
+ <section xml:id="jmx-monitoring">
   <title>JMX-Based Monitoring</title>
+  <indexterm><primary>JMX</primary></indexterm>
   
   <para>OpenDJ provides Java Management eXtensions (JMX) based monitoring. A
   number of tools support JMX, including <command>jconsole</command> and
@@ -127,7 +131,7 @@
 $ jvisualvm --openpid 3363 &amp;</screen>
  </section>
 
- <section>
+ <section xml:id="monitoring-status-and-tasks">
   <title>Server Operation &amp; Tasks</title>
   
   <para>OpenDJ comes with two commands for monitoring server processes and
@@ -179,8 +183,13 @@
   example-20110623030000000  Backup  Waiting on start time</screen>
  </section>
 
- <section>
+ <section xml:id="logging">
   <title>Server Logs</title>
+  <indexterm><primary>Logs</primary></indexterm>
+  <indexterm>
+   <primary>Replication</primary>
+   <secondary>Log</secondary>
+  </indexterm>
   
   <para>By default OpenDJ stores access and errors logs as well as a
   server process ID file under the <filename>logs/</filename> directory.
@@ -273,8 +282,9 @@
   list-retention-policies</command>.</para>
  </section>
 
- <section>
+ <section xml:id="alert-notifications">
   <title>Alert Notifications</title>
+  <indexterm><primary>Alerts</primary></indexterm>
   
   <para>OpenDJ can send alerts to provide notifications of significant server
   events. Yet alert notifications are not enabled by default. You can use
@@ -299,4 +309,3 @@
  --set sender-address:opendj@example.com -X -n</screen>
  </section>
 </chapter>
-

--
Gitblit v1.10.0