chronograf/canned
Chris Goller 75db75473f Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
..
README.md Update layouts to use ID generation. 2016-10-10 21:00:49 -05:00
apache.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
apps.go Update apps test to have a logger 2016-11-07 10:27:35 -06:00
apps_test.go Update apps test to have a logger 2016-11-07 10:27:35 -06:00
bin.go Add layouts as bindata in case chronograf run as a single-file binary 2016-11-14 19:07:38 -06:00
consul.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
cpu.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
disk.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
docker.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
elasticsearch.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
haproxy.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
influxdb_database.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
influxdb_httpd.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
influxdb_queryExecutor.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
influxdb_write.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
kubernetes_node.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
kubernetes_pod_container.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
kubernetes_pod_network.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
kubernetes_system_container.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
load.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
mem.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
memcached.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
mongodb.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
mysql.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
netstat.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
new_apps.sh Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
nginx.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
nsq_channel.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
nsq_server.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
nsq_topic.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
ping.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
postgresql.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
processes.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
redis.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
riak.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
uuid.sh Add nginx layout 2016-11-11 10:37:14 -06:00
varnish.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
win_cpu.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
win_mem.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
win_net.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
win_system.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
win_websvc.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00

README.md

Canned Applications

The JSON application layouts in this directory ship with the application as nice, default layouts and queries for telegraf data.

Create new Application

To create a new application in this directory run ./new_apps.sh. This shell script will create a new application template with a generated UUID. Update this layout application file's queries, measurements, and application name.