Collect and export metrics on Fail2Ban
Go to file
Hector 50e1d4b8c8 build: add tool to auto-generate changelog (#5)
Add the `git-chglog` tool to handle auto-generating the project changelog
based on the commit history. Add a custom configuration and file template.
Update the Makefile to include a command to generate the changelog.
2021-02-07 11:15:41 +00:00
cfg feat: add cli parameters for db path and metrics port (#4) 2021-02-06 15:17:35 +00:00
db feat: fail on startup if database file does not exist (#8) 2021-02-07 10:36:08 +00:00
tools build: add tool to auto-generate changelog (#5) 2021-02-07 11:15:41 +00:00
.gitignore initial commit 2021-02-05 22:49:47 +00:00
.gitlab-ci.yml ci: restrict build step to main branch and tags (#6) 2021-02-07 11:00:13 +00:00
.goreleaser.yml build: add goreleaser to build tool (#6) 2021-02-07 10:46:25 +00:00
CHANGELOG.md build: add goreleaser to build tool (#6) 2021-02-07 10:46:25 +00:00
exporter.go feat: add cli parameters for db path and metrics port (#4) 2021-02-06 15:17:35 +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 build: add tool to auto-generate changelog (#5) 2021-02-07 11:15:41 +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