1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

[isp/internode_usage] Make titles more groupable

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
Olivier Mehani 2019-09-30 15:26:12 +10:00 committed by Lars Kruse
parent 0b4725d69d
commit a8f1eaf388

View file

@ -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