Page 1 of 1

Change axis BBMAP table positions

Posted: Tue Jul 12, 2016 10:17 am
by viewsat
Hi.

Does anybody know how to change the Hosts for top and Services for the vertical left in BBMAP?

Re: Change axis BBMAP table positions

Posted: Tue Jul 12, 2016 2:09 pm
by ssax
There is not an easy way to do this without editing the PHP code in this file:

Code: Select all

/usr/local/nagiosxi/html/includes/components/bbmap/bbmap.inc.php
It would require quite a bit of changes/restructuring of the code so it's not something that we can do for you (will be time consuming) but if you would like to give it a go you would be modifying this function (arround line 104):

Code: Select all

xicore_ajax_get_bbmap_dashlet_html
*** Note: This will get reverted if you upgrade and will need to be reimplemented.
*** Make sure that you have known-good backups/vm snapshots before making any modifications

I've created a feature request for it as well:

Code: Select all

NEW TASK ID 9057 created - Nagios XI Feature Request: BBMap - Add the option to swap host and service positions in the table