We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260c303 commit 520f823Copy full SHA for 520f823
bin/v_list_sys_rrd
@@ -20,7 +20,7 @@ json_list_rrd() {
20
if [ "$i" -ne 1 ]; then
21
echo -e "\t},"
22
fi
23
- echo -e "\\t\"$i\""
+ echo -e "\\t\"$i\": {"
24
echo -e "\t\t\"TYPE\": \"$type\"",
25
echo -e "\t\t\"RRD\": \"$rrd\""
26
(( ++i))
0 commit comments