summaryrefslogtreecommitdiffstats
path: root/conf.d/health.d
diff options
context:
space:
mode:
authorIlya <ilyamaschenko@gmail.com>2017-01-21 13:46:59 +0900
committerIlya <ilyamaschenko@gmail.com>2017-01-21 13:46:59 +0900
commit7333b16299acf65e55ecd23078649bb903133cea (patch)
treed3dda0c1c243d6668fe57d0ec2b6acaf87518ce9 /conf.d/health.d
parent5cd0dd04bab147c2cc93a4ad80386d884b8eebb0 (diff)
elasticsearch plugin: add last collected alarm
Diffstat (limited to 'conf.d/health.d')
-rw-r--r--conf.d/health.d/elasticsearch.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf.d/health.d/elasticsearch.conf b/conf.d/health.d/elasticsearch.conf
new file mode 100644
index 0000000000..dffd40965f
--- /dev/null
+++ b/conf.d/health.d/elasticsearch.conf
@@ -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