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