Page 2 of 2
Re: Problem with Birdseye time display
Posted: Tue Nov 04, 2014 2:12 am
by Fred Kroeger
I'll send it as a PM if thats OK?
Re: Problem with Birdseye time display
Posted: Tue Nov 04, 2014 3:03 am
by Box293
Ok I was able to reproduce your problem, the problem you are getting is with hosts and services with long text values that do not have spaces. Here is an example:
Selection_010.png
Now I've looked at the CSS code and I am able to fix your problem.
Edit the file :
Code: Select all
/usr/local/nagiosxi/html/includes/components/birdseye/styles/default.css
On line 12 add the following to the end of the .be-host-block style
So the entire line looks like:
Code: Select all
.be-host-block { vertical-align: top; border: 1px solid; text-align: center; border-top-left-radius: 12px; border-top-right-radius: 12px; margin: 10px; word-wrap: break-word; }
And here is how it looks like after the changes
Selection_012.png
Re: Problem with Birdseye time display
Posted: Wed Nov 05, 2014 2:01 pm
by WillemDH
Troy,
Nice one! Will this css fix be included in next patch? I've multiple hosts whose names are too long.
Grtz
Willem
Re: Problem with Birdseye time display
Posted: Wed Nov 05, 2014 5:09 pm
by abrist
I submitted an internal bug report. I t should be in the next released birdseye version.
Re: Problem with Birdseye time display
Posted: Thu Nov 06, 2014 3:29 am
by WillemDH
Will there be a possibility in the next birdseye update to exclude 'acknowledged' and 'downtimed' hosts and services? As at this time the view is full of things that already have been acknowledged.
Grtz
Willem
Re: Problem with Birdseye time display
Posted: Thu Nov 06, 2014 3:25 pm
by slansing
Sure, I'll throw in a feature request for it right now.
Edit: done!
Re: Problem with Birdseye time display
Posted: Thu Nov 06, 2014 4:22 pm
by WillemDH
Ok, Thread can be closed. I'll wait for the Birdseye update.
Re: Problem with Birdseye time display
Posted: Thu Nov 06, 2014 4:25 pm
by cmerchant
We'll go ahead and close the thread. Thanks.
Re: Problem with Birdseye time display
Posted: Tue Apr 07, 2015 5:27 pm
by scottwilkerson
Updated: added in 3.0.2 of Birdseye component