From 3fc51cc48a2c4cfaf7beefce8693fa4f2c8f5b41 Mon Sep 17 00:00:00 2001 From: nathan haugo Date: Fri, 4 Nov 2016 11:53:28 -0700 Subject: [PATCH] Add cpu and memory, remove disk --- ..._18aed9a7-dc83-406e-a4dc-40d53049541a.json | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 canned/disk_18aed9a7-dc83-406e-a4dc-40d53049541a.json diff --git a/canned/disk_18aed9a7-dc83-406e-a4dc-40d53049541a.json b/canned/disk_18aed9a7-dc83-406e-a4dc-40d53049541a.json deleted file mode 100644 index 7515a386f..000000000 --- a/canned/disk_18aed9a7-dc83-406e-a4dc-40d53049541a.json +++ /dev/null @@ -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" - }] - }] -}