]> arthur.barton.de Git - netdata.git/commitdiff
lowered alarm check frequency to 10s
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 2 Jan 2017 00:38:48 +0000 (02:38 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 2 Jan 2017 00:38:48 +0000 (02:38 +0200)
conf.d/health.d/mdstat.conf

index f780a915ff04effc1b4e514e3c47e13693bb1e47..852d2c4dde417a6eab8a0c56bdba3a9347acc637 100644 (file)
@@ -1,7 +1,7 @@
 template: mdstat_disks
       on: md.disks
    units: active devices
-   every: 1s
+   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