example.conf 613 B

123456789101112131415161718192021
  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. # to enable this chart, you have to set this to 12345
  7. # (just a demonstration for something that needs to be checked)
  8. #example_magic_number=12345
  9. # the data collection frequency
  10. # if unset, will inherit the netdata update frequency
  11. #example_update_every=
  12. # the charts priority on the dashboard
  13. #example_priority=150000
  14. # the number of retries to do in case of failure
  15. # before disabling the module
  16. #example_retries=10