Collect and export metrics on Fail2Ban
Go to file
Hector 91cba8080c feat: export number of banned ips
Export the number of banned IPs stored in the fail2ban database as well
as the number of bad IPs.
Update the queries used to collect data to better handle cases where the
database table for bad/banned IPs is empty. The new query always lists all
jails, even when the count is zero.
2021-02-06 12:24:31 +00:00
db feat: export number of banned ips 2021-02-06 12:24:31 +00:00
.gitignore initial commit 2021-02-05 22:49:47 +00:00
.gitlab-ci.yml initial commit 2021-02-05 22:49:47 +00:00
exporter.go feat: export number of banned ips 2021-02-06 12:24:31 +00:00
go.mod feat: connect to fail2ban db and extract total bad ips 2021-02-06 11:50:13 +00:00
go.sum feat: connect to fail2ban db and extract total bad ips 2021-02-06 11:50:13 +00:00
LICENSE initial commit 2021-02-05 22:49:47 +00:00
Makefile initial commit 2021-02-05 22:49:47 +00:00
README.md initial commit 2021-02-05 22:49:47 +00:00

Fail2Ban Prometheus Exporter

Go tool to collect and export metrics on Fail2Ban