netdata.conf_with_repetition 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # netdata configuration
  2. #
  3. # You can download the latest version of this file, using:
  4. #
  5. # wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
  6. # or
  7. # curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
  8. #
  9. # You can uncomment and change any of the options below.
  10. # The value shown in the commented settings, is the default value.
  11. #
  12. # global netdata configuration
  13. [global]
  14. #run as user = netdata
  15. [web]
  16. #ssl key = /etc/netdata/ssl/key2048.pem
  17. #ssl certificate = /etc/netdata/ssl/cert2048.pem
  18. mode = static-threaded
  19. # listen backlog = 4096
  20. default port = 19999
  21. #bind to = *=dashboard|registry|streaming|netdata.conf|badges|management *:20000=dashboard|registry|streaming|netdata.conf|badges|management^SSL=optional *:20001=dashboard|registry|streaming|netdata.conf|badges|management^SSL=force unix:/tmp/netdata/netdata.sock
  22. #accept a streaming request every seconds = 2
  23. [plugins]
  24. proc = yes
  25. diskspace = no
  26. timex = no
  27. cgroups = no
  28. tc = no
  29. idlejitter = no
  30. enable running new plugins = no
  31. check for new plugins every = 60
  32. go.d = no
  33. charts.d = no
  34. nfacct = no
  35. python.d = no
  36. apps = no
  37. cups = no
  38. [health]
  39. enabled = yes
  40. in memory max health log entries = 1000
  41. default repeat warning = 4s
  42. default repeat critical = 2s
  43. [registry]
  44. enabled = yes
  45. allow from = *
  46. [cloud]
  47. cloud base url = https://app.netdata.cloud