Have etcd listen on all interfaces so that monit probes succeed. Closes #3852.

This commit is contained in:
David Oppenheimer
2015-02-19 23:14:14 -08:00
parent 984fb2e675
commit ba749284d0
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ group etcd
start program = "/etc/init.d/etcd start"
stop program = "/etc/init.d/etcd stop"
if failed
host kubernetes-master
port 4001
protocol http
request "/v2/keys/"