]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Update hooks-stat-cmds.xml
authorSuzanne Goldlust <sgoldlust@isc.org>
Thu, 10 Jan 2019 18:37:36 +0000 (13:37 -0500)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 28 Feb 2019 14:52:13 +0000 (15:52 +0100)
doc/guide/hooks-stat-cmds.xml

index 18002dbccf7867e3e24b31edae4284a6dcd9098a..271d79b722d75454b7d09c9776fcd8fb657c422f 100644 (file)
@@ -1,7 +1,7 @@
 <section xml:id="hooks-stat-cmds">
   <title>stat_cmds: Supplemental Statistics Commands</title>
   <para>
-    This library provides additional statistics commands for
+    This library provides additional commands for
     retrieving lease statistics from Kea DHCP servers. These commands
     were added to address an issue with obtaining accurate lease
     statistics in deployments running multiple Kea servers that use a
@@ -9,7 +9,7 @@
     servers only track lease changes made by that server; thus, in a
     deployment with multiple servers (e.g. two kea-dhcp6 servers using the
     same PostgreSQL database for lease storage), these statistics are incomplete.
-    The MySQL and PostgreSQL backends were modified in Kea to track
+    The MySQL and PostgreSQL backends in Kea track
     lease allocation changes as they occur via database triggers. Additionally,
     all four lease backends were extended to support retrieving lease
     statistics for all subnets, a single subnet, or a range of subnets.