Page 2 of 2

Re: Nagios XI upgrade failed

Posted: Tue Jul 10, 2018 3:34 pm
by smapple
I figured out.. All good on one server. Trying to upgrade on other two..Thanks!

Re: Nagios XI upgrade failed

Posted: Tue Jul 10, 2018 3:37 pm
by scottwilkerson
Excellent.

Let us know if you run into other issues.

Re: Nagios XI upgrade failed

Posted: Tue Jul 10, 2018 3:52 pm
by smapple
Hey team,

I am bak with this error:

Adding firewall rules


Set up the snmptt daemon to start automatically on boot
as well as starting it now

error reading information on service snmptt: No such file or directory

Re: Nagios XI upgrade failed

Posted: Tue Jul 10, 2018 3:54 pm
by smapple
[sadmin@nagiosxi nagiosxi]$ yum repolist
Loaded plugins: product-id, refresh-packagekit, search-disabled-repos, security,
: subscription-manager
Repo rhel-6-server-rpms forced skip_if_unavailable=True due to: /etc/pki/entitlement/605592080288621341-key.pem
https://cdn.redhat.com/content/dist/rhe ... repomd.xml: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'cdn.redhat.com'"
Trying other mirror.
repo id repo name status
epel Extra Packages for Enterprise Linux 6 - x86_64 12,515
rhel-6-server-rpms Red Hat Enterprise Linux 6 Server (RPMs) 20,096
repolist: 32,611

Re: Nagios XI upgrade failed

Posted: Tue Jul 10, 2018 4:49 pm
by tgriep
It looks like the yum cache needs to be cleared.
Run the following as root to do that.

Code: Select all

yum clean all
Then see if you can manually install the snmptt daemon by running the following as root.

Code: Select all

yum install snmptt -y
If it fails, please post the output.