You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With one small fix, I was able to fix at least the service status report, so the templace is good to see if Fail2Ban is alive or dead.
Line: 54 and 66 proc.num[f2b/server]
to proc.num[python3,,,fail2ban-server]'
However, discovery of jails and listing of banned IP-s is still an issue. Zabbix responds with Unsupported item key.. If anyone can help, it would be amaizing.
Thanks !
The text was updated successfully, but these errors were encountered:
The Fail2Ban template (https://github.com/zabbix/community-templates/blob/main/Applications/Firewall/template_fail2ban/6.0/README.md) is very out of date at the moment and does not work for the latest version of Zabbix.
With one small fix, I was able to fix at least the service status report, so the templace is good to see if Fail2Ban is alive or dead.
Line: 54 and 66
proc.num[f2b/server]
to
proc.num[python3,,,fail2ban-server]'
However, discovery of jails and listing of banned IP-s is still an issue. Zabbix responds with
Unsupported item key.
. If anyone can help, it would be amaizing.Thanks !
The text was updated successfully, but these errors were encountered: