Skip to content

Munin plugin for monitoring elasticsearch nodes, including cache stats, document count, garbage collection, JVM heap stats, request rates, and store size

Notifications You must be signed in to change notification settings

m-samoylov/munin-elasticsearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

#Munin plugin for elasticsearch

A simple Munin plugin for monitoring elasticsearch nodes in Ruby. Depends on JSON gem.

##Supported Modes

  • cache - field and filter cache stats
  • docs - document count
  • gc - GC collections/sec
  • jvm - JVM heap stats
  • ops - index, get, search, delete operations/sec
  • store - size of index

##Configuration

###Variables

  • host - a elasticsearch node capable of providing stats interface (default localhost)
  • port - elasticsearch HTTP API port (default 9200)

###Example Config

[elasticsearch_*]
env.host 10.1.2.14
env.port 9200

About

Munin plugin for monitoring elasticsearch nodes, including cache stats, document count, garbage collection, JVM heap stats, request rates, and store size

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%