Search found 5 matches

by Reanimator
Wed Feb 24, 2016 7:15 am
Forum: Open Source Nagios Projects
Topic: CheckEventLog - unknown command
Replies: 8
Views: 10004

Re: CheckEventLog - unknown command

Box293 wrote:Have a look at this guide:

http://outsideit.net/real-time-eventlog-monitoring/
Thank you, but it for nsca and Nagios XI

I would like to monitor the event log through nrpe, but have some trouble with understanding syntax.
I'm looking for examples
by Reanimator
Sat Feb 20, 2016 7:56 am
Forum: Open Source Nagios Projects
Topic: CheckEventLog - unknown command
Replies: 8
Views: 10004

Re: CheckEventLog - unknown command

The checkeventlog command is the legacy version and it may have been dropped on the newer version of NSClient. Try using check_eventlog as the command. Also, make sure the following is in the nsclient.ini file. CheckEventLog = 1 That will enable that command for NSClient. Thank you! It works! But n...
by Reanimator
Fri Feb 19, 2016 5:16 am
Forum: Open Source Nagios Projects
Topic: CheckEventLog - unknown command
Replies: 8
Views: 10004

Re: CheckEventLog - unknown command

Do you see anything in your NSClient++ log file? Yes As I wrote I see this: on the winservers (192.168.20.251) I see error in nsclient.log CODE: SELECT ALL 2016-02-18 17:27:26: error:c:\source\nscp\service\NSClient++.cpp:893: Unknown command(s): checkeventlog available commands: commands {, check_c...
by Reanimator
Fri Feb 19, 2016 3:19 am
Forum: Open Source Nagios Projects
Topic: CheckEventLog - unknown command
Replies: 8
Views: 10004

Re: CheckEventLog - unknown command

I see this on the winservers (192.168.20.251) I see error in nsclient.log 2016-02-18 17:27:26: error:c:\source\nscp\service\NSClient++.cpp:893: Unknown command(s): checkeventlog available commands: commands {, check_counter, check_cpu, check_drivesize, check_files, check_memory, check_os_version, ch...
by Reanimator
Thu Feb 18, 2016 9:34 am
Forum: Open Source Nagios Projects
Topic: CheckEventLog - unknown command
Replies: 8
Views: 10004

CheckEventLog - unknown command

Hi All! Please help me! I have Nagios 3 Core on CentOS 6 installation to monitor my Windows 2008R2 servers. On the win servers there are NSClient++ (with NRPE) 0.4.4 Multiple Monitors runs normally through NRPE ( CheckMem for example) I want to monitor Windows Event Log. But, I got error when run th...