WIP: fail2ban: Add metrics

This commit is contained in:
Tristan Daniël Maat 2023-10-02 22:54:21 +02:00
parent 3a818ecc21
commit 034cc97410
Signed by: tlater
GPG key ID: 49670FD774E43268
4 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
buildGoModule,
sources,
}:
buildGoModule {
inherit (sources.prometheus-fail2ban-exporter) name src version;
}