diff --git a/bin/stats.sh b/bin/stats.sh index 3625066b..b161eea5 100755 --- a/bin/stats.sh +++ b/bin/stats.sh @@ -18,10 +18,13 @@ generate_index() {
summary
-
hours
+
summary
+
hours
+
hours
days
+
days
months
-
top10
+
months
@@ -33,7 +36,6 @@ generate_index() { generate_index > "$output"/index.html #fi -for type in hours days months top10 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 -