mcktr / check_fritz

Check plugin written in Go to monitor a Fritz!Box
GNU General Public License v2.0
32 stars 10 forks source link

Path in sha256-file do not match the documentation #105

Closed daniela-waranie closed 3 years ago

daniela-waranie commented 3 years ago

Example SHA256: https://exchange.icinga.com/mcktr/check_fritz/files/12691/check_fritz.linux.amd64.sha256

Content:

069397e83e52bade2291002b9435e0f32ae1ad10a684f1282470cdcde0f2ec1a  build/check_fritz.linux.amd64

But documentation (https://exchange.icinga.com/mcktr/check_fritz) expects that sha256-file and binary-file are in the same directory:

$ wget [DOWNLOAD URL CURRENT RELEASE]]/check_fritz.linux.amd64
$ wget [DOWNLOAD URL CURRENT RELEASE]]/check_fritz.linux.amd64.sha256

$ sha256sum -c check_fritz.linux.amd64.sha256
check_fritz.linux.amd64: OK

Please fix the sha256-files.

mcktr commented 3 years ago

Whoops, how could that slipped through. Thank you for letting us know! :+1:

I prepared a pull request for this issue and once merged I'll create a new release v1.2.2, that will trigger the creation for new checksum files.