netdata.conf_without_repetition 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. node.d = no
  34. charts.d = no
  35. nfacct = no
  36. python.d = no
  37. apps = no
  38. fping = no
  39. cups = no
  40. [health]
  41. enabled = yes
  42. in memory max health log entries = 1000
  43. #default repeat warning = 4s
  44. #default repeat critical = 2s
  45. [registry]
  46. enabled = yes
  47. allow from = *
  48. [cloud]
  49. cloud base url = https://app.netdata.cloud