mirror of
https://github.com/nikdoof/huawei-hg612-munin.git
synced 2025-12-25 08:39:31 +00:00
Use non-interpolating quotes where ${graph_period} is used
This commit is contained in:
@@ -37,7 +37,7 @@ if [ "$1" = "config" ]; then
|
||||
|
||||
echo "graph_title ptm1 traffic"
|
||||
echo "graph_args --base 1000"
|
||||
echo "graph_vlabel bytes per ${graph_period}"
|
||||
echo 'graph_vlabel bytes per ${graph_period}'
|
||||
echo "graph_category hg612"
|
||||
echo "down.label received"
|
||||
echo "down.type DERIVE"
|
||||
|
||||
Reference in New Issue
Block a user