Luzilla / dnsbl_exporter

Prometheus compatible exporter to query DNSBLs/RBLs.
https://www.luzilla-capital.com/
Other
30 stars 8 forks source link

grafana dashboard #219

Closed till closed 1 month ago

till commented 2 months ago
s-diez commented 2 months ago

Hi @till,

As you have asked for feedback to the dashboard.

I could not test the dashboard, with listed entries.

We ended up building a quick dashboard ourselves but forgot to share it. If you are interested I can still do that.

dnsbl_dashboard

As you already asked someone else which RBLs they use, here are our configs. IP based RBL:

[rbl]
server=zen.spamhaus.org
server=all.spamrats.com
server=all.de.bl.blocklist.de
server=rbl.your-server.de
server=bl.nordspam.com

domain based RBL:

[rbl]
server=dbl.spamhaus.org
server=dnsbl.spfbl.net
server=dbl.nordspam.com
till commented 2 months ago

@s-diez yeah, if you can share your dashboard, please send a PR to this one and add your dashboard as another .json file in contrib. It doesn't hurt to have multiple options. :) You don't need to combine/fix anything.

As for multiple exporters, so basically I attach a job-label when I scrape to tell them apart, but I am not sure what better options there are. I have to admit, I didn't test with domain based yet.