BBMap

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
peter19x
Posts: 119
Joined: Tue Dec 08, 2015 10:16 am

BBMap

Post by peter19x »

Hello,

I would like to change the BBMap table color from grey to white, can I do that? and where. thanks
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: BBMap

Post by rkennedy »

Can you show us a screenshot outlining which part you're looking to change? It's most likely in the CSS file.
Former Nagios Employee
peter19x
Posts: 119
Joined: Tue Dec 08, 2015 10:16 am

Re: BBMap

Post by peter19x »

Hello,

Thank you for the reply.

I have attached 2 pics. One Picture for the BBMap main page in Home, and one that I filtered and added to my dashboard ( pic1)

Thanks for the help.

Best Regards,
Peter
You do not have the required permissions to view the files attached to this post.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: BBMap

Post by hsmith »

Have you looked in /usr/local/nagiosxi/html/includes/components/bbmap/ ?

I haven't had enough free time to search around yet, but the hex for the color you're looking to change is #d3d3d3
Former Nagios Employee.
me.
peter19x
Posts: 119
Joined: Tue Dec 08, 2015 10:16 am

Re: BBMap

Post by peter19x »

Hello,

I went to /usr/local/nagiosxi/html/includes/components/bbmap, and there was the below files:

bbmap.css
bbmap.inc.php
bbmap.js
dashlet.inc.php
images
index.php
sanity.sh

I assumed the bbmap.css is the right file but there was no color indication in it or in any of the above files.

Best Regards,
Peter
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: BBMap

Post by rkennedy »

Did someone manually make changes to XI already, or does it work on a different browser?

I'm trying to find a part that's grey, but I'm unable to. Here's what my BBMap looks like on XI 5.2.8 -
bbmap-white.PNG
You do not have the required permissions to view the files attached to this post.
Former Nagios Employee
peter19x
Posts: 119
Joined: Tue Dec 08, 2015 10:16 am

Re: BBMap

Post by peter19x »

using this version: Nagios XI 2014R2.7

Other wise if we can find the file that designs the tables it won't matter.

Thanks,
Peter
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: BBMap

Post by rkennedy »

Changing the CSS around really isn't going to be something we can support. While it's not going to hurt anything, this is something that becomes custom development as we're going to have to spend time digging as well. The best guidance I can offer is by running find /usr/local/nagiosxi/html/ -name "*.css" and looking further into the files. You should be able to pull more information by looking at what element that part of the table is pulling from exactly.
Former Nagios Employee
peter19x
Posts: 119
Joined: Tue Dec 08, 2015 10:16 am

Re: BBMap

Post by peter19x »

Hello,

Thank you for the reply.

Indeed it will, Will dig in the scripts and see if I will find my way out. Thank you for the guidance

I am fine with closing this post.

Best Regards,
Peter
Locked