netdata-updater.conf 1.0 KB

123456789101112131415161718192021
  1. # Configuration for netdata-updater.sh script.
  2. #
  3. # When run non-interactively, the updater script will delay some
  4. # random number of seconds up to NETDATA_UPDATER_JITTER before
  5. # actually running the update. The default is 3600 (one
  6. # hour). Most users should not need to change this.
  7. #NETDATA_UPDATER_JITTER="3600"
  8. # On systems using our native packages, the updater will by default
  9. # attempt to install optional plugin packages that would be installed by
  10. # default on clean installs if those packages are supported on the system.
  11. #
  12. # This behavior can be disabled on a per-package basis using the below
  13. # variables. Setting the variable to a value other than 0 will disable
  14. # the corresponding package (note that you still need to remove the package
  15. # yourself if you don0t want it, this just controls whether the updater
  16. # will try to ensure it’s installed or not).
  17. #
  18. # NETDATA_NO_SYSTEMD_JOURNAL controls the `netdata-plugin-systemd-journal`
  19. # package, which provides the systemd journal plugin for Netdata.
  20. #NETDATA_NO_SYSTEMD_JOURNAL="0"