tf-libvirt/roles/fastnetmon/defaults/main.yml

23 lines
360 B
YAML
Raw Normal View History

---
fastnetmon_clone_dir: /tmp/fastnetmon-ng
netflow_on: on
netflow_port: 2055
ban_time: 1900
ban_for_pps: on
ban_for_bandwidth: on
ban_for_flows: off
threshold_pps: 20000
threshold_mbps: 1000
threshold_flows: 3500
threshold_tcp_pps: 100000
threshold_udp_pps: 100000
threshold_icmp_pps: 100000
ban_for_tcp_pps: on
ban_for_udp_pps: on
ban_for_icmp_pps: on