Use eBPF as procs monitor method by default

If eBPF is not available we'll fallback to proc parsing.
This commit is contained in:
Gustavo Iñiguez Goia 2021-08-17 13:54:46 +02:00
parent 94fa3c8093
commit 49c171df4c

View file

@ -7,7 +7,7 @@
"DefaultAction": "allow", "DefaultAction": "allow",
"DefaultDuration": "once", "DefaultDuration": "once",
"InterceptUnknown": false, "InterceptUnknown": false,
"ProcMonitorMethod": "proc", "ProcMonitorMethod": "ebpf",
"LogLevel": 2, "LogLevel": 2,
"Firewall": "iptables", "Firewall": "iptables",
"Stats": { "Stats": {