Search found 2 matches

by alx
Mon Nov 11, 2019 3:57 am
Forum: Open Source Nagios Projects
Topic: Correct use of "check_nt - failed logon attemps"
Replies: 3
Views: 1553

Re: Correct use of "check_nt - failed logon attemps"

Thank you for the fast reply.

To be a bit more precise we use this check on our domaincontroller. I guess this check is intended to be used on specific/single servers and not for the whole domain?
by alx
Fri Nov 08, 2019 1:58 am
Forum: Open Source Nagios Projects
Topic: Correct use of "check_nt - failed logon attemps"
Replies: 3
Views: 1553

Correct use of "check_nt - failed logon attemps"

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 docu...