25 Feb
2016
25 Feb
'16
11 a.m.
?Hi,
Question regarding alerting on Security event_log.
Extract from xymonclient.ps1:
# default logs - may be overridden by config
$wantedlogs = "Application", "System", "Security"
$wantedLevels = @('Critical', 'Warning', 'Error', 'Information', 'Verbose')
$maxpayloadlength = 1024
$payload = ''
When problems occurr, "Warning", "Critical or "Error" are reported in Application and System event_log,
but in the Security event_log "Audit Failure" will be reported.
We don't see how this condition is handled.
Did we missed something ?
Thanks,
Dominique Frise - UNIL