Skip to content

drazul/check_es

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Elasticsearch checker for nagios and icinga


Dependencies

  • pip install PySock urllib3 elasticsearch

Functionalities

  • Execute a elasticsearch query and parse result
  • Check status cluster health

Examples

  • python check_es.py --host 127.0.0.1 --port 9200 --index winlogbeat-* --fields-to-be-returned message,computer_name,source_name --critical 1 --query $QUERY

About

Elasticsearch check for nagios / icinga

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages