Search found 1 match

by boguhn
Thu Dec 15, 2011 6:23 pm
Forum: Open Source Nagios Projects
Topic: Monitoring Windows Event Logs
Replies: 2
Views: 1281

Monitoring Windows Event Logs

So here's what is going on... I'm using NSClient++ to check event logs on Windows servers. Here is the command I've defined in my commands.cfg file: define command{ command_name check_log command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -p 5666 -c CheckEventLog -t 30 -a file="system" filte...