X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FNetworkMonitoringSystem%2FTorrus_Internal.pm;fp=FS%2FFS%2FNetworkMonitoringSystem%2FTorrus_Internal.pm;h=f436e3bb90e0d930b29b174c9262d6b3fc1704bd;hb=09c2892518ff1ad120af230b7a695ef1b7637ac8;hp=dc6cb8f9356c8d1e6c8249c4223b5adcc018ed38;hpb=2892c79aa0ea90b7be2d28fb51e2ded7e39feb99;p=freeside.git 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'); } }