1
0

Netdata: add fail2ban monitoring

This commit is contained in:
2025-05-17 16:58:12 +03:00
parent d3d189e284
commit c8bd9f4ec3
3 changed files with 13 additions and 0 deletions

View File

@ -26,9 +26,11 @@ services:
- "/run/dbus:/run/dbus:ro"
- "/sys:/host/sys:ro"
- "/var/log:/host/var/log:ro"
- "/var/run:/host/var/run:ro"
- "/var/run/docker.sock:/var/run/docker.sock:ro"
environment:
PGID: "{{ netdata_docker_group_output.stdout | default(999) }}"
NETDATA_EXTRA_DEB_PACKAGES: "fail2ban"
networks:
{{ web_proxy_network }}: