{"id":20541216,"url":"https://github.com/netways/check_checksum","last_synced_at":"2025-04-14T08:40:31.390Z","repository":{"id":148513151,"uuid":"105873948","full_name":"NETWAYS/check_checksum","owner":"NETWAYS","description":"Icinga check plugin for testing files against a checksum","archived":false,"fork":false,"pushed_at":"2024-04-09T11:02:52.000Z","size":29,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-27T22:12:19.719Z","etag":null,"topics":["icinga","monitoring","plugin"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NETWAYS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-05T09:53:54.000Z","updated_at":"2024-05-15T09:27:43.000Z","dependencies_parsed_at":"2024-04-09T12:33:59.436Z","dependency_job_id":null,"html_url":"https://github.com/NETWAYS/check_checksum","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fcheck_checksum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fcheck_checksum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fcheck_checksum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fcheck_checksum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NETWAYS","download_url":"https://codeload.github.com/NETWAYS/check_checksum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248848495,"owners_count":21171387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["icinga","monitoring","plugin"],"created_at":"2024-11-16T01:20:27.253Z","updated_at":"2025-04-14T08:40:31.340Z","avatar_url":"https://github.com/NETWAYS.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# check_checksum\n\nTesting files against a checksum reference with an Icinga Plugin\n\n## Requirements\n\nYou only need `bash` and the common GNU tools for checksums like:\n\n* `sha1sum`\n* `sha256sum`\n* `sha512sum`\n\n## Example\n\nCreate some files to checksum:\n\n    mkdir /var/cache/app/importantfiles\n    cp verifyimportant.data /var/cache/app/importantfiles/\n\n    sha512sum /var/cache/app/importantfiles/* \\\n      \u003e/etc/icinga2/plugins/checksum-app.sha512sum\n\n    ./check_checksum -m sha512 -c /etc/icinga2/plugins/checksum-app.sha512sum\n\n    ./check_checksum -m sha512 -c /etc/icinga2/plugins/checksum-app.sha512sum \\\n      -f /var/cache/app/importantfiles/verifyimportant.data\n\n    ./check_checksum -m sha512 \\\n      -C 3d16674888b7788569056486c0340f2855ed787b656216a542757e2a34255cfa7f6d790f76561599ad843803c61e0051120eb6454a0cfc712b2a2c356e245ac1 \\\n      -f /var/cache/app/importantfiles/verifyimportant.data\n\n    ./check_checksum -m sha512 \\\n      -C f7e0ec38f23911a02aaefd46df416289bfcb647b037334d722f0d9c611b232a2ede47fa75aa1a2a8f332aee95210bed8f738a1e9a949a9a9449faf17c800cd60 \\\n      -f https://github.com/NETWAYS/check_checksum/raw/master/test/fixture.txt\n\nFor full help see:\n\n    ./check_checksum -h\n\n## License\n\n    Copyright (c) 2017 NETWAYS GmbH \u003cinfo@netways.de\u003e\n                  2017 Markus Frosch \u003cmarkus.frosch@netways.de\u003e\n\n    This program is free software; you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation; either version 2 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License along\n    with this program; if not, write to the Free Software Foundation, Inc.,\n    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetways%2Fcheck_checksum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetways%2Fcheck_checksum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetways%2Fcheck_checksum/lists"}