I have one host on which the NRDS_Win plugins appear to produce no output. I have tried reinstalling NRDS_Win. The installation goes fine, and NRDS_Win is able to download its configuration and plugins from Nagios just fine. However, when the plugins are executed by the scheduled task, there is no output:
Code: Select all
4/20/2020 3:54:51 PM command to be run : C:\PROGRA~1\Nagios\NRDS_Win\plugins\check_pdm.exe --memory pagefile -w 80 -c 95
4/20/2020 3:54:51 PM command line executing : cmd /c C:\PROGRA~1\Nagios\NRDS_Win\plugins\check_pdm.exe --memory pagefile -w 80 -c 95 > %temp%\output.txt
4/20/2020 3:54:51 PM return results from plugin :
4/20/2020 3:54:51 PM return code from plugin : 1
4/20/2020 3:54:51 PM command to be run : C:\PROGRA~1\Nagios\NRDS_Win\plugins\check_pdm.exe --memory virtual -w 80 -c 95
4/20/2020 3:54:51 PM command line executing : cmd /c C:\PROGRA~1\Nagios\NRDS_Win\plugins\check_pdm.exe --memory virtual -w 80 -c 95 > %temp%\output.txt
4/20/2020 3:54:51 PM return results from plugin :
4/20/2020 3:54:51 PM return code from plugin : 1
4/20/2020 3:54:51 PM command to be run : C:\PROGRA~1\Nagios\NRDS_Win\plugins\check_winprocess.exe --warning 300 --critical 400
4/20/2020 3:54:51 PM command line executing : cmd /c C:\PROGRA~1\Nagios\NRDS_Win\plugins\check_winprocess.exe --warning 300 --critical 400 > %temp%\output.txt
4/20/2020 3:54:51 PM return results from plugin :
4/20/2020 3:54:51 PM return code from plugin : 1Code: Select all
PS C:\Program Files> cmd /c C:\PROGRA~1\Nagios\NRDS_Win\plugins\check_winprocess.exe --warning 300 --critical 400
PROCESS OK - 55 process(es)|processes=55;300;400;
PS C:\Program Files>Thanks.