2014 Update - Operations Screen Color Scheme

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
mberkley
Posts: 38
Joined: Thu Mar 27, 2014 10:46 am
Location: Chicago, IL
Contact:

2014 Update - Operations Screen Color Scheme

Post by mberkley »

On the Operations screen the color scheme has changed making it nearly impossible to read alerts.

We thought it was just our installation, but the same issue is happening on your own Demo XI page.
Example:
Image

White on White Text & White on Yellow text difficult. We have this screen on our 84" video wall, and we need to be able to read it. Is there a CSS file that can be modified to correct this?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: 2014 Update - Operations Screen Color Scheme

Post by slansing »

Thank you for reporting this, I'm going to file a request to get it changed, at least the white on yellow text.
User avatar
mberkley
Posts: 38
Joined: Thu Mar 27, 2014 10:46 am
Location: Chicago, IL
Contact:

Re: 2014 Update - Operations Screen Color Scheme

Post by mberkley »

I've tried different variations of editing the PHP to no avail.
Does someone have some insight how I could modify the CSS to show hyperlinks as Black on the yellow (and more importantly white) backgrounds?

Here is the CSS from the PHP file:
.warning {
background: yellow;
background: -moz-linear-gradient(top center, yellow 50%, #edef00 50%);
color: black;
text-shadow: -1px -1px 0 #feff5f;
}
.critical td,
.ok td,
.warning td {
}
.warning td{
border-bottom: 1px solid #bdbf00;
border-right: 1px solid #bdbf00;
}
.ok td{
border-bottom: 1px solid #016f00;
border-right: 1px solid #016f00;
}

.date {
white-space: nowrap;

}
User avatar
mberkley
Posts: 38
Joined: Thu Mar 27, 2014 10:46 am
Location: Chicago, IL
Contact:

Re: 2014 Update - Operations Screen Color Scheme

Post by mberkley »

NOT GOOD

That update completely rendered our NagiosXI useless. All we have are blank screens. We can still log into the core, but nothing else.
We followed your directions. We uploaded the .zip file. Was there an alternative method of doing this?

Is there any way to undo immediately?

We need to monitor our infrastructure.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: 2014 Update - Operations Screen Color Scheme

Post by tmcdonald »

Scott is working on this as we speak and we will update you ASAP. Post was deleted to keep anyone else from downloading.
Former Nagios employee
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: 2014 Update - Operations Screen Color Scheme

Post by scottwilkerson »

run

Code: Select all

rm -rf /usr/local/nagiosxi/html/includes/components/opscreen
Sorry about that

Attached is a tested component without the php error....

Truly sorry about that.
You do not have the required permissions to view the files attached to this post.
Last edited by scottwilkerson on Thu May 29, 2014 4:02 pm, edited 1 time in total.
Reason: fix path
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: 2014 Update - Operations Screen Color Scheme

Post by tmcdonald »

Tested working by both myself and sreinhardt. Should be good to go.
Former Nagios employee
User avatar
mberkley
Posts: 38
Joined: Thu Mar 27, 2014 10:46 am
Location: Chicago, IL
Contact:

Re: 2014 Update - Operations Screen Color Scheme

Post by mberkley »

scottwilkerson wrote:run

Code: Select all

rm -rf /usr/local/nagiosxi/includes/components/opscreen
This method did not work for us, so we simply renamed the folder and we were out of impact. We are testing the new component now.
User avatar
mberkley
Posts: 38
Joined: Thu Mar 27, 2014 10:46 am
Location: Chicago, IL
Contact:

Re: 2014 Update - Operations Screen Color Scheme

Post by mberkley »

tmcdonald wrote:Tested working by both myself and sreinhardt. Should be good to go.

Phew.....

New component worked as intended.

Thank Yooouuu. Had us all nervous here for a few moments. :)

Great response time.
User avatar
snapon_admin
Posts: 952
Joined: Mon Jun 10, 2013 10:39 am
Location: Kenosha, WI
Contact:

Re: 2014 Update - Operations Screen Color Scheme

Post by snapon_admin »

I'm having this same error (saw the updated component and got excited so I installed it as well). The removal method did not seem to work for me and we're still having issues getting in. I can't even seem to log into the CLI atm...thoughts?

Edit. Quick look at top shows that the CPU is completely topped out atm.

Code: Select all

top - 16:15:23 up 35 min,  1 user,  load average: 694.64, 685.83, 606.31
Tasks: 1042 total,  48 running, 984 sleeping,   0 stopped,  10 zombie
Cpu(s): 87.5%us,  0.2%sy,  0.0%ni, 12.4%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   8061012k total,  1883568k used,  6177444k free,    55192k buffers
Swap:   262136k total,        0k used,   262136k free,   296044k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
 2204 nagios    20   0 10248 1304  660 R 99.7  0.0 160103,58 nagios
 2209 nagios    20   0 10260 1312  660 R 99.7  0.0 110071,48 nagios
 2213 nagios    20   0 10404 1384  660 R 99.7  0.0  25016,34 nagios
 2203 nagios    20   0 10408 1408  660 R 99.4  0.0  80052,22 nagios
 2206 nagios    20   0 10404 1408  660 R 97.8  0.0 105068,33 nagios
14534 root      20   0  120m  36m 3096 S  1.6  0.5  5124095h mrtg
14451 root      20   0 15704 2004  944 R  0.7  0.0   0:00.33 top
14155 nagios    20   0  219m  21m 7428 S  0.3  0.3 300194:20 php
    1 root      20   0 19356 1592 1264 S  0.0  0.0  8911547h init
Locked