Page 1 of 1
hash
Posted: Wed Feb 22, 2017 4:02 pm
by andyford
Does anyone have a link where I can download Nagios core with a hash 'signature' or some other way to verify the download integrity?
Re: hash
Posted: Wed Feb 22, 2017 4:10 pm
by dwhitfield
I'm not sure how to pull the hashes off github, or if that is a thing, but
Code: Select all
root@localhost:/tmp# md5sum nagios-4.3.0.tar.gz
80f782a69e736cfd7c709b76a1e58787 nagios-4.3.0.tar.gz
Re: hash
Posted: Mon Feb 27, 2017 2:07 pm
by andyford
Thanks! That's actually almost perfect. Could you do the same but with sha256sum on nagios-4.2.4.tar.gz?
Re: hash
Posted: Mon Feb 27, 2017 2:12 pm
by dwhitfield
Not really an ideal process, but it works.
Code: Select all
[root@centos7x64 42610]# sha256sum nagios-4.2.4.tar.gz
b0055c475683ce50d77b1536ff0cec9abf89139adecf771601fa021ef9a20b70 nagios-4.2.4.tar.gz
Re: hash
Posted: Thu Mar 09, 2017 1:59 pm
by andyford
Thanks! That helps me out a lot.
Re: hash
Posted: Thu Mar 09, 2017 3:06 pm
by cdienger
Glad to help! Were there any further questions or are we okay to close this thread?