Changeset 667

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

Improved graph_title of generic/postfix_* (Deb#292083).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    • Property cvs2svn:cvs-rev changed from 1.273 to 1.274
    r665 r667  
    1717  * Plugins: Plugin generic/squid_cache now handles multiple caches 
    1818    (Deb#288579). 
     19  * Plugin: Improved graph_title of generic/postfix_* (Deb#292083). 
    1920  * Installation: Make the single python plugin use @@PYTHON@@ again. 
    2021  * Docs: Documented minimum requirements for use of graph_sums (SF#1109040). 
  • trunk/node/node.d/postfix_mailstats.in

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r638 r667  
    1616# 
    1717# $Log$ 
     18# Revision 1.8  2005/01/25 20:23:36  jimmyo 
     19# Improved graph_title of generic/postfix_* (Deb#292083). 
     20# 
    1821# Revision 1.7  2005/01/24 19:43:26  jimmyo 
    1922# Changed default log for generic/postfix_mailstats from syslog to mail.log. Downgraded it from auto to manual. 
     
    171174if ( $ARGV[0] and $ARGV[0] eq "config" ) 
    172175{ 
    173     print "graph_title Postfix mail throughput\n"; 
     176    print "graph_title Postfix message throughput\n"; 
    174177    print "graph_args --base 1000 -l 0\n"; 
    175178    print "graph_vlabel mails / \${graph_period}\n"; 
  • trunk/node/node.d/postfix_mailvolume.in

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r559 r667  
    1616# 
    1717# $Log$ 
     18# Revision 1.7  2005/01/25 20:23:37  jimmyo 
     19# Improved graph_title of generic/postfix_* (Deb#292083). 
     20# 
    1821# Revision 1.6  2004/12/10 18:51:43  jimmyo 
    1922# linux/apt* has been forced to LANG=C, to get predictable output. 
     
    154157if ( $ARGV[0] and $ARGV[0] eq "config" ) 
    155158{ 
    156     print "graph_title Postfix mail throughput\n"; 
     159    print "graph_title Postfix bytes throughput\n"; 
    157160    print "graph_args --base 1000 -l 0\n"; 
    158161    print "graph_vlabel bytes / \${graph_period}\n";