Collect and export metrics on Fail2Ban
Go to file
Hector 4b965017d2 feat: export bad ip count per jail
Update exported metrics to spit the number of bad IPs per jail using metric
value labels. This includes a change to the database code to use a
different query that groups the count by the `jail` column.
2021-02-06 12:14:39 +00:00
db feat: export bad ip count per jail 2021-02-06 12:14:39 +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 bad ip count per jail 2021-02-06 12:14:39 +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