]> arthur.barton.de Git - netdata.git/commitdiff
fixed memcached alarm typo
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 27 Aug 2016 09:16:44 +0000 (12:16 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 27 Aug 2016 09:16:44 +0000 (12:16 +0300)
conf.d/health.d/memcached.conf

index 604102e3f2919b88288b73e4dc3ce93f9ba32310..e457755e687eb0ae18619cb74dc9a6e0d8ffd667 100644 (file)
@@ -35,7 +35,7 @@ template: cache_fill_rate
 
 template: cache_full_after_hours
       on: memcached.cache
-    calc: $available / $memcached_cache_fill_rate / 3600
+    calc: $available / $cache_fill_rate / 3600
    every: 10s
     warn: $this > 0 and $this < 48
     crit: $this > 0 and $this < 24