Page 1 of 1

Change BBMAP axis position

Posted: Wed Apr 11, 2018 10:36 pm
by ericiesync
Hello, does anyone know how to restructure the code for BBMAP to change the host to the top/hiding the host and then showing the services name on the vertical left with its status?

Change BBMAP axis position

Posted: Wed Apr 11, 2018 10:38 pm
by ericiesync
Hi, does anyone know how to change the position of host to top or hiding the host and then output the service on vertical left?

Re: Change BBMAP axis position

Posted: Thu Apr 12, 2018 7:42 am
by scottwilkerson
Sorry, this is not possible.

Re: Change BBMAP axis position

Posted: Thu Apr 12, 2018 8:46 am
by mcapra
This is definitely not native functionality as @scottwilkerson pointed out.

You could probably do this by leveraging the custom includes component and a bit of clever Javascript or CSS:
https://support.nagios.com/kb/article.php?id=556

The work would definitely require some Javascript/DOM/jQuery knowledge though.

Re: Change BBMAP axis position

Posted: Thu Apr 12, 2018 2:27 pm
by scottwilkerson
Thanks @mcapra