var name
This commit is contained in:
parent
46cd7dd5af
commit
728aea74bc
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ if [ "$1" = "config" ]; then
|
|||
fi
|
||||
if echo $line | grep 'write-sect-since-reboot:' > /dev/null; then
|
||||
echo multigraph mikrotik_write_sect_since_reboot_graph_$name
|
||||
echo graph_title write_sect_total $name
|
||||
echo graph_title write_sect_since_reboot $name
|
||||
echo 'graph_vlabel count'
|
||||
echo 'graph_category mikrotik'
|
||||
echo 'graph_args -l 0'
|
||||
|
|
Loading…
Reference in a new issue