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
URL NAgios
Re: URL NAgios
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.
Former Nagios Employee
Re: URL NAgios
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.
The other option is modifying your hosts file, but that would make the DNS only work for you.
Former Nagios Employee
-
ednaldojta
- Posts: 103
- Joined: Tue Apr 07, 2015 7:52 am
Re: URL NAgios
I wanted to access internally.
Only on my internal network. It is possible to do this with the Host?
Only on my internal network. It is possible to do this with the Host?
Re: URL NAgios
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/
Otherwise, look at modifying the 'hosts' file directly. See this link - https://support.rackspace.com/how-to/mo ... osts-file/
Former Nagios Employee
Re: URL NAgios
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'
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
That is how you tell XI to use the DNS name, you first need to setup DNS in your environment.
Former Nagios Employee