]> arthur.barton.de Git - netdata.git/commitdiff
elasticsearch plugin: add last collected alarm
authorIlya <ilyamaschenko@gmail.com>
Sat, 21 Jan 2017 04:46:59 +0000 (13:46 +0900)
committerIlya <ilyamaschenko@gmail.com>
Sat, 21 Jan 2017 04:46:59 +0000 (13:46 +0900)
conf.d/health.d/elasticsearch.conf [new file with mode: 0644]

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