Page 1 of 1

Remove Nagios XI Logo and replace with Company Logo

Posted: Wed Jan 31, 2018 1:35 pm
by oteroj92
Hello,

Is there a way to remove the nagios XI logo on the top left corner of the home page and replace it with our company logo?


I would also like to avoid having the "Access Nagios XI" page pop up when first accessing NagiosXI. Any way around that?

Thanks,

Re: Remove Nagios XI Logo and replace with Company Logo

Posted: Wed Jan 31, 2018 2:09 pm
by cdienger
The image is found at /usr/local/nagiosxi/html/images/nagios_logo_white_transbg.png and the code that calls it can be found in /usr/local/nagiosxi/html/includes/header.inc.php:

<img src="<?php echo get_base_url(); ?>images/nagios_logo_white_transbg.png" border="0" class="xi-logo" alt="<?php echo $logo_alt; ?>" title="<?php echo $logo_alt; ?>">