CHECK_NRPE: No output returned from daemon

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
CloudOps
Posts: 88
Joined: Mon Feb 08, 2016 12:52 am

CHECK_NRPE: No output returned from daemon

Post by CloudOps »

Hi All,

When i am running check_nrpe for windows, i am getting below error attaching my NSclient configuration file. :

./check_nrpe -H 192.168.30.64 -p 5666 -c Checkwmi -a "Query=Select NumberOfLogicalProcessors from win32_Processor" ignore-perf-data
CHECK_NRPE: No output returned from daemon.
[root@VM-NAGIOSXI-TEST libexec]#


when i see nsclinet logs i could see the below error :

2016-03-25 07:00:57: error:c:\source\nscp\include\nscapi\nscapi_core_wrapper.cpp:159: Failed to execute command
2016-03-25 07:00:57: error:c:\source\nscp\include\nscapi\nscapi_core_helper.cpp:95: Failed to execute command: CheckWMI
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: CHECK_NRPE: No output returned from daemon

Post by lmiltchev »

Try running:

Code: Select all

./check_nrpe -H 192.168.30.64 -p 5666 -c check_wmi -a "query=Select NumberOfLogicalProcessors from win32_Processor"
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked