Nagios XI 5 Open Beta - Download Available

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
lgroschen
Posts: 384
Joined: Wed Nov 27, 2013 1:17 pm

Re: Nagios XI 5 Open Beta - Download Available

Post 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.
/Luke
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Nagios XI 5 Open Beta - Download Available

Post 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.
You do not have the required permissions to view the files attached to this post.
Last edited by BanditBBS on Wed Sep 23, 2015 8:42 am, edited 2 times in total.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
karthek
Posts: 64
Joined: Fri Aug 14, 2015 5:55 am
Location: INDIA

Re: Nagios XI 5 Open Beta - Download Available

Post by karthek »

Is Postgresql still there or it's merged with mysql?
"Machines don't make mistakes, we do."
karthek
Posts: 64
Joined: Fri Aug 14, 2015 5:55 am
Location: INDIA

Re: Nagios XI 5 Open Beta - Download Available

Post by karthek »

yipeeee!

==================
UPGRADE COMPLETED!
==================

Excited.. Will check out the new features.
"Machines don't make mistakes, we do."
karthek
Posts: 64
Joined: Fri Aug 14, 2015 5:55 am
Location: INDIA

Re: Nagios XI 5 Open Beta - Download Available

Post 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
You do not have the required permissions to view the files attached to this post.
"Machines don't make mistakes, we do."
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: Nagios XI 5 Open Beta - Download Available

Post 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 :lol:
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
User avatar
lgroschen
Posts: 384
Joined: Wed Nov 27, 2013 1:17 pm

Re: Nagios XI 5 Open Beta - Download Available

Post 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.
/Luke
jomann
Development Lead
Posts: 611
Joined: Mon Apr 22, 2013 10:06 am
Location: Nagios Enterprises

Re: Nagios XI 5 Open Beta - Download Available

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Nagios XI 5 Open Beta - Download Available

Post 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!
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
jomann
Development Lead
Posts: 611
Joined: Mon Apr 22, 2013 10:06 am
Location: Nagios Enterprises

Re: Nagios XI 5 Open Beta - Download Available

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked