LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Windows server monitorig by nagios: The system cannot find the path specified. (https://www.linuxquestions.org/questions/linux-software-2/windows-server-monitorig-by-nagios-the-system-cannot-find-the-path-specified-730867/)

sarajevo 06-05-2009 04:37 AM

Windows server monitorig by nagios: The system cannot find the path specified.
 
Hi,

I am tring to set up nagios monitoring of some windows based hosts, and installed nagios on debian, it works ok but for some reason I cannot get return information about host state.

Network connectivity to windows host on port 5666 works.

In NSC.ini I defined command

command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20
for checking load.

On nagios server check_load plugin exist.

When I run command from command line
./check_nrpe -H IP_ADDRESS -n -c check_load

I am getting error

ExternalCommands: failed to create process (/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20): 3: The system cannot find the path specified.

So it reaches windows server and read what it should do, but it is confusing for me " ...which path ... "

Path of nagios plugins on nagios servers is as specified:

/usr/lib/nagios/plugins


Via web I am getting for service monitored error : (No output returned from plugin)

Commnets are very welcom and thank you in advance, I really do not know what to change.

Kind regards,

acid_kewpie 06-05-2009 04:16 PM

well that's a unix path (and a Linux only Nagios tool AFAIK) being looked for on a windows server, why would you expect it to find it?

http://nagios.sourceforge.net/docs/3...g-windows.html

sarajevo 06-06-2009 12:38 AM

Quote:

Originally Posted by acid_kewpie (Post 3564608)
well that's a unix path (and a Linux only Nagios tool AFAIK) being looked for on a windows server, why would you expect it to find it?

http://nagios.sourceforge.net/docs/3...g-windows.html

thank you for message,

I do not expect to find it on windows, it should be some way to tell windows NRPE client to read commands from linux, and I am struggling how to set up it ;)
Best regards,


All times are GMT -5. The time now is 03:15 PM.