]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update raddb/mods-available/stats 2472/head
authorJorge Pereira <jpereira@freeradius.org>
Thu, 7 Feb 2019 20:54:27 +0000 (18:54 -0200)
committerJorge Pereira <jpereira@freeradius.org>
Thu, 7 Feb 2019 20:54:27 +0000 (18:54 -0200)
raddb/mods-available/stats

index fabeec32a5362df485d51e1797c382e3067f8db8..fd46daa2b19d0702d9feda00280b84cacf0b4efa 100644 (file)
@@ -1,16 +1,31 @@
+# -*- text -*-
 #
-#  The "stats" module tracks RADIUS statistics.
+#  :toc:
 #
-#  It should be listed LAST in any "send ... { }" section.
+#  $Id$
+
+#######################################################################
+#
+#  = Stats Module
+#
+#  The `stats` module tracks RADIUS statistics.
+#
+#  It should be listed LAST in any `send ... { }` section.
 #
-#  When listed in a "send" section, it will increment statistics for
+#  When listed in a `send` section, it will increment statistics for
 #  input / output packets.
 #
-#  When listed in a "recv Status-Server" section, it will add global
-#  server statistics to the packet.  See "dictionary.freeradius", and
-#  the "FreeRADIUS-Stats4" attributes, for a list of which attributes
-#  it adds.
+#  When listed in a `recv Status-Server` section, it will add global
+#  server statistics to the packet. 
+#
+#  See `dictionary.freeradius`, and the `FreeRADIUS-Stats4` attributes,
+#  for a list of which attributes it adds.
+#
+
+#
+#  ## Default instance
 #
+#  This module takes no configuration.
 #
 stats {