├── Cassandra-Performance.json ├── README.md ├── etc ├── default │ └── cassandra └── telegraf │ └── telegraf.d │ ├── inputs-exec.conf │ └── telegraf-jolokia-cassandra.conf ├── grafana ├── Cassandra KeySpace-1458224694728.json ├── Cassandra Ops-1458224686790.json ├── Cassandra Performance-1458224678795.json └── InfluxDB Stats-1458224702157.json └── telegraf-cassandra-plugin.py /Cassandra-Performance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrusty/telegraf-cassandra/HEAD/Cassandra-Performance.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrusty/telegraf-cassandra/HEAD/README.md -------------------------------------------------------------------------------- /etc/default/cassandra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrusty/telegraf-cassandra/HEAD/etc/default/cassandra -------------------------------------------------------------------------------- /etc/telegraf/telegraf.d/inputs-exec.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrusty/telegraf-cassandra/HEAD/etc/telegraf/telegraf.d/inputs-exec.conf -------------------------------------------------------------------------------- /etc/telegraf/telegraf.d/telegraf-jolokia-cassandra.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrusty/telegraf-cassandra/HEAD/etc/telegraf/telegraf.d/telegraf-jolokia-cassandra.conf -------------------------------------------------------------------------------- /grafana/Cassandra KeySpace-1458224694728.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrusty/telegraf-cassandra/HEAD/grafana/Cassandra KeySpace-1458224694728.json -------------------------------------------------------------------------------- /grafana/Cassandra Ops-1458224686790.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrusty/telegraf-cassandra/HEAD/grafana/Cassandra Ops-1458224686790.json -------------------------------------------------------------------------------- /grafana/Cassandra Performance-1458224678795.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrusty/telegraf-cassandra/HEAD/grafana/Cassandra Performance-1458224678795.json -------------------------------------------------------------------------------- /grafana/InfluxDB Stats-1458224702157.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrusty/telegraf-cassandra/HEAD/grafana/InfluxDB Stats-1458224702157.json -------------------------------------------------------------------------------- /telegraf-cassandra-plugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrusty/telegraf-cassandra/HEAD/telegraf-cassandra-plugin.py --------------------------------------------------------------------------------