From a8f1eaf388384acef1842dfb73a0c2333d06b7d3 Mon Sep 17 00:00:00 2001 From: Olivier Mehani Date: Mon, 30 Sep 2019 15:26:12 +1000 Subject: [PATCH] [isp/internode_usage] Make titles more groupable Signed-off-by: Olivier Mehani --- plugins/isp/internode_usage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/isp/internode_usage b/plugins/isp/internode_usage index 01c465cf..739242c8 100755 --- a/plugins/isp/internode_usage +++ b/plugins/isp/internode_usage @@ -161,7 +161,7 @@ graph_config() { case "$graph" in .current) - echo "graph_title Hourly rate for ${SERVICE_USERNAME}" + echo "graph_title Uplink usage rate for ${SERVICE_USERNAME} (hourly)" echo 'graph_category network' # ${graph_period} is not a shell variable # shellcheck disable=SC2016 @@ -176,7 +176,7 @@ graph_config() { ;; .daily) - echo "graph_title Previous-day usage for ${SERVICE_USERNAME}" + echo "graph_title Uplink usage rate for ${SERVICE_USERNAME} (daily)" echo 'graph_category network' # ${graph_period} is not a shell variable # shellcheck disable=SC2016