Skip to content

Commit 3d8b21c

Browse files
committed
Audit Success will not be added to the monitoring target
1 parent 41fb3e5 commit 3d8b21c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

check-windows-eventlog/lib/check-windows-eventlog.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,6 @@ loop_events:
485485
warnNum++
486486
case "Information":
487487
warnNum++
488-
case "AuditSuccess":
489-
warnNum++
490-
}
491488
}
492489

493490
if !opts.NoState {

0 commit comments

Comments
 (0)