diff --git a/bin/stats.sh b/bin/stats.sh index d5cd47fc..b161eea5 100755 --- a/bin/stats.sh +++ b/bin/stats.sh @@ -18,9 +18,13 @@ generate_index() {
summary
+
summary
hours
+
hours
days
+
days
months
+
months
@@ -32,6 +36,6 @@ generate_index() { generate_index > "$output"/index.html #fi -for type in hours days top months summary hsummary vsummary; do +for type in fiveminutes hours hoursgraph days top months years summary hsummary vsummary; do vnstati --${type} -i $nic -o $output/${type}.png done