kubernetes
elasticsearch
kafka
zookeeper
ceph
cassandra
percona-cluster
glance
mariadb
spark
alternative dashboard for Graphite
This charm provides grafana from (http://grafana.org/). Grafana is an alternative frontend for Graphite (http://graphite.readthedocs.org)
using this charm :
juju deploy grafana juju expose grafana
not much use on its own ... you'll probably want the full stack
juju deploy elasticsearch juju deploy grafana juju add-relation grafana elasticsearch:rest juju set graphite_host=<ip>:<port> juju expose grafana
browse to http://ip-address
Runs an embedded nginx to host the grafana site and reverse proxy to Elasticsearch and Graphite.
You should front this with apache for SSL and auth.
Author: Bret Barker bret.barker@canonical.com, based on Kibana charm by Paul Czarkowski paul@paulcz.net Report bugs at: http://bugs.launchpad.net/charms Location: http://jujucharms.com