netdata.conf 714 B

12345678910111213141516171819202122232425262728
  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]
  13. run as user = netdata
  14. # the default database size - 1 hour
  15. history = 3600
  16. # some defaults to run netdata with least priority
  17. process scheduling policy = idle
  18. OOM score = 1000
  19. [web]
  20. web files owner = root
  21. web files group = netdata
  22. # by default do not expose the netdata port
  23. bind to = localhost