Change axis BBMAP table positions

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
viewsat
Posts: 1
Joined: Tue Jul 12, 2016 6:06 am

Change axis BBMAP table positions

Post by viewsat »

Hi.

Does anybody know how to change the Hosts for top and Services for the vertical left in BBMAP?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Change axis BBMAP table positions

Post 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
Locked