Collect and export metrics on Fail2Ban
Go to file
Hector b63f641bfd build: compile tool during docker build
Update the project Dockerfile to compile the tool during the docker build
instead of assuming the goreleaser tool was run previously. This allows
for custom data to be set in the compiled tool (e.g. compiled by docker)
and removes the dependency on another build step.
Update the Makefile to include a new command to build the tool for docker
which sets the version data correctly. Rename the docker commands to follow
the `docker/build-...` format to avoid confusion with the build commands.
2021-02-08 19:48:55 +00:00
docker build: add project dockerfile (#2) 2021-02-07 13:09:02 +00:00
src chore: move all source files to new folder 2021-02-08 18:49:48 +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 chore: move all source files to new folder 2021-02-08 18:49:48 +00:00
CHANGELOG.md docs: generate changelog file (#5) 2021-02-07 11:16:29 +00:00
Dockerfile build: compile tool during docker build 2021-02-08 19:48:55 +00:00
LICENSE initial commit 2021-02-05 22:49:47 +00:00
Makefile build: compile tool during docker build 2021-02-08 19:48:55 +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