INN commit: branches/2.5/samples (innreport.conf.in)

INN Commit rra at isc.org
Tue Mar 16 19:52:27 UTC 2010


    Date: Tuesday, March 16, 2010 @ 12:52:27
  Author: iulius
Revision: 9010

Better report with innreport:  NoCeM notices with only bad
messages will now be shown, innxmit feeds with no accepted
articles will also be shown, as well as news readers which
never read any article (for instance those that only post).

Modified:
  branches/2.5/samples/innreport.conf.in

-------------------+
 innreport.conf.in |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: innreport.conf.in
===================================================================
--- innreport.conf.in	2010-03-16 19:52:12 UTC (rev 9009)
+++ innreport.conf.in	2010-03-16 19:52:27 UTC (rev 9010)
@@ -1057,8 +1057,8 @@
 
 section nocem {
         title   "NoCeM on Spool:";
-	data    "%nocem_goodsigs";
-	sort    "$nocem_goodsigs{$b} <=> $nocem_goodsigs{$a}";
+        data    "%nocem_totalids";
+        sort    "$nocem_goodsigs{$b} <=> $nocem_goodsigs{$a}";
 	column {
 		name		"Id";
                	format		"%-47.47s";
@@ -1699,7 +1699,7 @@
 
 section innxmit_volume {
 	title	"Outgoing Feeds (innxmit) by Volume:";
-	data	"%innxmit_accepted_size";
+        data    "%innxmit_times";
 	sort	"$innxmit_accepted_size{$b} <=> $innxmit_accepted_size{$a}";
 	numbering true;
 	column {
@@ -2072,8 +2072,8 @@
 
 section nnrpd_groups {
         title   "NNRP readership statistics:";
-	data    "%nnrpd_articles";
-	sort    "$nnrpd_articles{$b} <=> $nnrpd_articles{$a}";
+        data    "%nnrpd_connect";
+        sort    "$nnrpd_articles{$b} <=> $nnrpd_articles{$a}";
 	numbering true;
         column {
                 name          "System";




More information about the inn-committers mailing list