Changeset 663
- Timestamp:
- 01/25/05 20:14:25 (7 years ago)
- Files:
-
- trunk/ChangeLog (modified) (1 diff, 1 prop)
- trunk/munin-doc-base.html (modified) (1 diff, 1 prop)
- trunk/munin-faq-base.html (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
- Property cvs2svn:cvs-rev changed from 1.271 to 1.272
r657 r663 17 17 * Plugins: Plugin generic/squid_cache now handles multiple caches 18 18 (Deb#288579). 19 * Docs: Documented minimum requirements for use of graph_sums (SF#1109040). 19 20 20 21 munin (1.3.0) trunk/munin-doc-base.html
- Property cvs2svn:cvs-rev changed from 1.20 to 1.21
r625 r663 59 59 <dt><code>graph_scale</code><dd>Default on. If set, enables scaling of awg/min/max/cur values.</dd> 60 60 <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> 61 62 <dt><code>graph</code><dd>Set to "yes" or "no". Decides wether to draw the graph. Defaults to "yes".</dd> 62 63 <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 246 246 </p> 247 247 248 <h3>Q: I added the graph_sums option, bug I only get one new graph (instead of two).</h3> 249 <p> 250 The graph_sums option require that rrdtool version 1.0.39 or above is installed. 251 </p> 252 248 253 <h2>3. Client plugins</h2> 249 254 <h3>Q: What is the minimum requirements of a client plugin?</h3>
