Page 8 of 13
Re: Nagios XI 5 Open Beta - Download Available
Posted: Tue Sep 22, 2015 5:04 pm
by lgroschen
BanditBBS wrote:I found the issue with metrics. If you have it set in performance to not auto run, it just flat out doesnt work. I disabled that just for testing and it works fine.
Edit: Also, thank you for the "remove details" option.
Also, when adding to a dashboard, the font is a little large
Fixed the Metrics to not load initially as intended, but load after you click 'Run'- it was missing a hidden var input.
As far as the text size can you right click the host 'test1' inside the dashboard dashlet and screenshot the css that is being applied to that text? Should be font-size or something like that.
Re: Nagios XI 5 Open Beta - Download Available
Posted: Tue Sep 22, 2015 5:39 pm
by BanditBBS
lgroschen wrote:As far as the text size can you right click the host 'test1' inside the dashboard dashlet and screenshot the css that is being applied to that text? Should be font-size or something like that.
Code: Select all
font-family: verdana, arial;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
Capture.PNG
EDIT: I've closed and relaunched the browser and forced a refresh, still showing larger than any other font on the dashboard.
Re: Nagios XI 5 Open Beta - Download Available
Posted: Wed Sep 23, 2015 12:14 am
by karthek
Is Postgresql still there or it's merged with mysql?
Re: Nagios XI 5 Open Beta - Download Available
Posted: Wed Sep 23, 2015 12:44 am
by karthek
yipeeee!
==================
UPGRADE COMPLETED!
==================
Excited.. Will check out the new features.
Re: Nagios XI 5 Open Beta - Download Available
Posted: Wed Sep 23, 2015 12:50 am
by karthek
Why is my top navigation black??
XI_Black.JPG
Note: The upgrade was successful.
###########EDIT###############
When i change the XI User Interface Theme to
"classic xi" or
"xi 2014" i'm able to see the top navigation, but not in
"xi 5 modern"
XI classic.JPG
Re: Nagios XI 5 Open Beta - Download Available
Posted: Wed Sep 23, 2015 6:52 am
by eloyd
I wondered if he was going to post that. .
Box293 wrote:jomann wrote:However, might be nice to add some sort of dashlet that just lets you add formatted text to dashboards - if there isn't one already floating around out there.
You bet there is, it's called "Text Dashlet Enhanced":
https://exchange.nagios.org/directory/A ... ed/details
Nagios Enterprises can buy it from and an include it in the product

Re: Nagios XI 5 Open Beta - Download Available
Posted: Wed Sep 23, 2015 9:16 am
by lgroschen
karthek wrote:Why is my top navigation black??
XI_Black.JPG
Note: The upgrade was successful.
###########EDIT###############
When i change the XI User Interface Theme to
"classic xi" or
"xi 2014" i'm able to see the top navigation, but not in
"xi 5 modern"
XI classic.JPG
Thanks for reporting this! There was a bug found in the custom logo component and we have the fix coming in the next version.
karthek wrote:Is Postgresql still there or it's merged with mysql?
This is included in XI 5. When using the ./fullinstall script Nagios XI will only use mysql. On existing installs when ./upgrade is used the pgsql database will be retained.
After using the upgrade script it is very possible to migrate the postgres database into the mysql database. We have plans to include a script to perform this in the future releases and it's on our list.
Re: Nagios XI 5 Open Beta - Download Available
Posted: Wed Sep 23, 2015 10:02 am
by jomann
BanditBBS wrote:lgroschen wrote:As far as the text size can you right click the host 'test1' inside the dashboard dashlet and screenshot the css that is being applied to that text? Should be font-size or something like that.
Code: Select all
font-family: verdana, arial;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
Capture.PNG
EDIT: I've closed and relaunched the browser and forced a refresh, still showing larger than any other font on the dashboard.
I found the issue and have a fix in place for the next release.
Re: Nagios XI 5 Open Beta - Download Available
Posted: Wed Sep 23, 2015 10:12 am
by BanditBBS
jomann wrote:I found the issue and have a fix in place for the next release.
Cool...I've played around for hours now with it and I honestly haven't seen any other issues. The only thing that will make it any better for me is the feature request for the scheduled downtime page(page 5 of this thread I think). If that gets done, then I only need one of the 4 custom components I wrote. The other nice thing is there are no longer any code changes I need to perform when upgrading, everything I modified is now standard(metrics being the biggest), so thanks!
Great job on this version guys!
Re: Nagios XI 5 Open Beta - Download Available
Posted: Wed Sep 23, 2015 10:47 am
by jomann
BanditBBS wrote:jomann wrote:I found the issue and have a fix in place for the next release.
Cool...I've played around for hours now with it and I honestly haven't seen any other issues. The only thing that will make it any better for me is the feature request for the scheduled downtime page(page 5 of this thread I think). If that gets done, then I only need one of the 4 custom components I wrote. The other nice thing is there are no longer any code changes I need to perform when upgrading, everything I modified is now standard(metrics being the biggest), so thanks!
Great job on this version guys!
Excellent! I'm glad everything is working as expected. The feature request for downtime will probably not be in the R1.0 release. However, it is possible that it may be added before or at a R2.0 release depending on what our development load is and how high up to gets on the to-do list. I imagine it'll be pretty high since it's really helpful in a large environment.