]> arthur.barton.de Git - netdata.git/commitdiff
fixed typo in health.d/disks.conf
authorCosta Tsaousis <costa@tsaousis.gr>
Wed, 17 Aug 2016 23:33:02 +0000 (02:33 +0300)
committerCosta Tsaousis <costa@tsaousis.gr>
Wed, 17 Aug 2016 23:33:02 +0000 (02:33 +0300)
conf.d/health.d/disks.conf

index beb9a6affa999b1cf77d56f9fd1761944cd01594..0686fa3fca7d62f9ff3a0a414736c5b3f8de3fc9 100644 (file)
@@ -10,7 +10,7 @@ template: disk_full_percent
     calc: $used * 100 / ($avail + $used)
    every: 1m
     warn: $this > 80
-    crit: $used > 95
+    crit: $this > 95
 
 
 # -----------------------------------------------------------------------------