Changeset 76bc8e8991f5ed9e8336b0130c92de4d48def93c
- Timestamp:
- 06/06/12 18:40:10
(1 year ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1339008010 -0400
- git-parent:
[ed271b26d31bd852807033fd23086db565b6106b]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1339008010 -0400
- Message:
fix ntp default port in docs and do sweeping docs update
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc4bfda4 |
r76bc8e8 |
|
| 36 | 36 | <term>default</term> |
|---|
| 37 | 37 | <listitem> |
|---|
| 38 | | <para>^123$</para> |
|---|
| | 38 | <para>123</para> |
|---|
| 39 | 39 | </listitem> |
|---|
| 40 | 40 | </varlistentry> |
|---|
| ra64139d |
r76bc8e8 |
|
| 114 | 114 | <term>required</term> |
|---|
| 115 | 115 | <listitem> |
|---|
| 116 | | <para>required</para> |
|---|
| 117 | | </listitem> |
|---|
| 118 | | </varlistentry> |
|---|
| 119 | | <varlistentry> |
|---|
| 120 | | <term>allowed</term> |
|---|
| 121 | | <listitem> |
|---|
| 122 | | <para>.+</para> |
|---|
| 123 | | </listitem> |
|---|
| 124 | | </varlistentry> |
|---|
| 125 | | </variablelist> |
|---|
| 126 | | <para>Specifies the envelope recipient.</para> |
|---|
| | 116 | <para>optional</para> |
|---|
| | 117 | </listitem> |
|---|
| | 118 | </varlistentry> |
|---|
| | 119 | <varlistentry> |
|---|
| | 120 | <term>allowed</term> |
|---|
| | 121 | <listitem> |
|---|
| | 122 | <para>.+</para> |
|---|
| | 123 | </listitem> |
|---|
| | 124 | </varlistentry> |
|---|
| | 125 | </variablelist> |
|---|
| | 126 | <para>Specifies the envelope recipient, if blank issue quit.</para> |
|---|
| 127 | 127 | </listitem> |
|---|
| 128 | 128 | </varlistentry> |
|---|
| red271b2 |
r76bc8e8 |
|
| 45 | 45 | <parameter name="port" |
|---|
| 46 | 46 | required="optional" |
|---|
| 47 | | default="^123$" |
|---|
| | 47 | default="123" |
|---|
| 48 | 48 | allowed="\d+">The port to which we will attempt to speak NTP.</parameter> |
|---|
| 49 | 49 | <parameter name="control" |
|---|
| r0563c1f |
r76bc8e8 |
|
| 16 | 16 | required="optional" |
|---|
| 17 | 17 | allowed="^[0-9a-fA-F]{4}(?:[0-9a-fA-F]{4}-){4}[0-9a-fA-F]{12}$">A specific check to which all statsd data will be delegated.</parameter> |
|---|
| 18 | | </checkconfig> |
|---|
| | 18 | </moduleconfig> |
|---|
| 19 | 19 | <examples> |
|---|
| 20 | 20 | <example> |
|---|