]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#85,!142] Added stat_cmds to the list of available hooks.
authorMarcin Siodelski <marcin@isc.org>
Tue, 27 Nov 2018 13:40:34 +0000 (14:40 +0100)
committerMarcin Siodelski <marcin@isc.org>
Tue, 27 Nov 2018 15:23:04 +0000 (10:23 -0500)
doc/guide/hooks.xml

index c8d18e825ffc1cbf56fffcd3bbe0c0f26a70a066..495021fbce1c18a663766ae4c7ea6dec80f2db1e 100644 (file)
@@ -511,6 +511,29 @@ $ <userinput>ls -l /usr/local/lib/hooks/*.so</userinput>
               for Kea DHCP servers.
               </entry>
             </row>
+            <row>
+              <entry>Statistics Commands</entry>
+              <entry>Kea sources</entry>
+              <entry>Kea 1.4.0</entry>
+              <entry>
+                <simplelist>
+                  <member>kea-dhcp4</member>
+                  <member>kea-dhcp6</member>
+                </simplelist>
+              </entry>
+              <entry>
+                The Statistics Commands library provides additional commmands for
+                retrieving accurate DHCP lease statistics for the Kea DHCP servers
+                instances sharing the same lease database. This setup is common
+                in deployments where DHCP service redundancy is required and shared
+                lease database is used to avoid lease data replication between the
+                DHCP servers. Kea 1.4.0 release introduced the feature which allows
+                for tracking lease allocations on the database level, thus making
+                statistics accessible to all connected DHCP servers. The Statistics
+                Commands hooks library utilizes this feature and returns lease
+                statistics for all subnets respectively.
+              </entry>
+            </row>
             <row>
               <entry>Radius</entry>
               <entry>Support customers</entry>
@@ -2543,12 +2566,12 @@ both the command and the response.
     <!-- section high-availability-library -->
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hooks-ha.xml"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hooks-stat-cmds.xml"/>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hooks-radius.xml"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hooks-host-cache.xml"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hooks-stat-cmds.xml"/>
-
   </section>
 
     <section xml:id="user-context">