mirror of https://github.com/k3s-io/k3s
Fix monit config for etcd
parent
e81d9abcac
commit
19b7c01084
|
@ -3,7 +3,7 @@ group etcd
|
|||
start program = "/etc/init.d/etcd start"
|
||||
stop program = "/etc/init.d/etcd stop"
|
||||
if failed
|
||||
host 127.0.0.1
|
||||
host kubernetes-master
|
||||
port 4001
|
||||
protocol http
|
||||
request "/v2/keys/"
|
||||
|
|
Loading…
Reference in New Issue