influxdb/canned
Tim Raymond 4ba7e10931 Fix template layout ordering
This divides templates into two classes: autoflow and static. This is
controlled by a boolean "autoflow" property on templates. Any autoflow
templates that will be rendered for a host, have their cells arranged in
a left-to-right, top-to-bottom fashion.

Static templates, are assumed to have precise positioning information
for their graphs. The only adjustment made to them will be a translation
of their Y coords so they do not overlap other layouts.

The autoflow templates, after processing, become a static layout as
defined above and are positioned accordingly.
2016-11-29 17:41:19 -05:00
..
README.md Update layouts to use ID generation. 2016-10-10 21:00:49 -05:00
apache.json Fix template layout ordering 2016-11-29 17:41:19 -05: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 Fix template layout ordering 2016-11-29 17:41:19 -05:00
cpu.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
disk.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
docker.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
elasticsearch.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
haproxy.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
influxdb_database.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
influxdb_httpd.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
influxdb_queryExecutor.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
influxdb_write.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
kubernetes_node.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
kubernetes_pod_container.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
kubernetes_pod_network.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
kubernetes_system_container.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
load.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
mem.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
memcached.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
mongodb.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
mysql.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
netstat.json Fix template layout ordering 2016-11-29 17:41:19 -05: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 Fix template layout ordering 2016-11-29 17:41:19 -05:00
nsq_channel.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
nsq_server.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
nsq_topic.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
ping.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
postgresql.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
processes.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
redis.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
riak.json Fix template layout ordering 2016-11-29 17:41:19 -05: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 Fix template layout ordering 2016-11-29 17:41:19 -05:00
win_mem.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
win_net.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
win_system.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
win_websvc.json Fix template layout ordering 2016-11-29 17:41:19 -05: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.