Changeset 230

Show
Ignore:
Timestamp:
06/16/04 22:56:30 (8 years ago)
Author:
jimmyo
Message:

Minor documentation bugfix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0-stable/ChangeLog

    • Property cvs2svn:cvs-rev changed from 1.79.2.2 to 1.79.2.3
    r223 r230  
     1munin (work) 
     2 
     3  * Minor documentation bugfix. 
     4 
    15munin (1.0.0) 
    26 
  • branches/1.0-stable/munin-doc-base.html

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.7.2.1
    r88 r230  
    6363<dt><code>{name}.draw</code><dd>What to draw from the data source: AREA, LINE1-3. Defaults to LINE2.</dd> 
    6464<dt><code>{name}.graph</code><dd>Set to "no" or "yes. Decides wether to graph the data source. Defaults to yes.</dd> 
    65 <dt><code>{name}.max</code><dd>Maximum value. If the fetched value is below "max", it will be discarded.</dd> 
     65<dt><code>{name}.max</code><dd>Maximum value. If the fetched value is above "max", it will be discarded.</dd> 
    6666<dt><code>{name}.min</code><dd>Minimum value. If the fetched value is below "min", it will be discarded.</dd> 
    6767<dt><code>{name}.negative</code><dd>Name of field to 'mirror' on the opposite side of zero. See the FAQ for examples.</dd>