upgrading cURL version

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
tweedyjm
Posts: 3
Joined: Tue Mar 27, 2018 3:01 pm

upgrading cURL version

Post by tweedyjm »

Before I run an upgrade on curl, I wanted to poke in and ask if any admins had issue?
Doing my due diligence before testing then breaking.

Nagios XI Installed Version: 5.5.9
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: upgrading cURL version

Post by mbellerue »

cURL is such a mature project at this point, I can't imagine that an update would break existing functionality. But it wouldn't be a bad idea to upgrade it in a test environment first, just to be on the safe side. But at this point there aren't any known problems with upgrading cURL.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
tweedyjm
Posts: 3
Joined: Tue Mar 27, 2018 3:01 pm

Re: upgrading cURL version

Post by tweedyjm »

mbellerue wrote:cURL is such a mature project at this point, I can't imagine that an update would break existing functionality. But it wouldn't be a bad idea to upgrade it in a test environment first, just to be on the safe side. But at this point there aren't any known problems with upgrading cURL.
Cool. My colleague and I discussed as such, but 'no need to brick someone's playstation trying to upgrade' etc. etc. Thanks releasing on a test-instance first.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: upgrading cURL version

Post by benjaminsmith »

Hi @tweedyjm,

Which version of curl are your trying to upgrade to? Also, just wondering, why are you wanting to upgrade curl on the XI server?

We develop and test for the base packages provided by the operating system, and my CentOS 7 is running 7.29.0, and Ubuntu 18 is running 7.58.0.

Thanks.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
tweedyjm
Posts: 3
Joined: Tue Mar 27, 2018 3:01 pm

Re: upgrading cURL version

Post by tweedyjm »

benjaminsmith wrote:Hi @tweedyjm,

Which version of curl are your trying to upgrade to? Also, just wondering, why are you wanting to upgrade curl on the XI server?

We develop and test for the base packages provided by the operating system, and my CentOS 7 is running 7.29.0, and Ubuntu 18 is running 7.58.0.

Thanks.
Installed Packages
Name : curl
Arch : x86_64
Version : 7.65.3
Release : 3.0.cf.rhel7
Size : 682 k
Repo : installed

A SysAdmin is managing some proxies; he's trying to improve the health checking Nagios does on the proxies, but needs cURL to support a switch that wasn't added until 7.52. His script works on his machine, but wants to be sure it works on our nagios too.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: upgrading cURL version

Post by ssax »

Yeah, it's safe, and recommended depending on how old of a version and what it supports:

Code: Select all

[root@ls1 panels]# curl -V
curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.34 zlib/1.2.7 libidn/1.28 libssh2/1.4.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets
Locked