An Apache Mesos plugin for collectd using collectd's Python plugin.
This plugin is based heavily on the Elasticsearch Collectd Python plugin written by phobos182.
Stats:
- Cluster status (Activated slaves, schedulers, num tasks)
- Cluster stats (cpu, disk, memory)
- Task stats (finished, lost, failed)
- Many more...
- Place mesos.py in collectd'opt/collectd/lib/collectd/plugins/python (assuming you have collectd installed to /opt/collectd).
- Configure the plugin (see below).
- Restart collectd.
- See mesos.conf
- collectd 4.9+
- Mesos 0.19.0 or greater