World Map Stand Alone Network

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
angelaowens
Posts: 10
Joined: Wed May 01, 2019 7:09 am

World Map Stand Alone Network

Post 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!
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: World Map Stand Alone Network

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
angelaowens
Posts: 10
Joined: Wed May 01, 2019 7:09 am

Re: World Map Stand Alone Network

Post 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
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: World Map Stand Alone Network

Post 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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked