]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/mdstat.conf
dns_query_time plugin: replace "." with "_" in dimensions
[netdata.git] / conf.d / health.d / mdstat.conf
1 template: mdstat_disks
2       on: md.disks
3    units: failed devices
4    every: 10s
5     calc: $total - $inuse
6     crit: $this > 0
7     info: Array is degraded!
8       to: sysadmin
9
10 template: mdstat_last_collected
11       on: md.disks
12     calc: $now - $last_collected_t
13    units: seconds ago
14    every: 10s
15     warn: $this > (($status >= $WARNING)  ? ($update_every) : ( 5 * $update_every))
16     crit: $this > (($status == $CRITICAL) ? ($update_every) : (60 * $update_every))
17     info: number of seconds since the last successful data collection
18       to: sysadmin