The default port for NSClient++ is 12489. Is is possible to change this port, and if so where does this change need to be made?
The default port for NSClient++ is 12489. Is is possible to change this port, and if so where does this change need to be made?
The TCP port 12489 is the default port for using check_nt not for all the services offered by nsclient.
If you want to change the default port, you can do this in the file
nsclient.ini
.You would have something like this :
After, don't forget to restart your service. And test with
netstat
to be sure your new port is correctly opened.