From 73b2fa85cea873821e020a7f24bbfe81f8d56e6a Mon Sep 17 00:00:00 2001 From: Chris Goller Date: Thu, 10 Nov 2016 16:53:14 -0600 Subject: [PATCH] Add apache layout with total accesses, req/s, bytes/s --- canned/apache.json | 64 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 canned/apache.json diff --git a/canned/apache.json b/canned/apache.json new file mode 100644 index 0000000000..ba4915d68f --- /dev/null +++ b/canned/apache.json @@ -0,0 +1,64 @@ +{ + "id": "6dfb4d49-20dc-4157-9018-2b1b1cb75c2d", + "measurement": "apache", + "app": "apache", + "cells": [ + { + "x": 0, + "y": 0, + "w": 4, + "h": 4, + "i": "0246e457-916b-43e3-be99-211c4cbc03e8", + "name": "Apache bytes/s", + "queries": [ + { + "query": "select BytesPerSec from apache", + "db": "telegraf", + "rp": "autogen", + "groupbys": [ + "\"server\"" + ], + "wheres": [] + } + ] + }, + { + "x": 4, + "y": 0, + "w": 4, + "h": 4, + "i": "37f2e4bb-9fa5-4891-a424-9df5ce7458bb", + "name": "Apache requests/s", + "queries": [ + { + "query": "select ReqPerSec from apache", + "db": "telegraf", + "rp": "autogen", + "groupbys": [ + "\"server\"" + ], + "wheres": [] + } + ] + }, + { + "x": 8, + "y": 0, + "w": 4, + "h": 4, + "i": "ea9174b3-2b56-4e80-a37d-064507c6775a", + "name": "Apache total accesses", + "queries": [ + { + "query": "select TotalAccesses from apache", + "db": "telegraf", + "rp": "autogen", + "groupbys": [ + "\"server\"" + ], + "wheres": [] + } + ] + } + ] +}