Changeset 670

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

Turn on graph_scale for generic/postfix_mailvolume.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    • Property cvs2svn:cvs-rev changed from 1.274 to 1.275
    r667 r670  
    1717  * Plugins: Plugin generic/squid_cache now handles multiple caches 
    1818    (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. 
    2021  * Installation: Make the single python plugin use @@PYTHON@@ again. 
    2122  * 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  
    1616# 
    1717# $Log$ 
     18# Revision 1.8  2005/01/25 20:26:21  jimmyo 
     19# Turn on graph_scale for generic/postfix_mailvolume. 
     20# 
    1821# Revision 1.7  2005/01/25 20:23:37  jimmyo 
    1922# Improved graph_title of generic/postfix_* (Deb#292083). 
     
    160163    print "graph_args --base 1000 -l 0\n"; 
    161164    print "graph_vlabel bytes / \${graph_period}\n"; 
    162     print "graph_scale  no\n"; 
     165    print "graph_scale  yes\n"; 
    163166    print "graph_category  postfix\n"; 
    164167    print "volume.label throughput\n";