Skip to content

Instantly share code, notes, and snippets.

@maplebed
Created October 17, 2012 23:09
Show Gist options
  • Save maplebed/3908926 to your computer and use it in GitHub Desktop.
Save maplebed/3908926 to your computer and use it in GitHub Desktop.
66 # if the host has ganglia, install the mongo plugin.
67 if node.recipes.include?("ganglia::default")
68 include_recipe "ganglia"
69 ganglia_python "mongodb" do
70 action :enable
71 end
72 end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment