vdemonchy / mewpoke

Memcached / couchbase probe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

MEWPOKE - Hope of a mew probe

logo

This project contains a probe aiming to monitor latencies and avaibilities for Couchbase and Memcached nodes.

Metrics gathered are exposed through a prometheus endpoint available at Config:app:httpServerPort/metrics

Build

  1. Clone the repository
  2. Ensure you have Java 8 and gradle installed
  3. Run gradle build at the root of the directory
  4. Artifacts can be founds inside the build/libs directory

Run

  1. Ensure you have a valid config file (see configuration)
  2. Run java -jar my_uber_jar.jar my_config.yml
  3. That's all, Enjoy !!

About

Memcached / couchbase probe

License:Apache License 2.0


Languages

Language:Java 97.2%Language:Shell 2.8%