Add cpu and memory, remove disk

pull/360/head
nathan haugo 2016-11-04 11:53:28 -07:00
parent b931d8d35e
commit 3fc51cc48a
1 changed files with 0 additions and 31 deletions

View File

@ -1,31 +0,0 @@
{
"id": "18aed9a7-dc83-406e-a4dc-40d53049541a",
"measurement": "disk",
"app": "User Facing Application Name",
"cells": [{
"x": 0,
"y": 0,
"w": 5,
"h": 5,
"i": "used_percent",
"name": "Used Percent",
"queries": [{
"query": "select used_percent from disk",
"db": "telegraf",
"rp": "autogen"
}]
},
{
"x": 5,
"y": 1,
"w": 5,
"h": 5,
"i": "cpu_usage",
"name": "CPU Usage",
"queries": [{
"query": "select 100 - usage_idle from cpu",
"db": "telegraf",
"rp": "autogen"
}]
}]
}