netdata.conf 960 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ### NetData Configuration
  2. ### Notes about plugins
  3. ###
  4. ### charts.d - REQUIRES Bash, enable here and edit charts.d.conf
  5. ### apps - none atm
  6. ### node.d - REQUIRES node.js
  7. ### tc - QoS stats (if wanted)
  8. ### cgcroups - No support in OpenWRT/LEDE by default
  9. ### health - Disabled by default
  10. ### KSM - No support in OpenWRT/LEDE by default
  11. ### python.d - REQUIRES python and PyYAML, edit python.d.conf to enable
  12. [global]
  13. run as user = nobody
  14. web files owner = root
  15. web files group = root
  16. update every = 2
  17. history = 1800
  18. access log = none
  19. debug log = syslog
  20. error log = syslog
  21. memory mode = ram
  22. [plugins]
  23. charts.d = no
  24. apps = no
  25. node.d = no
  26. tc = no
  27. cgroups = no
  28. [health]
  29. enabled = no
  30. [plugin:proc]
  31. /proc/net/softnet_stat = no
  32. /proc/net/snmp = no
  33. /sys/kernel/mm/ksm = no
  34. /proc/net/netstat = no
  35. /proc/net/ip_vs_stats = no
  36. /proc/net/stat/synproxy = no
  37. /proc/net/rpc/nfsd = no
  38. /proc/net/rpc/nfs = no