Update disk to include wheres and jq formatting

pull/10616/head
Chris Goller 2016-11-08 15:14:11 -06:00
parent 7bb5b1e5a1
commit 70734fbcaf
1 changed files with 26 additions and 19 deletions

View File

@ -1,19 +1,26 @@
{ {
"id": "0b75be4e-3454-4d5d-9a98-ca77c81397f6", "id": "0b75be4e-3454-4d5d-9a98-ca77c81397f6",
"measurement": "disk", "measurement": "disk",
"app": "Host disk metrics", "app": "Host disk metrics",
"cells": [{ "cells": [
"x": 0, {
"y": 0, "x": 0,
"w": 10, "y": 0,
"h": 10, "w": 4,
"i": "5825a4dd-df97-4e99-a99d-67b68833c183", "h": 4,
"name": "disk ", "i": "5825a4dd-df97-4e99-a99d-67b68833c183",
"queries": [{ "name": "Disk used %",
"query": "select used_percent from disk", "queries": [
"db": "telegraf", {
"rp": "autogen", "query": "select used_percent from disk",
"groupbys": ["path"] "db": "telegraf",
}] "rp": "autogen",
}] "groupbys": [
} "path"
],
"wheres": []
}
]
}
]
}