Changeset 667
- Timestamp:
- 01/25/05 21:23:37 (7 years ago)
- Files:
-
- trunk/ChangeLog (modified) (1 diff, 1 prop)
- trunk/node/node.d/postfix_mailstats.in (modified) (2 diffs, 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.273 to 1.274
r665 r667 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 20 * Installation: Make the single python plugin use @@PYTHON@@ again. 20 21 * 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 16 16 # 17 17 # $Log$ 18 # Revision 1.8 2005/01/25 20:23:36 jimmyo 19 # Improved graph_title of generic/postfix_* (Deb#292083). 20 # 18 21 # Revision 1.7 2005/01/24 19:43:26 jimmyo 19 22 # Changed default log for generic/postfix_mailstats from syslog to mail.log. Downgraded it from auto to manual. … … 171 174 if ( $ARGV[0] and $ARGV[0] eq "config" ) 172 175 { 173 print "graph_title Postfix m ailthroughput\n";176 print "graph_title Postfix message throughput\n"; 174 177 print "graph_args --base 1000 -l 0\n"; 175 178 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 16 16 # 17 17 # $Log$ 18 # Revision 1.7 2005/01/25 20:23:37 jimmyo 19 # Improved graph_title of generic/postfix_* (Deb#292083). 20 # 18 21 # Revision 1.6 2004/12/10 18:51:43 jimmyo 19 22 # linux/apt* has been forced to LANG=C, to get predictable output. … … 154 157 if ( $ARGV[0] and $ARGV[0] eq "config" ) 155 158 { 156 print "graph_title Postfix mailthroughput\n";159 print "graph_title Postfix bytes throughput\n"; 157 160 print "graph_args --base 1000 -l 0\n"; 158 161 print "graph_vlabel bytes / \${graph_period}\n";
