agent: alias checks have no interval

pull/4320/head
Mitchell Hashimoto 7 years ago
parent 5bc27feb0b
commit 19ced12668
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

@ -2029,11 +2029,6 @@ func (a *Agent) AddCheck(check *structs.HealthCheck, chkType *structs.CheckType,
existing.Stop()
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
rpcReq.Datacenter = a.config.Datacenter

Loading…
Cancel
Save