added top to stats

This commit is contained in:
Johannes Findeisen 2020-03-17 22:25:48 +01:00
commit 4322b9cb0e

View file

@ -32,6 +32,6 @@ generate_index() {
generate_index > "$output"/index.html
#fi
for type in hours days months summary hsummary vsummary; do
for type in hours days top months summary hsummary vsummary; do
vnstati --${type} -i $nic -o $output/${type}.png
done