Page 1 of 1
World Map Stand Alone Network
Posted: Thu Jun 13, 2019 6:55 am
by angelaowens
We are running Nagios XI in a stand alone network that does not touch the internet. It have entered in a few coordinates for hosts, but when we click on the world map feature, I see the pins, but there is not map rendering. It is just pins on a grey background. How do we get the maps imported so that we see a map with pins on it?
thank you!
Re: World Map Stand Alone Network
Posted: Thu Jun 13, 2019 1:46 pm
by benjaminsmith
Hi
@angelaowens,
The map component calls an external tile server to generate the appropriate background based on location settings, so that is not fully functional in an offline setting.
If you have access to a tile server in your local network it maybe possible to get it working, but without network access, it would involve making code changes to the maps component.
Please let me know if you have any questions.
Re: World Map Stand Alone Network
Posted: Thu Jun 13, 2019 2:00 pm
by angelaowens
Yes I am sure that we do have a map tile server we can connect it to. I just need to know what to edit in the code for it. thank you
Re: World Map Stand Alone Network
Posted: Thu Jun 13, 2019 2:17 pm
by benjaminsmith
Hi Angela,
You'll find the maps component at:
/usr/local/nagiosxi/html/includes/compnents/map
Sorry for the inconvenience, but custom development or modification of the source code is outside the scope of technical support.
For your reference, here's a general guide for developing components in Nagios XI.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf