From 09c2892518ff1ad120af230b7a695ef1b7637ac8 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 2 Mar 2011 18:00:59 +0000 Subject: [PATCH] think this is what's necessary to generate report data for our combined serviceids --- FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm b/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm index dc6cb8f93..f436e3bb9 100644 --- a/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm +++ b/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm @@ -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'); } } -- 2.11.0