control service on the two servers

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
lupetto88
Posts: 1
Joined: Tue Aug 01, 2017 2:52 am

control service on the two servers

Post by lupetto88 »

Hello,
I'm trying add to nagios a control of service.
The service is on port 33333 of a server, but can be moved to another server on the same port. How do you control the service on one of the two servers?
sorry for my English.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: control service on the two servers

Post by cdienger »

If you are asking how to change the default port to 3333, https://support.nagios.com/forum/viewto ... 237&p=5222 should help you. You need to restart the httpd service after making the change:

Code: Select all

service httpd restart
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked