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
CHECK_NRPE: No output returned from daemon
CHECK_NRPE: No output returned from daemon
You do not have the required permissions to view the files attached to this post.
Re: CHECK_NRPE: No output returned from daemon
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!