bundlewrap/bundles/vnstat/files/generate-vnstati
Franzi 7d78ac9db8
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/vnstat: add flag to generate statistics images, add to home.router
2020-11-16 17:07:05 +01:00

15 lines
283 B
Bash

#!/bin/bash
TARGET=$1
if [[ -z "$TARGET" ]]
then
echo "Usage: $0 <TARGET_DIR>"
exit 1
fi
vnstati --output "$TARGET/daily.png" --days
vnstati --output "$TARGET/monthly.png" --months
vnstati --output "$TARGET/yearly.png" --years
vnstati --output "$TARGET/top10.png" --top10