mirror of https://github.com/hashicorp/consul
fix(checks): os_service OK message in output
parent
f440966a38
commit
5719fd6560
|
@ -1156,6 +1156,7 @@ func (c *CheckOSService) check() {
|
||||||
// The process returned before the timeout, proceed normally
|
// The process returned before the timeout, proceed normally
|
||||||
}
|
}
|
||||||
|
|
||||||
|
out = fmt.Sprintf("Service \"%s\" is healthy", c.OSService)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c.Logger.Debug("Check failed",
|
c.Logger.Debug("Check failed",
|
||||||
"check", c.CheckID.String(),
|
"check", c.CheckID.String(),
|
||||||
|
|
Loading…
Reference in New Issue