Installation problem

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
jlimbo987
Posts: 1
Joined: Thu Aug 13, 2020 3:25 am

Installation problem

Post by jlimbo987 »

I'm trying to install nagios core onto centos8. I've followed the instructions in the docs and got as far as unzipping the tarball, but when I try this, I get an error message saying that it's not a valid gzip
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Installation problem

Post by cdienger »

Are you following the steps at https://support.nagios.com/kb/article/n ... .html#RHEL ?

You can verify the download by checking the md5sum of the file. The md5sum for the download is 75ded99ce9abfeffac01d5f0ed86702b:

Code: Select all

md5sum nagios-4.4.5.tar.gz
Also verify the file type:

Code: Select all

file nagios-4.4.5.tar.gz
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked