Add cpu and memory, remove disk
parent
b931d8d35e
commit
3fc51cc48a
|
@ -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"
|
||||
}]
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue