portertech / chef-monitor

An OpsCode Chef cookbook for monitoring services, wrapping the Sensu cookbook.
http://community.opscode.com/cookbooks/monitor
84 stars 102 forks source link

updated README to match code: use_private_ipv4 to monitor.use_local_ipv4 #8

Closed svanzoest closed 11 years ago

svanzoest commented 11 years ago

The README.md referenced monitor.use_private_ipv4 however, the code expects monitor.use_local_ipv4

Also did some adjustment in the README to match the order in attributes/default.rb

svanzoest commented 11 years ago

Good point. I added the note on monitor.master_address explaining that setting it will bypass any node search functionality builtin the cookbook.

portertech commented 11 years ago

Awesome, thank you!