]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/health.d/elasticsearch.conf
elasticsearch plugin: add last collected alarm
[netdata.git] / conf.d / health.d / elasticsearch.conf
diff --git a/conf.d/health.d/elasticsearch.conf b/conf.d/health.d/elasticsearch.conf
new file mode 100644 (file)
index 0000000..dffd409
--- /dev/null
@@ -0,0 +1,9 @@
+   alarm: elasticsearch_last_collected
+      on: elasticsearch_local.cluster_health_status
+    calc: $now - $last_collected_t
+   units: seconds ago
+   every: 10s
+    warn: $this > (($status >= $WARNING)  ? ($update_every) : ( 5 * $update_every))
+    crit: $this > (($status == $CRITICAL) ? ($update_every) : (60 * $update_every))
+    info: number of seconds since the last successful data collection
+      to: sysadmin