Changeset 670
- Timestamp:
- 01/25/05 21:26:21 (7 years ago)
- Files:
-
- trunk/ChangeLog (modified) (1 diff, 1 prop)
- trunk/node/node.d/postfix_mailvolume.in (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
- Property cvs2svn:cvs-rev changed from 1.274 to 1.275
r667 r670 17 17 * Plugins: Plugin generic/squid_cache now handles multiple caches 18 18 (Deb#288579). 19 * Plugin: Improved graph_title of generic/postfix_* (Deb#292083). 19 * Plugins: Improved graph_title of generic/postfix_* (Deb#292083). 20 * Plugins: Turn on graph_scale for generic/postfix_mailvolume. 20 21 * Installation: Make the single python plugin use @@PYTHON@@ again. 21 22 * Docs: Documented minimum requirements for use of graph_sums (SF#1109040). trunk/node/node.d/postfix_mailvolume.in
- Property cvs2svn:cvs-rev changed from 1.7 to 1.8
r667 r670 16 16 # 17 17 # $Log$ 18 # Revision 1.8 2005/01/25 20:26:21 jimmyo 19 # Turn on graph_scale for generic/postfix_mailvolume. 20 # 18 21 # Revision 1.7 2005/01/25 20:23:37 jimmyo 19 22 # Improved graph_title of generic/postfix_* (Deb#292083). … … 160 163 print "graph_args --base 1000 -l 0\n"; 161 164 print "graph_vlabel bytes / \${graph_period}\n"; 162 print "graph_scale no\n";165 print "graph_scale yes\n"; 163 166 print "graph_category postfix\n"; 164 167 print "volume.label throughput\n";
