17 lines
450 B
Plaintext
17 lines
450 B
Plaintext
|
= DNSBL exporter
|
||
|
|
||
|
Provides an exporter to scan known DNSBL-provides for listing of target-IP.
|
||
|
|
||
|
== Installation
|
||
|
|
||
|
You have to installed ruby and bundler.
|
||
|
|
||
|
1. Clone the repository to the destination, you want to have installed dnsbl_exporter.
|
||
|
2.
|
||
|
+
|
||
|
useradd prometheus
|
||
|
sudo -u prometheus bundle install
|
||
|
erb dnsbl_exporter.service.erb > /etc/systemd/system/dnsbl_exporter.service
|
||
|
systemctl daemon-reload
|
||
|
systemctl enable --now dnsbl_exporter.service
|