You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
779 B

  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 - REQURIES 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. /sys/kernel/mm/ksm = no