netdata.conf_with_repetition 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. # web files owner = netdata
  23. # web files group = netdata
  24. #accept a streaming request every seconds = 2
  25. [plugins]
  26. proc = yes
  27. diskspace = no
  28. cgroups = no
  29. tc = no
  30. idlejitter = no
  31. enable running new plugins = no
  32. check for new plugins every = 60
  33. go.d = no
  34. node.d = no
  35. charts.d = no
  36. nfacct = no
  37. python.d = no
  38. apps = no
  39. fping = no
  40. cups = no
  41. [health]
  42. enabled = yes
  43. in memory max health log entries = 1000
  44. default repeat warning = 4s
  45. default repeat critical = 2s
  46. [registry]
  47. enabled = yes
  48. allow from = *
  49. [cloud]
  50. cloud base url = https://netdata.cloud