Page 1 of 1

Updating OS of Nagios Vm

Posted: Wed May 30, 2018 6:50 pm
by computerone
Hi,

I am trying to update OS for nagios VM using yum update command. Unfortunately, I am getting below error message when trying to install the updates.

Transaction Summary
==========================================================================================================================================================================================
Install 29 Package(s)
Upgrade 417 Package(s)

Total size: 312 M
Is this ok [y/N]: Y
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V4 RSA/SHA1 Signature, key ID c62934a0: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-NAGIOS


The GPG keys listed for the "Nagios XI Dependencies" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.

Can you please let me know how to resolve this issue?

Thanks,
Khawar Syed

Re: Updating OS of Nagios Vm

Posted: Thu May 31, 2018 10:23 am
by kyang
Hello,

You would need to update the GPG keys for /etc/pki/rpm-gpg/RPM-GPG-KEY-NAGIOS

Try:
To replace the old GPG key with the newer one.
https://repo.nagios.com/GPG-KEY-NAGIOS-V2

or go to: https://repo.nagios.com/?repo=rpm-centos and install the new rpm.

After that, proceed with the OS update.

Let us know if you have any more questions.

Re: Updating OS of Nagios Vm

Posted: Tue Jul 10, 2018 8:23 pm
by computerone
It worked. Thanks

Re: Updating OS of Nagios Vm

Posted: Wed Jul 11, 2018 11:36 am
by scottwilkerson
computerone wrote:It worked. Thanks
Great! Locking