summaryrefslogtreecommitdiffstats
path: root/health/health.d/elasticsearch.conf
blob: 05d576c39eb5ed155f21b1148969feb299d20292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# make sure elasticsearch is running

 template: elasticsearch_last_collected
       on: elasticsearch.cluster_health_status
    class: Search engine
component: Elasticsearch
     type: Latency
     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