Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

A simple job that query, parse and save to database dmarc aggregate reports

License

Notifications You must be signed in to change notification settings

Dysnomia-Studio/dmarc-parser

Repository files navigation

dmarc-parser

Reliability Rating Maintainability Rating Security Rating
Duplicated Lines (%) Coverage

A simple job that query, parse and save to database dmarc aggregate reports.

How to use ?

  • Create a config.js file, using config.default.js as a model.

  • Create postgresql database, and fill it using this script. Beware of permissions, by default it will have creating user permissions

  • Then, start the container: docker run -tid --name dmarc-parser -v "$PWD/config.js:/usr/src/app/config.js" dysnomiastudio/dmarc-parser:latest

  • Finally, add datasource and dashboard on Grafana. Check out my model on the repository.