Page 1 of 1

change Network Status Map default layout

Posted: Tue Mar 28, 2017 4:54 pm
by rba
Sorry if this has been answered elsewhere.

Where can the default layout of the Network Status map changed to something else (now it defaults to Circular Balloon)? for example Balanced Tree ?

This is on the latest version of Nagiosxi, running on Centos7

Thanks

Re: change Network Status Map default layout

Posted: Wed Mar 29, 2017 9:29 am
by lmiltchev
You can click on the button in the upper right corner under the "Network Status Map" page, select "Balanced Tree" option from the "Layout" drop-down menu, and click on "Apply".
example01.PNG

Re: change Network Status Map default layout

Posted: Wed Mar 29, 2017 11:32 am
by rba
yeah it can be changed there but is there a config file that can be edited so the default is something other than circular balloon?

Re: change Network Status Map default layout

Posted: Wed Mar 29, 2017 2:11 pm
by lmiltchev
Unfortunately, it is not possible to set up a "default" layout for the Network Status Map in Nagios XI at the moment. In Nagios Core, you can change the default layout by modifying the cgi.cfg file.

Example:

Code: Select all

default_statusmap_layout=3
Read more on the topic here:
https://assets.nagios.com/downloads/nag ... igcgi.html

In order to add this functionality in Nagios XI, we would need to modify the "statusmap" component. This could be a good candidate for a feature request.

Re: change Network Status Map default layout

Posted: Wed Mar 29, 2017 5:02 pm
by rba
please close thanks