Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
start on ganglia
Browse files Browse the repository at this point in the history
Sam Kottler committed Nov 1, 2014
1 parent 1e4f307 commit 13ae4a3
Showing 6 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Berksfile
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ cookbook 'rubygems-ci', path: 'cookbooks/rubygems-ci'
cookbook 'rubygems-cloud-init', path: 'cookbooks/rubygems-cloud-init'
cookbook 'rubygems-database', path: 'cookbooks/rubygems-database'
cookbook 'rubygems-fail2ban', path: 'cookbooks/rubygems-fail2ban'
cookbook 'rubygems-ganglia', path: 'cookbooks/rubygems-ganglia'
cookbook 'rubygems-hostname', path: 'cookbooks/rubygems-hostname'
cookbook 'rubygems-hosts', path: 'cookbooks/rubygems-hosts'
cookbook 'rubygems-logging', path: 'cookbooks/rubygems-logging'
@@ -41,3 +42,4 @@ cookbook 'collectd', git: 'git@github.com:librato/collectd-cookbook.git'
cookbook 'collectd-librato', git: 'git@github.com:librato/collectd-librato-cookbook.git'
cookbook 'dnsimple', path: 'cookbooks/dnsimple'
cookbook 'duo-security', git: 'git@github.com:skottler/chef-duo-security'
cookbook 'ganglia', git: 'git@github.com:ganglia/chef-ganglia.git'
21 changes: 21 additions & 0 deletions Berksfile.lock
Original file line number Diff line number Diff line change
@@ -20,6 +20,9 @@ DEPENDENCIES
duo-security
git: git@github.com:skottler/chef-duo-security
revision: 1ddec64f0798d91cf0ab1a8dd8831fb0f6694556
ganglia
git: git@github.com:ganglia/chef-ganglia.git
revision: 9cf8aa14207e5f66e0a1dd6eb3a2116825c0a967
rubygems
path: cookbooks/rubygems
rubygems-app
@@ -44,6 +47,8 @@ DEPENDENCIES
path: cookbooks/rubygems-database
rubygems-fail2ban
path: cookbooks/rubygems-fail2ban
rubygems-ganglia
path: cookbooks/rubygems-ganglia
rubygems-hostname
path: cookbooks/rubygems-hostname
rubygems-hosts
@@ -118,12 +123,21 @@ GRAPH
yum (< 3.0.0)
fail2ban (2.0.4)
yum (< 3.0.0)
ganglia (0.2.3)
graphite (>= 0.0.0)
iptables (>= 0.0.0)
runit (>= 0.0.0)
git (2.8.4)
build-essential (>= 0.0.0)
dmg (>= 0.0.0)
runit (>= 1.0.0)
windows (>= 0.0.0)
yum (< 3.0.0)
graphite (0.4.8)
apache2 (>= 0.0.0)
memcached (>= 0.0.0)
python (>= 0.0.0)
runit (~> 1.0)
hostname (0.3.0)
hostsfile (>= 0.0.0)
hostsfile (2.4.5)
@@ -170,6 +184,9 @@ GRAPH
apt (>= 1.9.0)
build-essential (>= 0.0.0)
openssl (>= 0.0.0)
python (1.4.4)
build-essential (>= 0.0.0)
yum (>= 0.0.0)
rabbitmq (3.3.0)
erlang (>= 0.9)
redisio (1.7.1)
@@ -180,6 +197,7 @@ GRAPH
rubygems-apt (>= 0.0.0)
rubygems-chef (>= 0.0.0)
rubygems-cloud-init (>= 0.0.0)
rubygems-ganglia (>= 0.0.0)
rubygems-hostname (>= 0.0.0)
rubygems-hosts (>= 0.0.0)
rubygems-logging (>= 0.0.0)
@@ -242,6 +260,9 @@ GRAPH
rubygems-metrics (>= 0.0.0)
rubygems-fail2ban (0.0.3)
fail2ban (>= 0.0.0)
rubygems-ganglia (0.0.1)
chef-vault (>= 0.0.0)
ganglia (>= 0.0.0)
rubygems-hostname (0.1.14)
chef-vault (>= 0.0.0)
dnsimple (>= 0.0.0)
6 changes: 6 additions & 0 deletions cookbooks/rubygems-ganglia/metadata.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name 'rubygems-ganglia'

version '0.0.1'

depends 'chef-vault'
depends 'ganglia'
4 changes: 4 additions & 0 deletions cookbooks/rubygems-ganglia/recipes/client.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node.set['ganglia']['version'] = '3.3.7'
node.set['ganglia']['spoof_hostname'] = true

include_recipe 'ganglia'
1 change: 1 addition & 0 deletions cookbooks/rubygems/metadata.rb
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@
depends 'rubygems-apt'
depends 'rubygems-chef'
depends 'rubygems-cloud-init'
depends 'rubygems-ganglia'
depends 'rubygems-hostname'
depends 'rubygems-hosts'
depends 'rubygems-logging'
1 change: 1 addition & 0 deletions cookbooks/rubygems/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
include_recipe 'rubygems-apt'
include_recipe 'rubygems-chef'
include_recipe 'rubygems-cloud-init'
include_recipe 'rubygems-ganglia'
include_recipe 'rubygems-hostname'
include_recipe 'rubygems-hosts'
include_recipe 'rubygems-logging'

0 comments on commit 13ae4a3

Please sign in to comment.