Good morning
We recently had a package created for the automated install of NCPA on windows. However, when created we did not set the IP address in the command like to 0.0.0.0 . We are unable to navigate to the servers through Nagios and we thought it was a default command, is there a way to adjust these setting with NCPA already installed?
Windows NCPA question
Re: Windows NCPA question
You will need to find a way to remotely edit the ncpa.cfg file by adding this line:
You could probably do that by using:
See some discussions here:
https://social.technet.microsoft.com/Fo ... forum=ITCG
Your sysadmin can probably help you with that.
Obviously, after making the change to the ncpa.cfg file, you would need to restart the NCPA Listener service, so that changes can take effect.
Code: Select all
ip =0.0.0.0Code: Select all
\\ip address\c$https://social.technet.microsoft.com/Fo ... forum=ITCG
Your sysadmin can probably help you with that.
Obviously, after making the change to the ncpa.cfg file, you would need to restart the NCPA Listener service, so that changes can take effect.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Windows NCPA question
One more thing - just to give you the heads up, the issue is going to be fixed in NCPA 2.17. You can see the changelog here:
https://github.com/NagiosEnterprises/nc ... HANGES.rst
https://github.com/NagiosEnterprises/nc ... HANGES.rst
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Windows NCPA question
Thank you
I appreciate the help!!
I appreciate the help!!
Re: Windows NCPA question
You are welcome! Let us know if you have any further questions.
Be sure to check out our Knowledgebase for helpful articles and solutions!