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

Commit

Permalink
Just point the monitoring CNAME to the fqdn for now
Browse files Browse the repository at this point in the history
Sam Kottler committed Jul 10, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b27b9bc commit f55b253
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -249,7 +249,7 @@ GRAPH
collectd (>= 0.0.0)
collectd-librato (>= 0.0.0)
collectd_plugins (>= 0.0.0)
rubygems-monitoring (0.0.9)
rubygems-monitoring (0.0.10)
chef-vault (>= 0.0.0)
dwradcliffe-dnsimple (>= 0.0.0)
nginx (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-monitoring/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'rubygems-monitoring'
maintainer 'RubyGems.org ops team'

version '0.0.9'
version '0.0.10'

depends 'chef-vault'
depends 'dwradcliffe-dnsimple'
2 changes: 1 addition & 1 deletion cookbooks/rubygems-monitoring/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@

dwradcliffe_dnsimple_record "create CNAME point monitoring.rubygems.org to #{node.name}" do
name 'monitoring.rubygems.org'
content node['cloud_v2']['public_hostname']
content node['fqdn']
type 'CNAME'
domain 'rubygems.org'
username dnsimple_credentials['username']

0 comments on commit f55b253

Please sign in to comment.