XI 5.5 bug?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
danniiffxi
Posts: 121
Joined: Tue Jan 30, 2018 3:29 am
Location: UK

XI 5.5 bug?

Post by danniiffxi »

So I have installed 5.5 as you can see on the screenshot below. I have the Amazon and Azure tools etc, that were included in 5.5 but take a look at the version at the bottom.

I have cleared cache and done every to my browser so I know i am looking at a current version of the page. Did someone forget to update the version number?

Image
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: XI 5.5 bug?

Post by scottwilkerson »

Have you reloaded the outer frame? Like click on home?

If that still is the case, did the upgrade state it was complete at the end?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
danniiffxi
Posts: 121
Joined: Tue Jan 30, 2018 3:29 am
Location: UK

Re: XI 5.5 bug?

Post by danniiffxi »

Hi Scott

Thanks for your reply. This is the last part of the installation log from Putty

Code: Select all

*** Generating DH Parameters for SSL/TLS ***
Generating DH parameters, 2048 bit long safe prime, generator 2
This is going to take a long time
...............................................................................................................................................................................................................................................................................................................+...................................................................................................+...................................................+..............................................................................................................+......................................................................................................................+................................................................................................................................................+...........................+...........................+.......................................+.............................................................................................................................................................................................................................................................................................................................................................+........................................................................+..........................................................+............................................................................................................................................................................................................................+.....................................................+............+................................................................................................................................+.................................................................................................................................................................................................................................................+.........................................................................................+.........+............+......................................................+..................................................................................+......................................................................................................................................................+..............................................................................................................................................................................+.............................................................................................................................................................................................................................................................................................................................................................................................................................+....................+.....................................................................+........................................................................................................................................................................................................................................+.............................................................................................+............................................................................+........+................................+...........+..+.........................................................................+..........................................................................................+.....................................................................................................................................................................................................................................................................................+...............................................................................................................+.................................................................................................................................+..........+...+................................+........+......................................................................................................................................................................................+.............................................................................................................+.................................................+...........................+..........................................................................................................+.....................................+................................+....+........................................................................+................................................................................+...............................................................................................................................................................................................................+........................................................................+................................................................................................................................................................+...............................+..............................................................................+....................+..................................................................................................+......................+...................................................................................................+..........................................................+.............................................................................+.............+..............................................................................................................................................................+................................................+.........................+...............+....................................................+........................................+.......................................................................................................................................................................+.............................................................................................................................................................................................................................................................................................................................................................+.....................................+...................................................+................................................................................................................+...+..............................................................................................................................+...................................................................................................+.......................................+........................................................+...+............+..+...............................................................+..............................................................................................................................................................................+...............................................................................................................................................................................................................+......................................................................+..................................+......................................................+.............................................................................................+....................+........................................................................+..............................................+................................+................................................................................................................................................................................+..........+...................................+.....................................................................................................................................................................+.......+...................................................................................................+..................................................................................+.................................................................+...........................................................................................................................+...............................................................................+.........+............................................................................................+........+.+...................................................................................................................................................................................................................+...................................+...........................+..................................................................+..................................+.................................................................+...................................................................++*++*
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating nrpe.spec
config.status: creating uninstall
config.status: creating sample-config/nrpe.cfg
config.status: creating startup/bsd-init
config.status: creating startup/debian-init
config.status: creating startup/default-init
config.status: creating startup/default-inetd
config.status: creating startup/default-service
config.status: creating startup/default-socket
config.status: creating startup/default-socket-svc
config.status: creating startup/default-xinetd
config.status: creating startup/mac-init.plist
config.status: creating startup/mac-inetd.plist
config.status: creating startup/newbsd-init
config.status: creating startup/openbsd-init
config.status: creating startup/openrc-conf
config.status: creating startup/openrc-init
config.status: creating startup/solaris-init.xml
config.status: creating startup/solaris-inetd.xml
config.status: creating startup/tmpfile.conf
config.status: creating startup/upstart-init
config.status: creating startup/rh-upstart-init
config.status: creating include/common.h
config.status: creating include/config.h


*** Configuration summary for nrpe 3.2.1 2017-09-01 ***:

 General Options:
 -------------------------
 NRPE port:    5666
 NRPE user:    nagios
 NRPE group:   nagios
 Nagios user:  nagios
 Nagios group: nagios


Review the options above for accuracy.  If they look okay,
type 'make all' to compile the NRPE daemon and client
or type 'make' to get a list of make options.

cd ./src/; make
make[1]: Entering directory `/tmp/nagiosxi/subcomponents/nrpe/nrpe-3.2.1/src'
gcc -g -O2 -I/usr/include/krb5   -DHAVE_CONFIG_H -I ../include -I ./../include -o nrpe ./nrpe.c ./utils.c ./acl.c -lssl -lcrypto   -lnsl -lwrap  
gcc -g -O2 -I/usr/include/krb5   -DHAVE_CONFIG_H -I ../include -I ./../include -o check_nrpe ./check_nrpe.c ./utils.c -lssl -lcrypto   -lnsl  
make[1]: Leaving directory `/tmp/nagiosxi/subcomponents/nrpe/nrpe-3.2.1/src'

*** Compile finished ***

You can now continue with the installation or upgrade process.

Read the PDF documentation (docs/NRPE.pdf) for information on the next
steps you should take to complete the installation or upgrade.

cd ./src/; make install-plugin
make[1]: Entering directory `/tmp/nagiosxi/subcomponents/nrpe/nrpe-3.2.1/src'
/usr/bin/install -c -m 755 -d /usr/local/nagios/bin
/usr/bin/install -c -m 755 ../uninstall /usr/local/nagios/bin/nrpe-uninstall
/usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/libexec
/usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/libexec
/usr/bin/install -c -m 775 -o nagios -g nagios check_nrpe /usr/local/nagios/libexec
make[1]: Leaving directory `/tmp/nagiosxi/subcomponents/nrpe/nrpe-3.2.1/src'
cd ./src/; make install-daemon
make[1]: Entering directory `/tmp/nagiosxi/subcomponents/nrpe/nrpe-3.2.1/src'
/usr/bin/install -c -m 755 -d /usr/local/nagios/bin
/usr/bin/install -c -m 755 ../uninstall /usr/local/nagios/bin/nrpe-uninstall
/usr/bin/install -c -m 755 nrpe /usr/local/nagios/bin
make[1]: Leaving directory `/tmp/nagiosxi/subcomponents/nrpe/nrpe-3.2.1/src'
/usr/bin/install -c -m 755 startup/default-init /etc/init.d/nrpe
Starting nrpe 
NRPE installed OK
Updating NRDP..
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: XI 5.5 bug?

Post by scottwilkerson »

Then the upgrade didn't complete

Lets try the upgrade again
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: XI 5.5 bug?

Post by scottwilkerson »

If you have the same issue can you upload your upgrade.log from the install directory
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
danniiffxi
Posts: 121
Joined: Tue Jan 30, 2018 3:29 am
Location: UK

Re: XI 5.5 bug?

Post by danniiffxi »

will do, the install is running now. I will update either way when it completes.

Many thanks
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: XI 5.5 bug?

Post by scottwilkerson »

danniiffxi wrote:will do, the install is running now. I will update either way when it completes.

Many thanks
great let us know how it goes
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
danniiffxi
Posts: 121
Joined: Tue Jan 30, 2018 3:29 am
Location: UK

Re: XI 5.5 bug?

Post by danniiffxi »

Hi Scott

I got the exact same issue again. Upgrade.log attached as requested.

It almost home time here in the UK but I will check back here a little later :)
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: XI 5.5 bug?

Post by scottwilkerson »

Can you tell me if your install directory has this file in it?

Code: Select all

mysql.5500.updated
Just trying to determine where it is failing
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
aenergy
Posts: 11
Joined: Wed Jan 21, 2015 10:25 am

Re: XI 5.5 bug?

Post by aenergy »

Having this same issue. Is there any more progress on this?
Locked