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

[network/upnpc_] Add missing vlabel

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
Olivier Mehani 2019-10-14 00:49:26 +11:00 committed by Lars Kruse
parent 3abb60e3e7
commit 6ad466b10e

View file

@ -134,6 +134,7 @@ EOF
graph_title Uplink traffic${HOST_TITLE}
graph_args --base 1000 -l 0
graph_category network
graph_vlabel bits per second in (-) / out (+)
EOF
if [ "${traffic_remove_max:-false}" != 'true' ]; then
cat << EOF