]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/health.d/mdstat.conf
varnish_plugin: remove from conf file not ascii characters
[netdata.git] / conf.d / health.d / mdstat.conf
index f780a915ff04effc1b4e514e3c47e13693bb1e47..c9e7d20dba14c91925fd924d695ecbc9a207ee77 100644 (file)
@@ -1,7 +1,7 @@
 template: mdstat_disks
       on: md.disks
-   units: active devices
-   every: 1s
+   units: failed devices
+   every: 10s
     calc: $total - $inuse
     crit: $this > 0
     info: Array is degraded!
@@ -11,7 +11,7 @@ template: mdstat_last_collected
       on: md.disks
     calc: $now - $last_collected_t
    units: seconds ago
-   every: 1s
+   every: 10s
     warn: $this > (($status >= $WARNING)  ? ($update_every) : ( 5 * $update_every))
     crit: $this > (($status == $CRITICAL) ? ($update_every) : (60 * $update_every))
     info: number of seconds since the last successful data collection