summaryrefslogtreecommitdiff
path: root/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm')
-rw-r--r--FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm b/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm
index dc6cb8f..f436e3b 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');
}
}