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

Removing setting redis host in _master_search.rb #40

Open yinzara opened 8 years ago

yinzara commented 8 years ago

The redis host is only ever used by the master node and it is accessed via "localhost" by default.

This existing line breaks the configuration of the master server if redis is only bound to the loopback adapter (a secure configuration since redis is never used by any node except the master node).