ebpf.conf 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #
  2. # Global options
  3. #
  4. # The `ebpf load mode` option accepts the following values :
  5. # `entry` : The eBPF collector only monitors calls for the functions, and does not show charts related to errors.
  6. # `return : In the `return` mode, the eBPF collector monitors the same kernel functions as `entry`, but also creates
  7. # new charts for the return of these functions, such as errors.
  8. #
  9. # The eBPF collector also creates charts for each running application through an integration with the `apps plugin`.
  10. # If you want to disable the integration with `apps.plugin` along with the above charts, change the setting `apps` to
  11. # 'no'.
  12. #
  13. [global]
  14. ebpf load mode = entry
  15. apps = yes
  16. #
  17. # eBPF Programs
  18. #
  19. # The eBPF collector enables and runs the following eBPF programs by default:
  20. #
  21. # `process` : This eBPF program creates charts that show information about process creation, VFS IO, and
  22. # files removed.
  23. # `socket` : This eBPF program creates charts with information about `TCP` and `UDP` functions, including the
  24. # bandwidth consumed by each.
  25. [ebpf programs]
  26. process = yes
  27. socket = yes
  28. network connections = no
  29. #
  30. # Network Connection
  31. #
  32. # This is a feature with status WIP(Work in Progress)
  33. #
  34. [network connections]
  35. maximum dimensions = 50
  36. resolve hostnames = no
  37. resolve service names = no
  38. ports = *
  39. ips = !127.0.0.1/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 fc00::/7 !::1/128
  40. hostnames = *
  41. [service name]
  42. 19999 = Netdata