-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjusted README and related files extension
- Loading branch information
1 parent
d05cd81
commit 97b5a52
Showing
6 changed files
with
49 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
============== | ||
IntegrityGuard | ||
============== | ||
|
||
.. image:: https://img.shields.io/pypi/v/integrityguard.svg | ||
:target: https://pypi.python.org/pypi/integrityguard | ||
|
||
.. image:: https://pyup.io/repos/github/bruno-canada/integrityguard/shield.svg | ||
:target: https://pyup.io/repos/github/bruno-canada/integrityguard/ | ||
:alt: Updates | ||
|
||
.. image:: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg | ||
:target: code_of_conduct.md | ||
:alt: Contributor Covenant | ||
|
||
Multiplatform agent for file integrity monitoring (FIM). | ||
|
||
The main motivation for this project is to offer all the minimum features required for a reliable FIM that is independent of any other big monitoring platform. | ||
|
||
**IMPORTANT**: This project is currently an ALPHA release. Not suitable for production environment, it is still a work in progress. | ||
|
||
Features highlight | ||
-------------------- | ||
|
||
* Simple and centralized configuration YAML file (``config.yml``) | ||
* Generate logs of any changes in real-time for future auditing | ||
* Push notifications to an API endpoint | ||
* Send email alerts | ||
* Supported hashing methods: "md5", "sha1", "sha224", "sha256", "sha384", "sha512" | ||
|
||
Call for contributors | ||
---------------------- | ||
|
||
This project is just at the begining of its development. We're currently looking for engaged and energized people to colaborate and make it awesome. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters