mirror of
https://github.com/nikdoof/huawei-hg612-munin.git
synced 2025-12-23 15:49:23 +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 Errors"
|
||||
echo "graph_args --base 1000"
|
||||
echo "graph_vlabel errors down (-) / up (+) per ${graph_period}"
|
||||
echo 'graph_vlabel errors down (-) / up (+) per ${graph_period}'
|
||||
echo "graph_category hg612"
|
||||
echo "graph_scale no"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user