Page 1 of 1

NagiosXI upgrade to 5.4.13 does not update version

Posted: Tue Apr 10, 2018 12:57 am
by sib
Hi

I have done the upgrade using the upgrade script provided by the binary. Given it is a RPM install it updated the nagiosxi rpms

Code: Select all

# ./upgrade
RPM Install detected, switching to yum update
Loaded plugins: enabled_repos_upload, package_upload, product-id, search-disabled-repos, subscription-manager
BIS_Centrify_Centrify                                                                                                                                                       | 2.1 kB  00:00:00
BIS_EPEL_EPEL_7                                                                                                                                                             | 2.1 kB  00:00:00
BIS_Nagios_Nagios_Deps_RHEL7                                                                                                                                                | 2.1 kB  00:00:00
BIS_Nagios_Nagios_RHEL_7                                                                                                                                                    | 2.1 kB  00:00:00
rhel-7-server-extras-rpms                                                                                                                                                   | 2.0 kB  00:00:00
rhel-7-server-optional-rpms                                                                                                                                                 | 2.0 kB  00:00:00
rhel-7-server-rh-common-rpms                                                                                                                                                | 2.1 kB  00:00:00
rhel-7-server-rpms                                                                                                                                                          | 2.0 kB  00:00:00
rhel-7-server-satellite-tools-6.2-rpms                                                                                                                                      | 2.1 kB  00:00:00
rhel-server-rhscl-7-rpms                                                                                                                                                    | 2.0 kB  00:00:00
No packages marked for update
Uploading Enabled Repositories Report
Loaded plugins: product-id, subscription-manager
This is the rpm version

Code: Select all

# rpm -qa | grep nagiosxi
nagiosxi-wmic-5-4.13.el7.x86_64
nagiosxi-ndoutils-5-4.13.el7.x86_64
nagiosxi-nagiosplugins-5-4.13.el7.x86_64
nagiosxi-nagioscore-5-4.13.el7.x86_64
nagiosxi-nagiosmobile-5-4.13.el7.x86_64
nagiosxi-nrpe-5-4.13.el7.x86_64
nagiosxi-ajaxterm-5-4.13.el7.x86_64
nagiosxi-pnp-5-4.13.el7.x86_64
nagiosxi-nsca-5-4.13.el7.x86_64
nagiosxi-nagiosql-5-4.13.el7.x86_64
nagiosxi-5-4.13.el7.x86_64
nagiosxi-nrds-5-4.13.el7.x86_64
nagiosxi-wkhtmltox-5-4.13.el7.x86_64
nagiosxi-nagvis-5-4.13.el7.x86_64
nagiosxi-mrtg-5-4.13.el7.x86_64
The website still shows 5.4.11. I have restarted the server and I cleared the browsercache. Is there a command line command to check the installed version?

Re: NagiosXI upgrade to 5.4.13 does not update version

Posted: Tue Apr 10, 2018 8:42 am
by scottwilkerson
you are missing the base package

Code: Select all

nagiosxi-5-4.13.el7.x86_64
Try installing this directly and look for errors

Re: NagiosXI upgrade to 5.4.13 does not update version

Posted: Tue Apr 10, 2018 9:00 am
by sib
??

It is in the list of packages I posted.
nagiosxi-5-4.13.el7.x86_64

Re: NagiosXI upgrade to 5.4.13 does not update version

Posted: Tue Apr 10, 2018 9:50 am
by scottwilkerson
Wow sorry, my eyes must not be working, lets re-install that RPM, that is the one that will make the changes, and if it can't write the files it should error in the output (but it will go by fast and you may have to scroll up to see the error)

Re: NagiosXI upgrade to 5.4.13 does not update version

Posted: Tue Apr 10, 2018 9:57 am
by sib
No problem :D

The

Code: Select all

yum reinstall nagiosxi 
has actually worked.

best
Chris

Re: NagiosXI upgrade to 5.4.13 does not update version

Posted: Tue Apr 10, 2018 10:03 am
by scottwilkerson
Excellent! glad to hear it is resolved.