diff --git a/roles/munin_client/files/garage_bucket_objects b/roles/munin_client/files/garage_bucket_objects index 1513e99..87c2314 100755 --- a/roles/munin_client/files/garage_bucket_objects +++ b/roles/munin_client/files/garage_bucket_objects @@ -21,6 +21,7 @@ graph_title Objects by Bucket graph_vlabel Number of objects graph_args --base 1000 -l 0 graph_category garage +graph_total Total EOM for i in "${!BUCKETS[@]}" do diff --git a/roles/munin_client/files/garage_bucket_size b/roles/munin_client/files/garage_bucket_size index 2060867..590131d 100755 --- a/roles/munin_client/files/garage_bucket_size +++ b/roles/munin_client/files/garage_bucket_size @@ -21,6 +21,7 @@ graph_title Bytes by Bucket graph_vlabel Bytes graph_args --base 1024 -l 0 graph_category garage +graph_total Total EOM for i in "${!BUCKETS[@]}" do diff --git a/roles/munin_client/files/garage_bucket_unfinished b/roles/munin_client/files/garage_bucket_unfinished index 5629313..1607a07 100755 --- a/roles/munin_client/files/garage_bucket_unfinished +++ b/roles/munin_client/files/garage_bucket_unfinished @@ -21,6 +21,7 @@ graph_title Unfinished multipart uploads by Bucket graph_vlabel Number of unfinished multipart uploads graph_args --base 1000 -l 0 graph_category garage +graph_total Total EOM for i in "${!BUCKETS[@]}" do