Repository: mesos Updated Branches: refs/heads/master c10033d14 -> 7ea2323e3
Adds collectd plugin to Mesos tools documentation. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7ea2323e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7ea2323e Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/7ea2323e Branch: refs/heads/master Commit: 7ea2323e36cba02de71797235a730557d2b0f79c Parents: c10033d Author: Dave Lester <[email protected]> Authored: Mon Jul 7 11:54:54 2014 -0700 Committer: Dave Lester <[email protected]> Committed: Mon Jul 7 11:54:54 2014 -0700 ---------------------------------------------------------------------- docs/tools.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/7ea2323e/docs/tools.md ---------------------------------------------------------------------- diff --git a/docs/tools.md b/docs/tools.md index df6c892..f485abb 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -8,6 +8,7 @@ layout: documentation These tools make it easy to set up and run a Mesos cluster. +* [collectd plugin](https://github.com/rayrod2030/collectd-mesos) to collect Mesos cluster metrics. * [Deploy scripts](deploy-scripts.md) for launching a Mesos cluster on a set of machines. * [EC2 scripts](ec2-scripts.md) for launching a Mesos cluster on Amazon EC2. * [Chef cookbook by Everpeace](https://github.com/everpeace/cookbook-mesos) Install Mesos and configure master and slave. This cookbook supports installation from source or the Mesosphere packages. @@ -25,4 +26,4 @@ If you want to hack on Mesos or write a new framework, these tools will help. * [Scala Hello World](https://gist.github.com/guenter/7471695) A simple Mesos "Hello World": downloads and starts a web server on every node in the cluster. * [Xcode Workspace](https://github.com/tillt/xcode-mesos) Hack on Mesos in Xcode. -Can't find yours in the list? Please submit a patch, or email [email protected] and we'll add you! +Can't find yours in the list? Please submit a patch, or email [email protected] and we'll add you! \ No newline at end of file
