From 571f8940464eff25b86a03901a5edb3b89eae8d6 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 9 Jan 2020 19:33:27 +0100 Subject: [PATCH] stats fix --- bin/stats.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/stats.sh b/bin/stats.sh index 3625066b..a5036279 100755 --- a/bin/stats.sh +++ b/bin/stats.sh @@ -33,7 +33,7 @@ generate_index() { generate_index > "$output"/index.html #fi -for type in hours days months top10 summary hsummary vsummary; do +for type in hours days months summary hsummary vsummary; do vnstati --${type} -i $nic -o $output/${type}.png done - +vnstati --top 10 -i $nic -o $output/top10.png