feat: add totals to garage_bucket munin srcipts

This commit is contained in:
VC
2024-07-05 11:53:38 +02:00
parent 3cc97389c9
commit 880b3548be
3 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ graph_title Objects by Bucket
graph_vlabel Number of objects graph_vlabel Number of objects
graph_args --base 1000 -l 0 graph_args --base 1000 -l 0
graph_category garage graph_category garage
graph_total Total
EOM EOM
for i in "${!BUCKETS[@]}" for i in "${!BUCKETS[@]}"
do do

View File

@@ -21,6 +21,7 @@ graph_title Bytes by Bucket
graph_vlabel Bytes graph_vlabel Bytes
graph_args --base 1024 -l 0 graph_args --base 1024 -l 0
graph_category garage graph_category garage
graph_total Total
EOM EOM
for i in "${!BUCKETS[@]}" for i in "${!BUCKETS[@]}"
do do

View File

@@ -21,6 +21,7 @@ graph_title Unfinished multipart uploads by Bucket
graph_vlabel Number of unfinished multipart uploads graph_vlabel Number of unfinished multipart uploads
graph_args --base 1000 -l 0 graph_args --base 1000 -l 0
graph_category garage graph_category garage
graph_total Total
EOM EOM
for i in "${!BUCKETS[@]}" for i in "${!BUCKETS[@]}"
do do