prometheus-fail2ban-exporter/src/socket
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
..
decoder.go feat: collect new up metric from fail2ban socket 2021-08-29 11:50:53 +00:00
fail2banSocket.go feat: export metrics for failed/banned counts 2021-08-29 16:54:20 +00:00
protocol.go feat: export metrics for failed/banned counts 2021-08-29 16:54:20 +00:00