INN commit: trunk/samples (innreport.conf.in)

INN Commit rra at isc.org
Tue Mar 16 19:35:34 UTC 2010


    Date: Tuesday, March 16, 2010 @ 12:35:34
  Author: iulius
Revision: 9003

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:
  trunk/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:30:42 UTC (rev 9002)
+++ innreport.conf.in	2010-03-16 19:35:34 UTC (rev 9003)
@@ -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