No description
Find a file
Hector 570c162c13 build: add goreleaser to build tool (#6)
Add the `goreleaser` tool to the repository to handle building and
publishing the application. Add a simple configuration file to build the
application for all major OS versions.
Update the Makefile to include commands to build release and snapshot
versions of the tool.
Add a placeholder CHANGELOG file to be included in the package files.
2021-02-07 10:46:25 +00:00
cfg feat: add cli parameters for db path and metrics port (#4) 2021-02-06 15:17:35 +00:00
db feat: add cli parameters for db path and metrics port (#4) 2021-02-06 15:17:35 +00:00
tools build: add goreleaser to build tool (#6) 2021-02-07 10:46:25 +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
.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 goreleaser to build tool (#6) 2021-02-07 10:46:25 +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