chronograf/canned
Chris Goller 8ee0f2b4fb Merge pull request #495 from influxdata/fix-nginx-layouts
Update nginx layouts to be rates rather than absolutes
2016-11-11 14:32:16 -06:00
..
README.md Update layouts to use ID generation. 2016-10-10 21:00:49 -05:00
apache.json Add aggregates and remove retention polices 2016-11-11 12:08:48 -08: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
cpu.json Add aggregates and remove retention polices 2016-11-11 12:08:48 -08:00
disk.json Add aggregates and remove retention polices 2016-11-11 12:08:48 -08:00
docker.json Add aggregates and remove retention polices 2016-11-11 12:08:48 -08:00
influxdb_database.json Add aggregates and remove retention polices 2016-11-11 12:08:48 -08:00
influxdb_httpd.json Add aggregates and remove retention polices 2016-11-11 12:08:48 -08:00
influxdb_queryExecutor.json Add aggregates and remove retention polices 2016-11-11 12:08:48 -08:00
influxdb_write.json Add aggregates and remove retention polices 2016-11-11 12:08:48 -08:00
kubernetes_node.json Update layouts to default to x/y/w/h of 4 2016-11-10 17:29:16 -06:00
kubernetes_pod_container.json Update layouts to default to x/y/w/h of 4 2016-11-10 17:29:16 -06:00
kubernetes_pod_network.json Update layouts to default to x/y/w/h of 4 2016-11-10 17:29:16 -06:00
kubernetes_system_container.json Update layouts to default to x/y/w/h of 4 2016-11-10 17:29:16 -06:00
load.json provide a default group by time for host page 2016-11-11 02:49:14 -08:00
mem.json provide a default group by time for host page 2016-11-11 02:49:14 -08:00
netstat.json Merge pull request #468 from influxdata/fix-layout-size 2016-11-10 17:37:34 -06:00
new_apps.sh Add nginx layout 2016-11-11 10:37:14 -06:00
nginx.json Update nginx layouts to be rates rather than absolutes 2016-11-11 12:16:30 -06:00
nsq_channel.json Add nsq layouts 2016-11-09 16:08:49 -06:00
nsq_server.json Add nsq layouts 2016-11-09 16:08:49 -06:00
nsq_topic.json Update ids and redis JSON format (extra {) 2016-11-10 16:48:16 -06:00
postgresql.json Clean up app names 2016-11-10 15:01:47 -08:00
processes.json Fix win system stats and add docker app 2016-11-10 15:48:22 -08:00
redis.json Update ids and redis JSON format (extra {) 2016-11-10 16:48:16 -06:00
uuid.sh Add nginx layout 2016-11-11 10:37:14 -06:00
win_cpu.json Fix win system stats and add docker app 2016-11-10 15:48:22 -08:00
win_mem.json Fix win system stats and add docker app 2016-11-10 15:48:22 -08:00
win_net.json Fix win system stats and add docker app 2016-11-10 15:48:22 -08:00
win_system.json Fix win system stats and add docker app 2016-11-10 15:48:22 -08:00
win_websvc.json Merge pull request #468 from influxdata/fix-layout-size 2016-11-10 17:37:34 -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.