Problem with Birdseye time display

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Fred Kroeger
Posts: 588
Joined: Wed Oct 19, 2011 11:36 pm
Location: Perth, Western Australia
Contact:

Re: Problem with Birdseye time display

Post by Fred Kroeger »

I'll send it as a PM if thats OK?
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Problem with Birdseye time display

Post 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

Code: Select all

word-wrap: break-word; 
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
You do not have the required permissions to view the files attached to this post.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: Problem with Birdseye time display

Post 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
Nagios XI 5.8.1
https://outsideit.net
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Problem with Birdseye time display

Post by abrist »

I submitted an internal bug report. I t should be in the next released birdseye version.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: Problem with Birdseye time display

Post 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
Last edited by WillemDH on Thu Nov 06, 2014 4:22 pm, edited 1 time in total.
Nagios XI 5.8.1
https://outsideit.net
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Problem with Birdseye time display

Post by slansing »

Sure, I'll throw in a feature request for it right now.

Edit: done!
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: Problem with Birdseye time display

Post by WillemDH »

Ok, Thread can be closed. I'll wait for the Birdseye update.
Nagios XI 5.8.1
https://outsideit.net
cmerchant
Posts: 546
Joined: Wed Sep 24, 2014 11:19 am

Re: Problem with Birdseye time display

Post by cmerchant »

We'll go ahead and close the thread. Thanks.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Problem with Birdseye time display

Post by scottwilkerson »

Updated: added in 3.0.2 of Birdseye component
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked