Problem with Birdseye time display
-
Fred Kroeger
- Posts: 588
- Joined: Wed Oct 19, 2011 11:36 pm
- Location: Perth, Western Australia
- Contact:
Re: Problem with Birdseye time display
I'll send it as a PM if thats OK?
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Problem with Birdseye time display
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:
Now I've looked at the CSS code and I am able to fix your problem.
Edit the file :
On line 12 add the following to the end of the .be-host-block style
So the entire line looks like:
And here is how it looks like after the changes
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.cssCode: Select all
word-wrap: break-word; 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; }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.
Re: Problem with Birdseye time display
Troy,
Nice one! Will this css fix be included in next patch? I've multiple hosts whose names are too long.
Grtz
Willem
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
https://outsideit.net
Re: Problem with Birdseye time display
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.
"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.
Re: Problem with Birdseye time display
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
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
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
Sure, I'll throw in a feature request for it right now.
Edit: done!
Edit: done!
Re: Problem with Birdseye time display
Ok, Thread can be closed. I'll wait for the Birdseye update.
Nagios XI 5.8.1
https://outsideit.net
https://outsideit.net
Re: Problem with Birdseye time display
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
Updated: added in 3.0.2 of Birdseye component