diff --git a/bin/v_list_sys_rrd b/bin/v_list_sys_rrd index 8e47c7bbd..bb82a1ea1 100755 --- a/bin/v_list_sys_rrd +++ b/bin/v_list_sys_rrd @@ -20,7 +20,7 @@ json_list_rrd() { if [ "$i" -ne 1 ]; then echo -e "\t}," fi - echo -e "\\t\"$i\"" + echo -e "\\t\"$i\": {" echo -e "\t\t\"TYPE\": \"$type\"", echo -e "\t\t\"RRD\": \"$rrd\"" (( ++i))