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,
Remove Nagios XI Logo and replace with Company Logo
Re: Remove Nagios XI Logo and replace with Company Logo
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; ?>">
<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; ?>">
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.