Changing destination IP on client

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
okcjj
Posts: 2
Joined: Thu Jul 20, 2017 4:32 pm

Changing destination IP on client

Post by okcjj »

I need to change the destination IP address on an XI client to point it toward the Primary server. Durning the initial client installation I fat-fingered the IP address for the host. I have been through all the config files I can find, but can't find where this is set.

I am running RHEL 6 on the client.

Thanks.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Changing destination IP on client

Post by scottwilkerson »

edit /etc/xinetd.d/nrpe

modify the only_from field

Then restart xinetd

Code: Select all

service xinetd restart
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
okcjj
Posts: 2
Joined: Thu Jul 20, 2017 4:32 pm

Re: Changing destination IP on client

Post by okcjj »

Excellent...that is what I needed. Made the change and working properly!

Thanks!!!!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Changing destination IP on client

Post by scottwilkerson »

Great, glad it is working!
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked