hash

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
andyford
Posts: 7
Joined: Mon Nov 03, 2014 6:53 am

hash

Post 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?
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: hash

Post 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
andyford
Posts: 7
Joined: Mon Nov 03, 2014 6:53 am

Re: hash

Post by andyford »

Thanks! That's actually almost perfect. Could you do the same but with sha256sum on nagios-4.2.4.tar.gz?
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: hash

Post 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
andyford
Posts: 7
Joined: Mon Nov 03, 2014 6:53 am

Re: hash

Post by andyford »

Thanks! That helps me out a lot.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: hash

Post by cdienger »

Glad to help! Were there any further questions or are we okay to close this thread?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked