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