foooo
This commit is contained in:
parent
fd7d29a6e7
commit
5224ea035e
1 changed files with 5 additions and 1 deletions
|
|
@ -18,9 +18,13 @@ generate_index() {
|
||||||
<body style="background-color:#444">
|
<body style="background-color:#444">
|
||||||
<div style="text-align:center">
|
<div style="text-align:center">
|
||||||
<div><img src="summary.png" alt="summary"></div>
|
<div><img src="summary.png" alt="summary"></div>
|
||||||
|
<div><img src="fiveminutes.png" alt="summary"></div>
|
||||||
<div><img src="hours.png" alt="hours"></div>
|
<div><img src="hours.png" alt="hours"></div>
|
||||||
|
<div><img src="hoursgraph.png" alt="hours"></div>
|
||||||
<div><img src="days.png" alt="days"></div>
|
<div><img src="days.png" alt="days"></div>
|
||||||
|
<div><img src="top.png" alt="days"></div>
|
||||||
<div><img src="months.png" alt="months"></div>
|
<div><img src="months.png" alt="months"></div>
|
||||||
|
<div><img src="years.png" alt="months"></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -32,6 +36,6 @@ generate_index() {
|
||||||
generate_index > "$output"/index.html
|
generate_index > "$output"/index.html
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
for type in hours days top months 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
|
vnstati --${type} -i $nic -o $output/${type}.png
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue