Re: Monitoring Windows Event Logs
Posted: Tue Mar 19, 2013 2:23 pm
Getting closer, now get:
Code: Select all
Unknown argument: filter-generated Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
Unknown argument: filter-generated Code: Select all
; Section for NRPE (NRPEServer.dll) (check_nrpe) protocol options.
[/settings/NRPE/server]
; COMMAND ARGUMENT PROCESSING - This option determines whether or not the we will allow clients to specify arguments to commands that are executed.
allow arguments = true
; COMMAND ALLOW NASTY META CHARS - This option determines whether or not the we will allow clients to specify nasty (as in |`&><'"\[]{}) characters in arguments.
allow nasty characters = true
PORT NUMBER - Port to use for NRPE.
port = 5666Edit: It appears I am able to get this to work on my system, but a co-worker can not though we are both checking against the same Windows system.. we are digging into this a bit more right now..
Code: Select all
Could not construct return packet in NRPE handler check client side (nsclient.log) logs... Code: Select all
2013-03-19 12:42:44: e:..\..\..\..\trunk\modules\NRPEServer\handler_impl.cpp:15: Request contained arguments (not currently allowed, check the allow arguments option).
2013-03-19 12:52:44: e:..\..\..\..\trunk\modules\NRPEServer\handler_impl.cpp:15: Request contained arguments (not currently allowed, check the allow arguments option).
2013-03-19 13:02:44: e:..\..\..\..\trunk\modules\NRPEServer\handler_impl.cpp:15: Request contained arguments (not currently allowed, check the allow arguments option).
2013-03-19 13:12:44: e:..\..\..\..\trunk\modules\NRPEServer\handler_impl.cpp:15: Request contained arguments (not currently allowed, check the allow arguments option).
2013-03-19 13:22:44: e:..\..\..\..\trunk\modules\NRPEServer\handler_impl.cpp:15: Request contained arguments (not currently allowed, check the allow arguments option).
2013-03-19 13:32:44: e:..\..\..\..\trunk\modules\NRPEServer\handler_impl.cpp:15: Request contained arguments (not currently allowed, check the allow arguments option).
2013-03-19 13:35:20: e:..\..\..\..\trunk\modules\NRPEServer\handler_impl.cpp:15: Request contained arguments (not currently allowed, check the allow arguments option).
2013-03-19 13:42:01: e:..\..\..\..\trunk\modules\NRPEServer\handler_impl.cpp:15: Request contained arguments (not currently allowed, check the allow arguments option).
2013-03-19 13:42:42: e:..\..\..\..\trunk\modules\NRPEServer\handler_impl.cpp:25: Request arguments contained illegal metachars!
2013-03-19 13:42:44: e:..\..\..\..\trunk\modules\NRPEServer\handler_impl.cpp:25: Request arguments contained illegal metachars!
2013-03-19 13:52:44: e:..\..\..\..\trunk\modules\NRPEServer\handler_impl.cpp:25: Request arguments contained illegal metachars!
2013-03-19 14:02:44: e:..\..\..\..\trunk\modules\NRPEServer\handler_impl.cpp:25: Request arguments contained illegal metachars!
2013-03-19 14:12:44: e:..\..\..\..\trunk\modules\NRPEServer\handler_impl.cpp:25: Request arguments contained illegal metachars!