]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/elasticsearch.conf
ab-debian 0.20170327.01-0ab1, upstream v1.6.0-42-gaa6b96fc
[netdata.git] / conf.d / health.d / elasticsearch.conf
1    alarm: elasticsearch_last_collected
2       on: elasticsearch_local.cluster_health_status
3     calc: $now - $last_collected_t
4    units: seconds ago
5    every: 10s
6     warn: $this > (($status >= $WARNING)  ? ($update_every) : ( 5 * $update_every))
7     crit: $this > (($status == $CRITICAL) ? ($update_every) : (60 * $update_every))
8     info: number of seconds since the last successful data collection
9       to: sysadmin