Nagios XI Operations Screen

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
michaelli
Posts: 115
Joined: Thu Jan 29, 2015 11:21 am

Nagios XI Operations Screen

Post 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?
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Nagios XI Operations Screen

Post 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>-->
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked