Skip to content

Commit

Permalink
Fix debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Feb 22, 2017
1 parent a36a13d commit 3a2a02b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -163,6 +163,21 @@ rrset "zzz.info.winebarrel.jp", "A" do
end
```

### Cloudwatch Metric Health Checks

```ruby
rrset "zzz.info.winebarrel.jp", "A" do
set_identifier "Secondary"
failover "SECONDARY"
health_check :calculated => ["07c03a45-5b69-4044-9ec3-016cd8e5f74b", "bba4d1ea-27c2-4d0c-a249-c857a3e46d88"], :health_threshold => 1, :inverted => false
ttl 456
resource_records(
"127.0.0.3",
"127.0.0.4"
)
end
```

### Dynamic private DNS example

```ruby
Expand Down
2 changes: 0 additions & 2 deletions lib/roadworker/route53-health-check.rb
Expand Up @@ -12,8 +12,6 @@ def gc(route53, options = {})

def config_to_hash(config)
type = config[:type].downcase
p type
p config

case type
when 'calculated'
Expand Down

0 comments on commit 3a2a02b

Please sign in to comment.