From 4662d1fc1584904eb1c96cdf45bc80e587df5b0f Mon Sep 17 00:00:00 2001 From: Francis Bogsanyi Date: Tue, 17 Jun 2014 19:33:18 +0000 Subject: [PATCH] Add memcache CAS stats --- checks.d/mcache.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/checks.d/mcache.py b/checks.d/mcache.py index 4732212b22..b332f46aa3 100644 --- a/checks.d/mcache.py +++ b/checks.d/mcache.py @@ -80,6 +80,9 @@ class Memcache(AgentCheck): "evictions", "bytes_read", "bytes_written", + "cas_misses", + "cas_hits", + "cas_badval", "total_connections" ]