Page 2 of 2

Re: Nagios XI 5.5.0 upgrade 5.5.1 failed

Posted: Fri Jul 13, 2018 3:54 pm
by jacek
It is not upgraded:

Code: Select all

cat /usr/local/nagiosxi/html/includes/components/proxy/proxy.inc.php | grep VERSION
        COMPONENT_VERSION => '1.1.3',
cmdsubsys.log:

Code: Select all

PROCESSING COMMAND ID 5151...
PROCESS COMMAND: CMD=1131, DATA=a:1:{i:0;a:2:{s:4:"name";s:5:"proxy";s:3:"url";s:69:"https://assets.nagios.com/downloads/nagiosxi/components/xi5/proxy.zip";}}
AUTO UPGRADING COMPONENTSCMD DATA: Array
(
    [0] => Array
        (
            [name] => proxy
            [url] => https://assets.nagios.com/downloads/nagiosxi/components/xi5/proxy.zip
        )

)
TMPNAME: oGZQQ
Archive:  proxy.zip
2d89ed8ec5333353c903d9578ea2e4f7478f4f59
   creating: proxy/
  inflating: proxy/CHANGES.txt
  inflating: proxy/proxy.inc.php
  inflating: proxy/proxyconfig.php
  inflating: proxy/sanity.sh
CMDLINE=. /usr/local/nagiosxi/var/xi-sys.cfg && chmod -R 755 /usr/local/nagiosxi/tmp/oGZQQ/proxy && chown -R $nagiosuser:$nagiosgroup /usr/local/nagiosxi/tmp/oGZQQ/proxy && cp -rf /usr/local/nagiosxi/tmp/oGZQQ/proxy /usr/local/nagiosxi/html/includes/components/ && rm -rf /usr/local/nagiosxi/tmp/oGZQQ
OUTPUT=
RETURNCODE=0
RUNNING POST FUNCTION CALL: install_component
INSTALLING COMPONENT: proxy
CHECKING FOR INSTALL SCRIPT /usr/local/nagiosxi/html/includes/components/proxy/install.sh
POST FUNCTION CALL RETURNCODE=0

Re: Nagios XI 5.5.0 upgrade 5.5.1 failed

Posted: Fri Jul 13, 2018 4:17 pm
by jomann
It looks like our component versions script was not updating properly. It should now be fixed. Run the check for updates again to force the download of the new xml file and now it should install the new components.

Re: Nagios XI 5.5.0 upgrade 5.5.1 failed

Posted: Fri Jul 13, 2018 4:19 pm
by jacek
It worked now, perfec, thank You!

Re: Nagios XI 5.5.0 upgrade 5.5.1 failed

Posted: Fri Jul 13, 2018 4:33 pm
by lmiltchev
Great! Is it safe to lock this topic then?

Re: Nagios XI 5.5.0 upgrade 5.5.1 failed

Posted: Fri Jul 13, 2018 5:07 pm
by jacek
Sure :-)