]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/health.d/memcached.conf
added fping alarms and various aesthetic improvements to alarms
[netdata.git] / conf.d / health.d / memcached.conf
index 7917e36afb61f031c91e1e52cc39ccccc4aa68f2..d248ef57a7204966a41ae9d2cf73f3dc917dddd3 100644 (file)
@@ -42,7 +42,7 @@ template: cache_fill_rate
 
 template: out_of_cache_space_time
       on: memcached.cache
-    calc: ($cache_fill_rate > 0) ? ($available / $cache_fill_rate) : (0)
+    calc: ($cache_fill_rate > 0) ? ($available / $cache_fill_rate) : (inf)
    units: hours
    every: 10s
     warn: $this > 0 and $this < (($status >= $WARNING)  ? (48) : (8))