]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/health.d/disks.conf
Merge pull request #1652 from ktsaou/master
[netdata.git] / conf.d / health.d / disks.conf
index 0549bac268b51ea0034c1b8b6edc025d5d2a05d2..ff2d6a605ad3bdae4b9fa3e519356295bc7cb9f5 100644 (file)
@@ -88,7 +88,7 @@ families: *
 template: out_of_disk_space_time
       on: disk.space
 families: *
-    calc: ($disk_fill_rate > 0) ? ($avail / $disk_fill_rate) : (0)
+    calc: ($disk_fill_rate > 0) ? ($avail / $disk_fill_rate) : (inf)
    units: hours
    every: 10s
     warn: $this > 0 and $this < (($status >= $WARNING)  ? (48) : (8))