summaryrefslogtreecommitdiffstats
path: root/conf.d/health.d/redis.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/health.d/redis.conf')
-rw-r--r--conf.d/health.d/redis.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/conf.d/health.d/redis.conf b/conf.d/health.d/redis.conf
new file mode 100644
index 000000000..3750176c5
--- /dev/null
+++ b/conf.d/health.d/redis.conf
@@ -0,0 +1,12 @@
+
+# make sure redis is running
+
+template: redis_last_collected_secs
+ on: redis.operations
+ calc: $now - $last_collected_t
+ every: 10s
+ warn: $this > ( 5 * $update_every)
+ crit: $this > (10 * $update_every)
+ units: seconds ago
+ info: number of seconds since the last successful data collection
+