dmarc-visualizer
dmarc-visualizer copied to clipboard
DKIM Results over time graph not displaying fails correctly
Love your work. This is a fantastic project. I've noticed the DKIM results over time graph appears to be displaying 0 failures as pass results. The sample data below has 0 fails. This is inconsistent with the other graphs. Keep up the great work.

Located the config change. Edit the chart, Turn stack off Under stacking and null value. Change to docker image /var/lib/grafana/dashboards/Grafana-DMARC_Reports.json line 540 from "stack": true, to "stack": false,
Raised pull request on https://github.com/domainaware/parsedmarc to fix