check_es is a nagios module to query elastic search status

Example

check_es -H http://192.168.1.1:9200 -w 12 -c 10

check_es accepts the following options:

  • -H or --endpoint: the elastic search HTTP endpoint which can be queried
  • -c: critical threshold for the live number of nodes
  • -t: timeout after which the metric should be considered unknown