Search found 5 matches

by ankurvvvv
Tue Jul 07, 2015 12:39 pm
Forum: Open Source Nagios Projects
Topic: How to monitor extended windows eventlogs using Nagios
Replies: 9
Views: 2777

Re: How to monitor extended windows eventlogs using Nagios

Thanks :)

Will update if u get the correct syntax.

Ankur.
by ankurvvvv
Mon Jul 06, 2015 5:06 pm
Forum: Open Source Nagios Projects
Topic: How to monitor extended windows eventlogs using Nagios
Replies: 9
Views: 2777

Re: How to monitor extended windows eventlogs using Nagios

Are you receiving any errors from the CLI after running the command I mentioned? If so, what errors? What other combinations have you tried? The commands/ combinations which I tried are as follow: ./check_nrpe -t 30 -H IPAddress -p 5666 -c CheckEventLog -a file=Microsoft-Exchange-HighAvailability/O...
by ankurvvvv
Mon Jul 06, 2015 2:15 pm
Forum: Open Source Nagios Projects
Topic: How to monitor extended windows eventlogs using Nagios
Replies: 9
Views: 2777

Re: How to monitor extended windows eventlogs using Nagios

No problem, you should be able to change the log you're monitoring with the 'file' specification. A possible example (may need some tinkering): ./check_nrpe -t 30 -H IPAddress -p 5666 -c CheckEventLog -a file=Microsoft-Exchange-HighAvailability/Operational debug=true MaxWarn=1 MaxCrit=1 filter-gene...
by ankurvvvv
Mon Jul 06, 2015 1:18 pm
Forum: Open Source Nagios Projects
Topic: How to monitor extended windows eventlogs using Nagios
Replies: 9
Views: 2777

How to monitor extended windows eventlogs using Nagios

Hello, We in our production environment are using Nagios to monitor various windows alerts. Now we also want to monitor Exchange server Failover event i.e. 306 via nagios. the command which we are using currently is as follow which works fine for EventLogs Application, Systems and Security: ./check_...