mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
[isp/internode_usage] Make titles more groupable
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
parent
0b4725d69d
commit
a8f1eaf388
1 changed files with 2 additions and 2 deletions
|
@ -161,7 +161,7 @@ graph_config() {
|
||||||
|
|
||||||
case "$graph" in
|
case "$graph" in
|
||||||
.current)
|
.current)
|
||||||
echo "graph_title Hourly rate for ${SERVICE_USERNAME}"
|
echo "graph_title Uplink usage rate for ${SERVICE_USERNAME} (hourly)"
|
||||||
echo 'graph_category network'
|
echo 'graph_category network'
|
||||||
# ${graph_period} is not a shell variable
|
# ${graph_period} is not a shell variable
|
||||||
# shellcheck disable=SC2016
|
# shellcheck disable=SC2016
|
||||||
|
@ -176,7 +176,7 @@ graph_config() {
|
||||||
|
|
||||||
;;
|
;;
|
||||||
.daily)
|
.daily)
|
||||||
echo "graph_title Previous-day usage for ${SERVICE_USERNAME}"
|
echo "graph_title Uplink usage rate for ${SERVICE_USERNAME} (daily)"
|
||||||
echo 'graph_category network'
|
echo 'graph_category network'
|
||||||
# ${graph_period} is not a shell variable
|
# ${graph_period} is not a shell variable
|
||||||
# shellcheck disable=SC2016
|
# shellcheck disable=SC2016
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue