Unable to strat the NSCLient Service

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Re: Unable to strat the NSCLient Service

Post by RIDS_I2MP »

Hi,

The path of the executable is

C:\Program Files\NSClient++\nsclient++.exe
Thanks & Regards,
I2MP Team.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Unable to strat the NSCLient Service

Post by lmiltchev »

This seems like a valid path to the NSClient++ executable (ver. 3.x)...
We have tried uninstalling the agent and reinstalling the agent but no change. We could not reboot the server as it is production server. We have used the .exe to install the agent.
What version of the client have you tried to install? Try uninstalling NSClient++ again and reinstall using the "*.msi" file.
Be sure to check out our Knowledgebase for helpful articles and solutions!
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Re: Unable to strat the NSCLient Service

Post by RIDS_I2MP »

Hi,

That was a mistake from our side, we are using .msi to install the Nagios agent.
Thanks & Regards,
I2MP Team.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Unable to strat the NSCLient Service

Post by slansing »

I'd highly recommend you take a look at the NSClient++ support channels as well as in this case it's not a direct issue with Nagios. I've not seen this problem before, so it was likely a fluke with the installation, or an issue with how it's being handled on the windows end.

https://www.nsclient.org/forums/forum/nsclient-support/
cmerchant
Posts: 546
Joined: Wed Sep 24, 2014 11:19 am

Re: Unable to strat the NSCLient Service

Post by cmerchant »

Could you verify that the ports used by NSClient are not being used?

From a windows command prompt issue the following:

Code: Select all

netstat -na | find "5666"
netstat -na | find "12489"
Locked