Skip to content

Commit

Permalink
update no instances case status as informational
Browse files Browse the repository at this point in the history
  • Loading branch information
zackattack01 committed Mar 1, 2024
1 parent c22dd49 commit 4bcd88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/debug/checkups/osquery_restarts.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (orc *osqRestartCheckup) Run(ctx context.Context, extraFH io.Writer) error

restartHistory, err := history.GetHistory()
if err != nil && errors.Is(err, history.NoInstancesError{}) {
orc.status = Passing
orc.status = Informational
orc.summary = "No osquery restart history instances available"
return nil
}
Expand Down

0 comments on commit 4bcd88e

Please sign in to comment.