WIP: fail2ban: Add metrics
This commit is contained in:
parent
3a818ecc21
commit
c128bc7ab0
6 changed files with 57 additions and 1 deletions
7
pkgs/prometheus/fail2ban-exporter.nix
Normal file
7
pkgs/prometheus/fail2ban-exporter.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
buildGoModule,
|
||||
sources,
|
||||
}:
|
||||
buildGoModule {
|
||||
inherit (sources.prometheus-fail2ban-exporter) name src version;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue