prometheus-fail2ban-exporter/src
Hector 1964dde273 feat: export metrics for failed/banned counts
Add new metric to track the total number of jails configured in fail2ban.
Add new metrics for the current and total number of filter failures for
each jail, as well as the current/total number of banned IPs per jail.
The new metrics are collected by sending the `status [jail]` command to the
fail2ban server and parsing the response data.
2021-08-29 16:54:20 +00:00
..
cfg feat: collect new up metric from fail2ban socket 2021-08-29 11:50:53 +00:00
db fix: update banned metrics to exclude expired bans 2021-08-27 16:29:01 +01:00
socket feat: export metrics for failed/banned counts 2021-08-29 16:54:20 +00:00
exporter.go feat: export metrics for failed/banned counts 2021-08-29 16:54:20 +00:00
go.mod feat: collect new up metric from fail2ban socket 2021-08-29 11:50:53 +00:00
go.sum feat: collect new up metric from fail2ban socket 2021-08-29 11:50:53 +00:00