dmarc-visualizer icon indicating copy to clipboard operation
dmarc-visualizer copied to clipboard

DKIM Results over time graph not displaying fails correctly

Open vk2muf opened this issue 3 years ago • 1 comments

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. sample_graph

vk2muf avatar Jul 26 '22 12:07 vk2muf

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

vk2muf avatar Jul 27 '22 08:07 vk2muf