Merge "Drop testing of SaltStack 2016.3"
diff --git a/memcached/meta/prometheus.yml b/memcached/meta/prometheus.yml
index dd7e586..2f57317 100644
--- a/memcached/meta/prometheus.yml
+++ b/memcached/meta/prometheus.yml
@@ -12,18 +12,6 @@
       annotations:
         summary: "Memcached service is down"
         description: "The Memcached service on the {{ $labels.host }} node is down."
-    MemcachedServiceRespawn:
-      enabled: False
-      if: >-
-{%- endraw %}
-        memcached_uptime < {{ monitoring.service_respawn_seconds_treshold }}
-{%- raw %}
-      labels:
-        severity: warning
-        service: memcached
-      annotations:
-        summary: "Memcached is respawned"
-        description: "The Memcached service on the {{ $labels.host }} node was respawned."
     MemcachedConnectionThrottled:
       if: >-
 {%- endraw %}
@@ -54,16 +42,6 @@
       annotations:
         summary: "Memcached has no open connections on all nodes"
         description: "The Memcached database has no open connections on all nodes."
-    MemcachedItemsNoneMinor:
-      enabled: False
-      if: >-
-        memcached_curr_items == 0
-      labels:
-        severity: minor
-        service: memcached
-      annotations:
-        summary: "Memcached database is empty"
-        description: "The Memcached database on the {{ $labels.host }} node is empty."
     MemcachedEvictionsLimit:
 {%- endraw %}
       if: >-