Skip to content

jbraeuer/nagios-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

check_elasticsearch is a nagios module to query ElasticSearch

Build Status

Example

check_graphite accepts the following options:

  • -H or --host: the ES to connect to
  • -P or --port: the port to connect on
  • -A or --action: the item to check
    • cluster_health
    • cluster_data_nodes
    • cluster_unassigned_shards
  • -w: warning threshold for the metric
  • -c: critical threshold for the metric
  • -t: timeout after which the metric should be considered unknown

About

Nagios plugin to check Elasticsearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages