4ba7e10931
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. |
||
---|---|---|
.. | ||
README.md | ||
apache.json | ||
apps.go | ||
apps_test.go | ||
bin.go | ||
consul.json | ||
cpu.json | ||
disk.json | ||
docker.json | ||
elasticsearch.json | ||
haproxy.json | ||
influxdb_database.json | ||
influxdb_httpd.json | ||
influxdb_queryExecutor.json | ||
influxdb_write.json | ||
kubernetes_node.json | ||
kubernetes_pod_container.json | ||
kubernetes_pod_network.json | ||
kubernetes_system_container.json | ||
load.json | ||
mem.json | ||
memcached.json | ||
mongodb.json | ||
mysql.json | ||
netstat.json | ||
new_apps.sh | ||
nginx.json | ||
nsq_channel.json | ||
nsq_server.json | ||
nsq_topic.json | ||
ping.json | ||
postgresql.json | ||
processes.json | ||
redis.json | ||
riak.json | ||
uuid.sh | ||
varnish.json | ||
win_cpu.json | ||
win_mem.json | ||
win_net.json | ||
win_system.json | ||
win_websvc.json |
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.