]> arthur.barton.de Git - netdata.git/blob - conf.d/python.d/mdstat.conf
ab-debian 0.20170327.01-0ab1, upstream v1.6.0-42-gaa6b96fc
[netdata.git] / conf.d / python.d / mdstat.conf
1 # netdata python.d.plugin configuration for mdstat
2 #
3 # This file is in YaML format. Generally the format is:
4 #
5 # name: value
6 #
7
8 # ----------------------------------------------------------------------
9 # Global Variables
10 # These variables set the defaults for all JOBs, however each JOB
11 # may define its own, overriding the defaults.
12
13 # update_every sets the default data collection frequency.
14 # If unset, the python.d.plugin default is used.
15 # update_every: 1
16
17 # priority controls the order of charts at the netdata dashboard.
18 # Lower numbers move the charts towards the top of the page.
19 # If unset, the default for python.d.plugin is used.
20 # priority: 60000
21
22 # retries sets the number of retries to be made in case of failures.
23 # If unset, the default for python.d.plugin is used.
24 # Attempts to restore the service are made once every update_every
25 # and only if the module has collected values in the past.
26 # retries: 5