Add disk usage_percent layout

pull/10616/head
Chris Goller 2016-11-07 21:00:07 -06:00
parent 9706edb1d0
commit 7bb5b1e5a1
1 changed files with 19 additions and 0 deletions

19
canned/disk.json Normal file
View File

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