Changeset 7291ddf9550019c8f986d944636ba693b5c05b17
- Timestamp:
- 04/19/11 01:36:51 (7 years ago)
- git-parent:
[69c4c699ba62a8a9245115601f9c6ea80bf39e36], [4a5b2f2c9dddb991a084bc3fc4ed37d3da07b28b]
- Files:
-
- docs/config/modules/httptrap.xml (modified) (1 diff)
- src/modules/httptrap.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
docs/config/modules/httptrap.xml
rb98abc5 r4a5b2f2 78 78 </varlistentry> 79 79 </variablelist> 80 <variablelist> 81 <varlistentry> 82 <term>secret</term> 83 <listitem> 84 <variablelist> 85 <varlistentry> 86 <term>required</term> 87 <listitem> 88 <para>optional</para> 89 </listitem> 90 </varlistentry> 91 <varlistentry> 92 <term>default</term> 93 <listitem> 94 <para/> 95 </listitem> 96 </varlistentry> 97 <varlistentry> 98 <term>allowed</term> 99 <listitem> 100 <para>.+</para> 101 </listitem> 102 </varlistentry> 103 </variablelist> 104 <para>Specify the secret with which metrics may be submitted.</para> 105 </listitem> 106 </varlistentry> 107 </variablelist> 80 108 </section> 81 109 <example> src/modules/httptrap.xml
rb98abc5 r4a5b2f2 15 15 default="true" 16 16 allowed="(?:true|on|false|off)">Specify whether httptrap metrics are logged immediately or help until the status message is to be emitted.</parameter> 17 <parameter name="secret" 18 required="optional" 19 default="" 20 allowed=".+">Specify the secret with which metrics may be submitted.</parameter> 17 21 </checkconfig> 18 22 <examples>