think this is what's necessary to generate report data for our combined serviceids
authorivan <ivan>
Wed, 2 Mar 2011 18:00:59 +0000 (18:00 +0000)
committerivan <ivan>
Wed, 2 Mar 2011 18:00:59 +0000 (18:00 +0000)
FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm

index dc6cb8f..f436e3b 100644 (file)
@@ -144,7 +144,7 @@ sub report {
     if ($m == 0) { $m=12; $y-- }
     #i should have better error checking
     system('torrus', 'report', '--report=MonthlyUsage', "--date=$y-$m-01");
-    system('torrus', 'report', '--genhtml', '--tree=main');
+    system('torrus', 'report', '--genhtml', '--all2tree=main');
   }
 
 }