Changeset 663

Show
Ignore:
Timestamp:
01/25/05 20:14:25 (7 years ago)
Author:
jimmyo
Message:

Documented minimum requirements for use of graph_sums (SF#1109040).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    • Property cvs2svn:cvs-rev changed from 1.271 to 1.272
    r657 r663  
    1717  * Plugins: Plugin generic/squid_cache now handles multiple caches 
    1818    (Deb#288579). 
     19  * Docs: Documented minimum requirements for use of graph_sums (SF#1109040). 
    1920 
    2021munin (1.3.0) 
  • trunk/munin-doc-base.html

    • Property cvs2svn:cvs-rev changed from 1.20 to 1.21
    r625 r663  
    5959<dt><code>graph_scale</code><dd>Default on. If set, enables scaling of awg/min/max/cur values.</dd> 
    6060<dt><code>graph_period</code><dd>Default "second". Set to "minute" to scale (almost) all graphs that are COUNTER or DERIVE based, to show data per minute instead of per second.</dd> 
     61<dt><code>graph_sums</code><dd>Creates two additional graphs for services using COUNTER or DERIVE fields. The new graphs show values per hour and day. NOTE: This feature requires rrdtool version 1.0.39 or above.</dd> 
    6162<dt><code>graph</code><dd>Set to "yes" or "no". Decides wether to draw the graph. Defaults to "yes".</dd> 
    6263<dt><code>update</code><dd>Set to "yes" or "no". Decides wether munin-update should fetch data for the graph. Defaults to "yes".</dd> 
  • trunk/munin-faq-base.html

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r167 r663  
    246246</p> 
    247247 
     248<h3>Q: I added the graph_sums option, bug I only get one new graph (instead of two).</h3> 
     249<p> 
     250The graph_sums option require that rrdtool version 1.0.39 or above is installed. 
     251</p> 
     252 
    248253<h2>3. Client plugins</h2> 
    249254<h3>Q: What is the minimum requirements of a client plugin?</h3>