From 98cbce8f8e57b8ce36e9d30b723aea1fa12da0cc Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Mon, 31 Oct 2016 14:02:50 +0100
Subject: [PATCH] Add missing definition for FLUSH-command

---
 .../memcacheMonitor/dictionaries/memcachestat.definition.json  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/memcacheMonitor/dictionaries/memcachestat.definition.json b/modules/memcacheMonitor/dictionaries/memcachestat.definition.json
index 5b29d8317..be9187165 100644
--- a/modules/memcacheMonitor/dictionaries/memcachestat.definition.json
+++ b/modules/memcacheMonitor/dictionaries/memcachestat.definition.json
@@ -41,6 +41,9 @@
 	"cmd_set": {
 		"en": "Total SET commands"
 	},
+    "cmd_flush": {
+        "en": "Total FLUSH commands"
+    },
 	"get_hits": {
 		"en": "Total GET commands (success)"
 	},
-- 
GitLab