Page 1 of 1

Nagios XI Operations Screen

Posted: Sat Feb 07, 2015 2:23 am
by michaelli
Hi,

I am evaluate the nagios xi (60 days trials verison) for replace BB monitoring system. On "Operations Screen"
http://[hostnme]/nagiosxi/includes/components/opscreen/opscreen.php

Is it allow to remove the icons "Nagios Operations Screen" because we would like to see more events in this page for our daily operation?

Re: Nagios XI Operations Screen

Posted: Sun Feb 08, 2015 7:20 pm
by Box293
FYI for Nagios XI questions please post them in the General Support or Customer support forum.

This is not currently configurable in the XI GUI but can be changed in the code.

/usr/local/nagiosxi/html/includes/components/opscreen/merlin.php

There is a logo div that you can surround with comment code and it will be ignored

Code: Select all

<!-- -->

Code: Select all

<!--<div class="logo">
    <a href="http://www.nagios.com" target="_blank"><img src="images/nagios.png" border="0" alt="Nagios" title="Nagios"></a>
    <br clear="right">

    <div class="logotext"><?php echo gettext("Operations Screen"); ?></div>
</div>-->