check_print_spooler

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
gdolidze
Posts: 154
Joined: Tue Apr 07, 2015 10:07 am

Re: check_print_spooler

Post by gdolidze »

I still get this error

Could not construct return packet in NRPE handler check client side (nsclient.log) logs...

Would the ; in front of the lines make any different or are they for comment purposes.

Code: Select all

[modules]
NRPEListener.dll
NSClientListener.dll
NSCAAgent.dll
CheckExternalScripts.dll
CheckWMI.dll
FileLogger.dll
CheckSystem.dll
CheckDisk.dll
CheckEventLog.dll
CheckHelpers.dll
;# NSCLIENT++ MODULES
;# A list with DLLs to load at startup.
;  You will need to enable some of these for NSClient++ to work.
; ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
; *                                                               *
; * N O T I C E ! ! ! - Y O U   H A V E   T O   E D I T   T H I S *
; *                                                               *
; ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
;FileLogger.dll
;CheckSystem.dll
;CheckDisk.dll
;NSClientListener.dll
;NRPEListener.dll
;SysTray.dll
;CheckEventLog.dll
;CheckHelpers.dll
;CheckWMI.dll
;CheckNSCP.dll
;
; Script to check external scripts and/or internal aliases.
;CheckExternalScripts.dll
;
; NSCA Agent if you enable this NSClient++ will talk to NSCA hosts repeatedly (so dont enable unless you want to use NSCA)
;NSCAAgent.dll
;
; LUA script module used to write your own "check deamon".
;LUAScript.dll
;
; RemoteConfiguration IS AN EXTREM EARLY IDEA SO DONT USE FOR PRODUCTION ENVIROMNEMTS!
;RemoteConfiguration.dll
; Check other hosts through NRPE extreme beta and probably a bit dangerous! :)
;NRPEClient.dll
; Extreamly early beta of a task-schedule checker
;CheckTaskSched.dll

[crash]
; Archive crash dump files if a crash is detected
;archive=1

; Submit crash reports to a crash report server (this overrrides archive)
;submit=0

; Restart service if a crash is detected
;restart=1

[Settings]
;# OBFUSCATED PASSWORD
;  This is the same as the password option but here you can store the password in an obfuscated manner.
;  *NOTICE* obfuscation is *NOT* the same as encryption, someone with access to this file can still figure out the 
;  password. Its just a bit harder to do it at first glance.
;obfuscated_password=Jw0KAUUdXlAAUwASDAAB
;
;# PASSWORD
;  This is the password (-s) that is required to access NSClient remotely. If you leave this blank everyone will be able to access the daemon remotly.
;password=secret-password
;
;# ALLOWED HOST ADDRESSES
;  This is a comma-delimited list of IP address of hosts that are allowed to talk to the all daemons.
;  If leave this blank anyone can access the deamon remotly (NSClient still requires a valid password).
;  The syntax is host or ip/mask so 192.168.0.0/24 will allow anyone on that subnet access
;allowed_hosts=127.0.0.1/32
;
;# USE THIS FILE
;  Use the INI file as opposed to the registry if this is 0 and the use_reg in the registry is set to 1 
;  the registry will be used instead.
use_file=1
allowed_hosts=10.1.1.9
password=687nlgs
;
; # USE SHARED MEMORY CHANNELS
;  This is the "new" way for using the system tray based on an IPC framework on top shared memmory channels and events.
;  It is brand new and (probably has bugs) so dont enable this unless for testing!
;  If set to 1 shared channels will be created and system tray icons created and such and such...
;shared_session=0


[log]
;# LOG DEBUG
;  Set to 1 if you want debug message printed in the log file (debug messages are always printed to stdout when run with -test)
;debug=1
;
;# LOG FILE
;  The file to print log statements to
;file=nsclient.log
;
;# LOG DATE MASK
;  The format to for the date/time part of the log entry written to file.
;date_mask=%Y-%m-%d %H:%M:%S
;
;# LOG ROOT FOLDER
;  The root folder to use for logging.
;  exe = the folder where the executable is located
;  local-app-data = local application data (probably a better choice then the old default)
;root_folder=exe


[NSClient]
;# ALLOWED HOST ADDRESSES
;  This is a comma-delimited list of IP address of hosts that are allowed to talk to NSClient deamon.
;  If you leave this blank the global version will be used instead.
;allowed_hosts=
;
;# NSCLIENT PORT NUMBER
;  This is the port the NSClientListener.dll will listen to.
;port=12489
;
;# BIND TO ADDRESS
;  Allows you to bind server to a specific local address. This has to be a dotted ip adress not a hostname.
;  Leaving this blank will bind to all avalible IP adresses.
;bind_to_address=
;
;# SOCKET TIMEOUT
;  Timeout when reading packets on incoming sockets. If the data has not arrived withint this time we will bail out.
;socket_timeout=30

[NRPE]
;# NRPE PORT NUMBER
;  This is the port the NRPEListener.dll will listen to.
;port=5666
;
;# COMMAND TIMEOUT
;  This specifies the maximum number of seconds that the NRPE daemon will allow plug-ins to finish executing before killing them off.
;command_timeout=60
;
;# COMMAND ARGUMENT PROCESSING
;  This option determines whether or not the NRPE daemon will allow clients to specify arguments to commands that are executed.
;allow_arguments=0
;
;# COMMAND ALLOW NASTY META CHARS
;  This option determines whether or not the NRPE daemon will allow clients to specify nasty (as in |`&><'"\[]{}) characters in arguments.
;allow_nasty_meta_chars=0
;
;# USE SSL SOCKET
;  This option controls if SSL should be used on the socket.
;use_ssl=1
;
;# BIND TO ADDRESS
;  Allows you to bind server to a specific local address. This has to be a dotted ip adress not a hostname.
;  Leaving this blank will bind to all avalible IP adresses.
; bind_to_address=
;
;# ALLOWED HOST ADDRESSES
;  This is a comma-delimited list of IP address of hosts that are allowed to talk to NRPE deamon.
;  If you leave this blank the global version will be used instead.
;allowed_hosts=
;
;# SCRIPT DIRECTORY
;  All files in this directory will become check commands.
;  *WARNING* This is undoubtedly dangerous so use with care!
;script_dir=scripts\
;
;# SOCKET TIMEOUT
;  Timeout when reading packets on incoming sockets. If the data has not arrived withint this time we will bail out.
;socket_timeout=30

[Check System]
;# CPU BUFFER SIZE
;  Can be anything ranging from 1s (for 1 second) to 10w for 10 weeks. Notice that a larger buffer will waste memory 
;  so don't use a larger buffer then you need (ie. the longest check you do +1).
;CPUBufferSize=1h
;
;# CHECK RESOLUTION
;  The resolution to check values (currently only CPU).
;  The value is entered in 1/10:th of a second and the default is 10 (which means ones every second)
;CheckResolution=10
;
;# CHECK ALL SERVICES
;  Configure how to check services when a CheckAll is performed.
;  ...=started means services in that class *has* to be running.
;  ...=stopped means services in that class has to be stopped.
;  ...=ignored means services in this class will be ignored.
;check_all_services[SERVICE_BOOT_START]=ignored
;check_all_services[SERVICE_SYSTEM_START]=ignored
;check_all_services[SERVICE_AUTO_START]=started
;check_all_services[SERVICE_DEMAND_START]=ignored
;check_all_services[SERVICE_DISABLED]=stopped

[External Script]
allow_arguments=1
;# COMMAND TIMEOUT
;  This specifies the maximum number of seconds that the NRPE daemon will allow plug-ins to finish executing before killing them off.
;command_timeout=60
;
;# COMMAND ARGUMENT PROCESSING
;  This option determines whether or not the NRPE daemon will allow clients to specify arguments to commands that are executed.
;allow_arguments=0
;
;# COMMAND ALLOW NASTY META CHARS
;  This option determines whether or not the NRPE daemon will allow clients to specify nasty (as in |`&><'"\[]{}) characters in arguments.
;allow_nasty_meta_chars=0
;
;# SCRIPT DIRECTORY
;  All files in this directory will become check commands.
;  *WARNING* This is undoubtedly dangerous so use with care!
;script_dir=c:\my\script\dir

[Script Wrappings]
vbs=cscript.exe //T:30 //NoLogo scripts\lib\wrapper.vbs %SCRIPT% %ARGS%
ps1=cmd /c echo scripts\%SCRIPT% %ARGS%; exit($lastexitcode) | powershell.exe -command -
bat=scripts\%SCRIPT% %ARGS%



[External Scripts]
;check_es_long=scripts\long.bat
;check_es_ok=scripts\ok.bat
;check_es_nok=scripts\nok.bat
;check_vbs_sample=cscript.exe //T:30 //NoLogo scripts\check_vb.vbs
;check_powershell_warn=cmd /c echo scripts\powershell.ps1 | powershell.exe -command -
check_print_spooler=cscript.exe //T:30 //NoLogo scripts/check_print_spooler.vbs $ARG1$ $ARG2$ 

[External Alias]
alias_cpu=checkCPU warn=80 crit=90 time=5m time=1m time=30s
alias_cpu_ex=checkCPU warn=$ARG1$ crit=$ARG2$ time=5m time=1m time=30s
alias_mem=checkMem MaxWarn=80% MaxCrit=90% ShowAll=long type=physical type=virtual type=paged type=page
alias_up=checkUpTime MinWarn=1d MinWarn=1h

alias_disk=CheckDriveSize MinWarn=10% MinCrit=5% CheckAll FilterType=FIXED
alias_disk_loose=CheckDriveSize MinWarn=10% MinCrit=5% CheckAll FilterType=FIXED ignore-unreadable
alias_volumes=CheckDriveSize MinWarn=10% MinCrit=5% CheckAll=volumes FilterType=FIXED
alias_volumes_loose=CheckDriveSize MinWarn=10% MinCrit=5% CheckAll=volumes FilterType=FIXED ignore-unreadable 

alias_service=checkServiceState CheckAll
alias_service_ex=checkServiceState CheckAll "exclude=Net Driver HPZ12" "exclude=Pml Driver HPZ12" exclude=stisvc
alias_process=checkProcState "$ARG1$=started"
alias_process_stopped=checkProcState "$ARG1$=stopped"
alias_process_count=checkProcState MaxWarnCount=$ARG2$ MaxCritCount=$ARG3$ "$ARG1$=started"
alias_process_hung=checkProcState MaxWarnCount=1 MaxCritCount=1 "$ARG1$=hung"

alias_event_log=CheckEventLog file=application file=system MaxWarn=1 MaxCrit=1 "filter=generated gt -2d AND severity NOT IN ('success', 'informational') AND source != 'SideBySide'" truncate=800 unique descriptions "syntax=%severity%: %source%: %message% (%count%)"

alias_file_size=CheckFiles "filter=size > $ARG2$" "path=$ARG1$" MaxWarn=1 MaxCrit=1 "syntax=%filename% %size%" max-dir-depth=10
alias_file_age=checkFile2 filter=out "file=$ARG1$" filter-written=>1d MaxWarn=1 MaxCrit=1 "syntax=%filename% %write%"

alias_sched_all=CheckTaskSched "filter=exit_code ne 0" "syntax=%title%: %exit_code%" warn=>0
alias_sched_long=CheckTaskSched "filter=status = 'running' AND most_recent_run_time < -$ARG1$" "syntax=%title% (%most_recent_run_time%)" warn=>0
alias_sched_task=CheckTaskSched "filter=title eq '$ARG1$' AND exit_code ne 0" "syntax=%title% (%most_recent_run_time%)" warn=>0

alias_updates=check_updates -warning 0 -critical 0

check_ok=CheckOK Everything is fine!

[Wrapped Scripts]
;check_test_vbs=check_test.vbs /arg1:1 /arg2:1 /variable:1
;check_test_ps1=check_test.ps1 arg1 arg2
;check_test_bat=check_test.bat arg1 arg2
;check_battery=check_battery.vbs
;check_printer=check_printer.vbs
;check_updates=check_updates.vbs


; [includes]
;# The order when used is "reversed" thus the last included file will be "first"
;# Included files can include other files (be carefull only do basic recursive checking)
;
; myotherfile.ini
; real.ini


[NSCA Agent]
;# CHECK INTERVALL (in seconds)
;   How often we should run the checks and submit the results.
;interval=5
;
;# ENCRYPTION METHOD
;   This option determines the method by which the send_nsca client will encrypt the packets it sends 
;   to the nsca daemon. The encryption method you choose will be a balance between security and 
;   performance, as strong encryption methods consume more processor resources.
;   You should evaluate your security needs when choosing an encryption method.
;
; Note: The encryption method you specify here must match the decryption method the nsca daemon uses 
;       (as specified in the nsca.cfg file)!!
; Values:
;	0 = None	(Do NOT use this option)
;	1 = Simple XOR  (No security, just obfuscation, but very fast)
;   2 = DES
;   3 = 3DES (Triple DES)
;	4 = CAST-128
;	6 = xTEA
;	8 = BLOWFISH
;	9 = TWOFISH
;	11 = RC2
;	14 = RIJNDAEL-128 (AES)
;	20 = SERPENT
;encryption_method=14
;
;# ENCRYPTION PASSWORD
;  This is the password/passphrase that should be used to encrypt the sent packets. 
;password=
;
;# BIND TO ADDRESS
;  Allows you to bind server to a specific local address. This has to be a dotted ip adress not a hostname.
;  Leaving this blank will bind to "one" local interface.
; -- not supported as of now -- 
;bind_to_address=
;
;# LOCAL HOST NAME
;  The name of this host (if empty "computername" will be used.
;hostname=
;
;# NAGIOS SERVER ADDRESS
;  The address to the nagios server to submit results to.
;nsca_host=10.1.1.9
;
;# NAGIOS SERVER PORT
;  The port to the nagios server to submit results to.
;nsca_port=5667
;
;# CHECK COMMAND LIST
;  The checks to run everytime we submit results back to nagios
;  Any command(alias/key) starting with a host_ is sent as HOST_COMMAND others are sent as SERVICE_COMMANDS
;  where the alias/key is used as service name.
;
[NSCA Commands]
;my_cpu_check=checkCPU warn=80 crit=90 time=20m time=10s time=4
;my_mem_check=checkMem MaxWarn=80% MaxCrit=90% ShowAll type=page
;my_svc_check=checkServiceState CheckAll exclude=wampmysqld exclude=MpfService
;host_check=check_ok

;# REMOTE NRPE PROXY COMMANDS
;  A list of commands that check other hosts.
;  Used by the NRPECLient module
[NRPE Client Handlers]
check_other=-H 192.168.0.1 -p 5666 -c remote_command -a arguments

;# LUA SCRIPT SECTION
;  A list of all Lua scripts to load.
;[LUA Scripts]
;scripts\test.lua
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: check_print_spooler

Post by jolson »

The semicolons are for comment purposes. Were you sure to restart the NSClient services?

Please send us your nsclient.log file, located in the NSClient root directory.
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
gdolidze
Posts: 154
Joined: Tue Apr 07, 2015 10:07 am

Re: check_print_spooler

Post by gdolidze »

I made sure to restart the client.

Code: Select all

2015-07-09 15:33:35: message:modules\FileLogger\FileLogger.cpp:86: Starting to log for: NSClient++ - 0.3.9.328 2011-08-16
2015-07-13 14:50:19: debug:CACHENSClient++.cpp:557: Attempting to start NSCLient++ - 0.3.9.328 2011-08-16
2015-07-13 14:50:19: message:CACHEmodules\FileLogger\FileLogger.cpp:87: Log path is: C:\Program Files\NSClient++\\nsclient.log
2015-07-13 14:50:19: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 14:50:19: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 14:55:15: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 14:55:15: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 15:00:13: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 15:00:13: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 15:05:12: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 15:05:12: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 15:10:10: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 15:10:10: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 15:15:09: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 15:15:09: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 15:20:06: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 15:20:06: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 15:25:03: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 15:25:03: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 15:30:02: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 15:30:02: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 15:35:01: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 15:35:01: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 15:40:00: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 15:40:00: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 15:44:58: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 15:44:58: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 15:46:11: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-13 15:46:11: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-13 15:47:05: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-13 15:47:05: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-13 15:49:56: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 15:49:56: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 15:54:55: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 15:54:55: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 15:58:19: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 15:58:19: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 15:59:54: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 15:59:54: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 16:04:52: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 16:04:52: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 16:09:51: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 16:09:51: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 16:14:49: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 16:14:49: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 16:19:48: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 16:19:48: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 16:24:45: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 16:24:45: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 16:29:44: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 16:29:44: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 16:34:43: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 16:34:43: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 16:39:27: message:modules\FileLogger\FileLogger.cpp:86: Starting to log for: NSClient++ - 0.3.9.328 2011-08-16
2015-07-13 16:39:42: debug:CACHENSClient++.cpp:557: Attempting to start NSCLient++ - 0.3.9.328 2011-08-16
2015-07-13 16:39:42: message:CACHEmodules\FileLogger\FileLogger.cpp:87: Log path is: C:\Program Files\NSClient++\\nsclient.log
2015-07-13 16:39:42: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 16:39:42: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 16:40:04: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-13 16:40:04: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-13 16:40:47: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-13 16:40:47: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-13 16:44:41: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 16:44:41: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 16:49:39: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 16:49:39: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 16:54:38: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 16:54:38: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 16:59:30: message:modules\FileLogger\FileLogger.cpp:86: Starting to log for: NSClient++ - 0.3.9.328 2011-08-16
2015-07-13 16:59:35: debug:CACHENSClient++.cpp:557: Attempting to start NSCLient++ - 0.3.9.328 2011-08-16
2015-07-13 16:59:35: message:CACHEmodules\FileLogger\FileLogger.cpp:87: Log path is: C:\Program Files\NSClient++\\nsclient.log
2015-07-13 16:59:35: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 16:59:35: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 17:00:11: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-13 17:00:11: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-13 17:00:30: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 17:00:30: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 17:00:33: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-13 17:00:33: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-13 17:04:33: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 17:04:33: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 17:09:32: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 17:09:32: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 17:14:29: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 17:14:29: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 17:19:28: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 17:19:28: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 17:24:26: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 17:24:26: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 17:29:25: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 17:29:25: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 17:34:23: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 17:34:23: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 17:39:21: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 17:39:21: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 17:44:20: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 17:44:20: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 17:49:18: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 17:49:18: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 17:54:17: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 17:54:17: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 17:59:16: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 17:59:16: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 18:04:15: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 18:04:15: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 18:09:13: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 18:09:13: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 18:14:11: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 18:14:11: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 18:19:09: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 18:19:09: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 18:24:08: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 18:24:08: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 18:29:07: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 18:29:07: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 18:34:05: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 18:34:05: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 18:39:04: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 18:39:04: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 18:44:03: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 18:44:03: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 18:49:01: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 18:49:01: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 18:53:58: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 18:53:58: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 18:58:57: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 18:58:57: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 19:03:56: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 19:03:56: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 19:08:55: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 19:08:55: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 19:13:54: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 19:13:54: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 19:18:53: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 19:18:53: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 19:23:51: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 19:23:51: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 19:28:49: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 19:28:49: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 19:33:48: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 19:33:48: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 19:38:46: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 19:38:46: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 19:43:44: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 19:43:44: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 19:48:43: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 19:48:43: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 19:53:42: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 19:53:42: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 19:58:41: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 19:58:41: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 20:03:39: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 20:03:39: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 20:08:38: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 20:08:38: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 20:13:37: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 20:13:37: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 20:18:35: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 20:18:35: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 20:23:33: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 20:23:33: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 20:28:31: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 20:28:31: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 20:33:30: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 20:33:30: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 20:38:28: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 20:38:28: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 20:43:27: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 20:43:27: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 20:48:24: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 20:48:24: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 20:53:23: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 20:53:23: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 20:58:23: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 20:58:23: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 21:03:22: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 21:03:22: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 21:08:19: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 21:08:19: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 21:13:17: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 21:13:17: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 21:18:15: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 21:18:15: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 21:23:14: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 21:23:14: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 21:28:12: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 21:28:12: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 21:33:11: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 21:33:11: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 21:38:08: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 21:38:08: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 21:43:06: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 21:43:06: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 21:48:04: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 21:48:04: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 21:53:03: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 21:53:03: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 21:58:01: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 21:58:01: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 22:03:00: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 22:03:00: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 22:07:59: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 22:07:59: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 22:12:58: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 22:12:58: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 22:17:57: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 22:17:57: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 22:22:56: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 22:22:56: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 22:27:54: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 22:27:54: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 22:32:52: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 22:32:52: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 22:37:51: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 22:37:51: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 22:42:49: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 22:42:49: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 22:47:47: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 22:47:47: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 22:52:45: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 22:52:45: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 22:57:43: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 22:57:43: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 23:02:42: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 23:02:42: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 23:07:41: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 23:07:41: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 23:12:39: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 23:12:39: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 23:17:38: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 23:17:38: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 23:22:37: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 23:22:37: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 23:27:34: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 23:27:34: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 23:32:32: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 23:32:32: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 23:37:30: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 23:37:30: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 23:42:28: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 23:42:28: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 23:47:27: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 23:47:27: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 23:52:25: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 23:52:25: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-13 23:57:24: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-13 23:57:24: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 00:02:23: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 00:02:23: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 00:07:21: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 00:07:21: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 00:12:19: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 00:12:19: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 00:17:16: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 00:17:16: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 00:22:15: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 00:22:15: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 00:27:14: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 00:27:14: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 00:32:12: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 00:32:12: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 00:37:10: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 00:37:10: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 00:42:09: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 00:42:09: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 00:47:06: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 00:47:06: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 00:52:05: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 00:52:05: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 00:57:04: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 00:57:04: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 01:02:01: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 01:02:01: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 01:07:00: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 01:07:00: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 01:11:58: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 01:11:58: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 01:16:56: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 01:16:56: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 01:21:54: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 01:21:54: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 01:26:53: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 01:26:53: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 01:31:52: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 01:31:52: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 01:36:49: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 01:36:49: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 01:41:48: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 01:41:48: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 01:46:45: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 01:46:45: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 01:51:44: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 01:51:44: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 01:56:42: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 01:56:42: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 02:01:41: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 02:01:41: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 02:06:39: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 02:06:39: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 02:11:38: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 02:11:38: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 02:16:35: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 02:16:35: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 02:21:33: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 02:21:33: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 02:26:31: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 02:26:31: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 02:31:30: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 02:31:30: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 02:36:28: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 02:36:28: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 02:41:27: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 02:41:27: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 02:46:26: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 02:46:26: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 02:51:24: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 02:51:24: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 02:56:22: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 02:56:22: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 03:01:22: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 03:01:22: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 03:06:20: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 03:06:20: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 03:11:19: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 03:11:19: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 03:16:17: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 03:16:17: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 03:21:15: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 03:21:15: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 03:26:14: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 03:26:14: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 03:31:11: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 03:31:11: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 03:36:10: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 03:36:10: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 03:41:08: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 03:41:08: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 03:46:06: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 03:46:06: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 03:51:04: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 03:51:04: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 03:56:02: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 03:56:02: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 04:01:01: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 04:01:01: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 04:06:00: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 04:06:00: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 04:10:58: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 04:10:58: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 04:15:56: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 04:15:56: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 04:20:55: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 04:20:55: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 04:25:53: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 04:25:53: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 04:30:52: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 04:30:52: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 04:35:51: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 04:35:51: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 04:40:49: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 04:40:49: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 04:45:48: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 04:45:48: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 04:50:45: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 04:50:45: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 04:55:44: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 04:55:44: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 05:00:43: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 05:00:43: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 05:05:42: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 05:05:42: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 05:10:41: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 05:10:41: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 05:15:39: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 05:15:39: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 05:20:37: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 05:20:37: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 05:25:36: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 05:25:36: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 05:30:34: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 05:30:34: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 05:35:32: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 05:35:32: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 05:40:31: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 05:40:31: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 05:45:29: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 05:45:29: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 05:50:28: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 05:50:28: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 05:55:26: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 05:55:26: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 06:00:25: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 06:00:25: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 06:05:23: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 06:05:23: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 06:10:21: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 06:10:21: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 06:15:20: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 06:15:20: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 06:20:18: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 06:20:18: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 06:25:16: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 06:25:16: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 06:30:15: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 06:30:15: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 06:35:14: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 06:35:14: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 06:40:12: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 06:40:12: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 06:45:10: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 06:45:10: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 06:50:08: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 06:50:08: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 06:55:07: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 06:55:07: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 07:00:05: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 07:00:05: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 07:05:04: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 07:05:04: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 07:10:03: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 07:10:03: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 07:15:02: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 07:15:02: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 07:20:01: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 07:20:01: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 07:24:58: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 07:24:58: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 07:29:57: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 07:29:57: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 07:34:55: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 07:34:55: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 07:39:53: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 07:39:53: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 07:44:52: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 07:44:52: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 07:49:52: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 07:49:52: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 07:54:48: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 07:54:48: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 07:59:47: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 07:59:47: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 08:04:44: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 08:04:44: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 08:09:42: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 08:09:42: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 08:14:41: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 08:14:41: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 08:19:40: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 08:19:40: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 08:24:38: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 08:24:38: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 08:29:37: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 08:29:37: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 08:34:35: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 08:34:35: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 08:39:34: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 08:39:34: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 08:44:33: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 08:44:33: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 08:49:32: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 08:49:32: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 08:54:30: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 08:54:30: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 08:59:29: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 08:59:29: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 09:04:26: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 09:04:26: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 09:09:25: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 09:09:25: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 09:14:23: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 09:14:23: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 09:19:23: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 09:19:23: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 09:24:20: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 09:24:20: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 09:29:19: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 09:29:19: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 09:34:17: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 09:34:17: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 09:39:16: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 09:39:16: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 09:44:15: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 09:44:15: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 09:49:13: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 09:49:13: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 09:54:11: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 09:54:11: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 09:59:10: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 09:59:10: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 10:04:08: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 10:04:08: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 10:09:06: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 10:09:06: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 10:14:05: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 10:14:05: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 10:19:02: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 10:19:02: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 10:24:01: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 10:24:01: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 10:28:59: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 10:28:59: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 10:33:59: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 10:33:59: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 10:38:12: message:modules\FileLogger\FileLogger.cpp:86: Starting to log for: NSClient++ - 0.3.9.328 2011-08-16
2015-07-14 10:38:20: debug:CACHENSClient++.cpp:557: Attempting to start NSCLient++ - 0.3.9.328 2011-08-16
2015-07-14 10:38:20: message:CACHEmodules\FileLogger\FileLogger.cpp:87: Log path is: C:\Program Files\NSClient++\\nsclient.log
2015-07-14 10:38:20: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:38:20: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:38:26: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:38:26: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:38:28: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:38:28: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:38:29: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:38:29: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:38:30: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:38:30: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:38:30: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:38:30: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:38:31: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:38:31: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:38:31: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:38:31: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:38:32: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 10:38:32: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 10:38:34: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 10:38:34: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 10:38:36: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:38:36: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:38:56: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 10:38:56: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 10:41:20: message:modules\FileLogger\FileLogger.cpp:86: Starting to log for: NSClient++ - 0.3.9.328 2011-08-16
2015-07-14 10:41:24: debug:CACHENSClient++.cpp:557: Attempting to start NSCLient++ - 0.3.9.328 2011-08-16
2015-07-14 10:41:24: message:CACHEmodules\FileLogger\FileLogger.cpp:87: Log path is: C:\Program Files\NSClient++\\nsclient.log
2015-07-14 10:41:24: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:41:24: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:41:29: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:41:29: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:41:30: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:41:30: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:43:55: message:NSClient++.cpp:1195: No handler for command: 'check_print_spooler'
2015-07-14 10:43:55: message:include\NSCHelper.cpp:238: No handler for command 'check_print_spooler'.
2015-07-14 10:44:48: message:modules\FileLogger\FileLogger.cpp:86: Starting to log for: NSClient++ - 0.3.9.328 2011-08-16
2015-07-14 10:44:59: debug:CACHENSClient++.cpp:557: Attempting to start NSCLient++ - 0.3.9.328 2011-08-16
2015-07-14 10:44:59: message:CACHEmodules\FileLogger\FileLogger.cpp:87: Log path is: C:\Program Files\NSClient++\\nsclient.log
2015-07-14 10:44:59: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:44:59: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:45:01: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:45:01: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:45:04: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:45:04: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:45:06: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:45:06: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:46:03: message:modules\FileLogger\FileLogger.cpp:86: Starting to log for: NSClient++ - 0.3.9.328 2011-08-16
2015-07-14 10:46:12: debug:CACHENSClient++.cpp:557: Attempting to start NSCLient++ - 0.3.9.328 2011-08-16
2015-07-14 10:46:12: message:CACHEmodules\FileLogger\FileLogger.cpp:87: Log path is: C:\Program Files\NSClient++\\nsclient.log
2015-07-14 10:46:12: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:46:12: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:46:13: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:46:13: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:46:14: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:46:14: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
2015-07-14 10:46:15: error:modules\NRPEListener\NRPEListener.cpp:422: Request contained arguments (not currently allowed, check the allow_arguments option).
2015-07-14 10:46:15: error:modules\NRPEListener\NRPEListener.cpp:320: Exception handling NRPE packet
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: check_print_spooler

Post by ssax »

Please post the full nsclient.ini config, also let us know the exact version of NSClient you are using, it should show in add/remove programs on the right hand side.
gdolidze
Posts: 154
Joined: Tue Apr 07, 2015 10:07 am

Re: check_print_spooler

Post by gdolidze »

The exact version is 0.3.9.328
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: check_print_spooler

Post by ssax »

That was the log file, we need the .ini :)
gdolidze
Posts: 154
Joined: Tue Apr 07, 2015 10:07 am

Re: check_print_spooler

Post by gdolidze »

Is this the file?
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: check_print_spooler

Post by ssax »

Yep!

Under the [NRPE] section:

Change this:

Code: Select all

;allow_arguments=0
To:

Code: Select all

allow_arguments=1
Then restart the nsclient service and try the command again.
gdolidze
Posts: 154
Joined: Tue Apr 07, 2015 10:07 am

Re: check_print_spooler

Post by gdolidze »

Now I get this error

[root@nagios tmp]# /usr/local/nagios/libexec/check_nrpe -H 10.1.50.10 -c check_print_spooler -a "."
C:\Program Files\NSClient++\scripts\check_print_spooler.vbs(23, 1) Microsoft VBScript runtime error: The remote server machine does not exist or is unavailable: 'GetObject'


' MSDN: http://msdn.microsoft.com/en-us/library ... 85%29.aspx
' Required Variables
' Author: Oliver Skibbe oliskibbe (at) gmail.com
' Date: 2013-10-30
Const PROGNAME = "check_print_spooler"
Const VERSION = "1.1.0"

' Nagios helper functions
Include "C:\Program Files\NSClient++\scripts\lib\NagiosPlugins.vbs"

' Arguments
strComputer = WScript.Arguments.Item(0)

' Defaults
return_code = 0
return_msg = "Everythings fine"

' automatically kill job?
killjob = true


' Create WMI object
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")

' Create the NagiosPlugin object
Set np = New NagiosPlugin

' Fetch all jobs with status error
Set Result = objWMIService.ExecQuery("Select * From Win32_PrintJob Where Status = 'Error'")

For Each instance In Result

' automatic job kill
If killjob = True Then
instance.Delete_
Else
' JobId is attached to "caption, description and name" thus we want to split and accessible with printerName(1)
printerName = Split(instance.Caption,",")
' if job should not be automatically killed, print critical and printer name
failedPrinterStr = failedPrinterStr & " " & Chr(34) & printerName(0) & Chr(34)
return_code = 2
End If
next

If return_code > 0 Then
return_msg = "Job Errors on printer " & failedPrinterStr
End If

' Nice Exit with msg and exitcode
np.nagios_exit return_msg, return_code


Sub Include( cNameScript )
Set oFS = CreateObject("Scripting.FileSystemObject")
Set oFile = oFS.OpenTextFile( cNameScript )
ExecuteGlobal oFile.ReadAll()
oFile.Close
End Sub
Last edited by gdolidze on Tue Jul 14, 2015 10:51 am, edited 1 time in total.
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: check_print_spooler

Post by jdalrymple »

Did you ever run this script from your Windows host?

Code: Select all

cscript.exe /T:30 /NoLogo scripts/check_print_spooler.vbs <yourprinterIP>
Locked