Page 1 of 1

URL NAgios

Posted: Tue Aug 16, 2016 12:47 pm
by ednaldojta
Good afternoon friends,
I wanted to know how to set up a URL with a different alias. For example, instead of http://10.10.60.51/nagiosxi
I put http: //nagios.empresa/nagiosxi

Re: URL NAgios

Posted: Tue Aug 16, 2016 1:07 pm
by rkennedy
You would need to setup a DNS A record on nagios.empresa to be pointed to 10.10.60.51. Then, you'll be able to access http://nagios.emprasa/nagiosxi.

Re: URL NAgios

Posted: Tue Aug 16, 2016 1:12 pm
by ednaldojta
And how I do it?

Re: URL NAgios

Posted: Tue Aug 16, 2016 1:26 pm
by rkennedy
Do you have a DNS server running authoritative records for the 'empresa' domain? It would need to be setup on that layer.

The other option is modifying your hosts file, but that would make the DNS only work for you.

Re: URL NAgios

Posted: Tue Aug 16, 2016 1:35 pm
by ednaldojta
I wanted to access internally.
Only on my internal network. It is possible to do this with the Host?

Re: URL NAgios

Posted: Tue Aug 16, 2016 2:17 pm
by rkennedy
Yes, do you have a DNS server on your internal network, that houses all of your internal DNS? Might be worth talking to whomever manages that on your network.

Otherwise, look at modifying the 'hosts' file directly. See this link - https://support.rackspace.com/how-to/mo ... osts-file/

Re: URL NAgios

Posted: Wed Aug 17, 2016 9:51 am
by riconeo
Hi,

Are your referring to this?


go to admin, system settings under system configure, your will see a section on the right that says the 'Program URL'

Re: URL NAgios

Posted: Wed Aug 17, 2016 11:15 am
by rkennedy
That is how you tell XI to use the DNS name, you first need to setup DNS in your environment.