alexandre-janniaux / dmarc-parser

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dmarc-parser

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.

About

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

License:MIT License


Languages

Language:JavaScript 86.3%Language:PLpgSQL 12.9%Language:Dockerfile 0.9%