A collectd plugin for Marathon running on Apache Mesos using collectd's Python plugin.
This plugin is inspired by the Mesos Python plugin.
It collects data from Marathon's /metrics
API endpoint.
- Place
marathon.py
in /opt/collectd/lib/collectd/plugins/python (assuming you have collectd installed to /opt/collectd). - Configure the plugin (see below).
- Restart collectd.
- See
marathon.conf
- collectd 4.9+
- Marathon 0.8.0 or greater
This software is released under the Apache License