Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjordan/islandora_checksum_audit
Utility module that displays a summary of checksum validation events from an Islandora object's Audit datastream.
https://github.com/mjordan/islandora_checksum_audit
Last synced: 27 days ago
JSON representation
Utility module that displays a summary of checksum validation events from an Islandora object's Audit datastream.
- Host: GitHub
- URL: https://github.com/mjordan/islandora_checksum_audit
- Owner: mjordan
- License: gpl-3.0
- Created: 2017-09-19T15:54:38.000Z (about 7 years ago)
- Default Branch: 7.x
- Last Pushed: 2017-09-23T14:43:17.000Z (about 7 years ago)
- Last Synced: 2024-10-08T08:31:43.651Z (about 1 month ago)
- Language: PHP
- Size: 183 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- islandora_awesome - Islandora Checksum Audit - Displays a summary of checksum validation events from an Islandora object's Audit datastream. (The Islandora 7.x-1.x List / Utility Modules)
README
# Islandora Checksum Audit
Utility module that displays an overview of the checksum validation events from an Islandora object's Audit datastream. These events are generated by [Islandora Checksum Checker](https://github.com/islandora/islandora_checksum_checker).
## Requirements
* [Islandora Checksum Checker](https://github.com/islandora/islandora_checksum_checker)
## Configuration and usage
This module does not have any configuration options. When it is enabled, an extra column will appear at the end of the datastream list at an objects Manage > Datastreams tab containing a count of the valid checksum validation events in the object's Audit datastream:
![Valid checksum validation events](images/checksum_audit_valid_screencap.png)
If any invalid (failed) events exist, they will also be indicated in this column:
![Invalid checksum validation events](images/checksum_audit_invalid_screencap.png)
Clicking on the 'events' link will provide a list of all checksum validation events.
## Maintainer
* [Mark Jordan](https://github.com/mjordan)
## Development and feedback
Bug reports, use cases and suggestions are welcome. If you want to open a pull request, please open an issue first.
## License
[GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt)