From 880b3548be7f1f5c75139185f4ae25405cbd803c Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 5 Jul 2024 11:53:38 +0200 Subject: [PATCH] feat: add totals to garage_bucket munin srcipts --- roles/munin_client/files/garage_bucket_objects | 1 + roles/munin_client/files/garage_bucket_size | 1 + roles/munin_client/files/garage_bucket_unfinished | 1 + 3 files changed, 3 insertions(+) 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