bundles/vnstat: adjust vnstati calls for debian bullseye
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
69279ba34f
commit
26c2be07cf
6 changed files with 39 additions and 33 deletions
|
@ -8,7 +8,9 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
vnstati --output "$TARGET/daily.png" --days
|
||||
vnstati --output "$TARGET/monthly.png" --months
|
||||
vnstati --output "$TARGET/summary.png" --summary
|
||||
vnstati --output "$TARGET/top10.png" --top 10
|
||||
vnstati --output "$TARGET/hours.png" --hoursgraph
|
||||
vnstati --output "$TARGET/daily.png" --days 30
|
||||
vnstati --output "$TARGET/monthly.png" --months 12
|
||||
vnstati --output "$TARGET/yearly.png" --years
|
||||
vnstati --output "$TARGET/top10.png" --top10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue