mirror of https://github.com/status-im/consul.git
agent: alias checks have no interval
This commit is contained in:
parent
5bc27feb0b
commit
19ced12668
|
@ -2029,11 +2029,6 @@ func (a *Agent) AddCheck(check *structs.HealthCheck, chkType *structs.CheckType,
|
||||||
existing.Stop()
|
existing.Stop()
|
||||||
delete(a.checkAliases, check.CheckID)
|
delete(a.checkAliases, check.CheckID)
|
||||||
}
|
}
|
||||||
if chkType.Interval < checks.MinInterval {
|
|
||||||
a.logger.Printf("[WARN] agent: check '%s' has interval below minimum of %v",
|
|
||||||
check.CheckID, checks.MinInterval)
|
|
||||||
chkType.Interval = checks.MinInterval
|
|
||||||
}
|
|
||||||
|
|
||||||
var rpcReq structs.NodeSpecificRequest
|
var rpcReq structs.NodeSpecificRequest
|
||||||
rpcReq.Datacenter = a.config.Datacenter
|
rpcReq.Datacenter = a.config.Datacenter
|
||||||
|
|
Loading…
Reference in New Issue