Correct use of "check_nt - failed logon attemps"
Posted: Fri Nov 08, 2019 1:58 am
Hello,
we use the following check to monitor the failed logon attemps on our windows servers:
check_nt COUNTER -l "\\330\\348","Logon Errors since last reboot is %.f" -w 10000 -c 50000
Due to the poor documentation from microsoft about the performance monitor and the lack of
documention on our side we don't really know how these values "are generated" and how to interpret them.
It also would be nice to know if there are any alternatives to this check (for example PowerShell-Scripts?) or how to act correctly on
high amounts of failed logon attempts.
Any information are much appreciated!
we use the following check to monitor the failed logon attemps on our windows servers:
check_nt COUNTER -l "\\330\\348","Logon Errors since last reboot is %.f" -w 10000 -c 50000
Due to the poor documentation from microsoft about the performance monitor and the lack of
documention on our side we don't really know how these values "are generated" and how to interpret them.
It also would be nice to know if there are any alternatives to this check (for example PowerShell-Scripts?) or how to act correctly on
high amounts of failed logon attempts.
Any information are much appreciated!