Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 853 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 853 Bytes

marathon-collectd-plugin

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.

Install

  1. Place marathon.py in /opt/collectd/lib/collectd/plugins/python (assuming you have collectd installed to /opt/collectd).
  2. Configure the plugin (see below).
  3. Restart collectd.

Configuration

  • See marathon.conf

Requirements

  • collectd 4.9+
  • Marathon 0.8.0 or greater

License

This software is released under the Apache License