exim.conf 608 B

123456789101112131415161718192021222324
  1. # no need for shebang - this file is loaded from charts.d.plugin
  2. # netdata
  3. # real-time performance and health monitoring, done right!
  4. # (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
  5. # GPL v3+
  6. # THIS PLUGIN IS DEPRECATED
  7. # USE THE PYTHON.D ONE
  8. # the exim command to run
  9. # if empty, it will use the one found in the system path
  10. #exim_command=
  11. # the data collection frequency
  12. # if unset, will inherit the netdata update frequency
  13. #exim_update_every=5
  14. # the charts priority on the dashboard
  15. #exim_priority=60000
  16. # the number of retries to do in case of failure
  17. # before disabling the module
  18. #exim_retries=10