Provides an exporter for Prometheus, to collect DNSBL-informations of several DNSBL-providers.
 
 
 
Go to file
Denis Knauf 0f26bed053 README and service-file-template added 2018-12-14 15:16:21 +01:00
Gemfile first working implementation 2018-12-14 14:58:11 +01:00
Gemfile.lock first working implementation 2018-12-14 14:58:11 +01:00
README.adoc README and service-file-template added 2018-12-14 15:16:21 +01:00
config.ru first working implementation 2018-12-14 14:58:11 +01:00
config.yml first working implementation 2018-12-14 14:58:11 +01:00
dnsbl_exporter.rb first working implementation 2018-12-14 14:58:11 +01:00
dnsbl_exporter.service.erb README and service-file-template added 2018-12-14 15:16:21 +01:00

README.adoc

= 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