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?
Nagios XI Operations Screen
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Nagios XI Operations Screen
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
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.