adaptec_raid.conf 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # netdata python.d.plugin configuration for adaptec raid
  2. #
  3. # This file is in YaML format. Generally the format is:
  4. #
  5. # name: value
  6. #
  7. # ----------------------------------------------------------------------
  8. # Global Variables
  9. # These variables set the defaults for all JOBs, however each JOB
  10. # may define its own, overriding the defaults.
  11. # update_every sets the default data collection frequency.
  12. # If unset, the python.d.plugin default is used.
  13. # update_every: 1
  14. # priority controls the order of charts at the netdata dashboard.
  15. # Lower numbers move the charts towards the top of the page.
  16. # If unset, the default for python.d.plugin is used.
  17. # priority: 60000
  18. # penalty indicates whether to apply penalty to update_every in case of failures.
  19. # Penalty will increase every 5 failed updates in a row. Maximum penalty is 10 minutes.
  20. # penalty: yes
  21. # autodetection_retry sets the job re-check interval in seconds.
  22. # The job is not deleted if check fails.
  23. # Attempts to start the job are made once every autodetection_retry.
  24. # This feature is disabled by default.
  25. # autodetection_retry: 0
  26. # ----------------------------------------------------------------------
  27. # JOBS (data collection sources)
  28. #
  29. # The default JOBS share the same *name*. JOBS with the same name
  30. # are mutually exclusive. Only one of them will be allowed running at
  31. # any time. This allows autodetection to try several alternatives and
  32. # pick the one that works.
  33. #
  34. # Any number of jobs is supported.
  35. #
  36. # All python.d.plugin JOBS (for all its modules) support a set of
  37. # predefined parameters. These are:
  38. #
  39. # job_name:
  40. # name: myname # the JOB's name as it will appear at the
  41. # # dashboard (by default is the job_name)
  42. # # JOBs sharing a name are mutually exclusive
  43. # update_every: 1 # the JOB's data collection frequency
  44. # priority: 60000 # the JOB's order on the dashboard
  45. # penalty: yes # the JOB's penalty
  46. # autodetection_retry: 0 # the JOB's re-check interval in seconds
  47. # ----------------------------------------------------------------------