Skip to content

sensu-plugins/sensu-plugins-zookeeper

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df1a70e · Dec 28, 2017

History

68 Commits
Sep 9, 2017
Dec 28, 2017
Dec 6, 2017
May 21, 2015
Dec 28, 2017
Aug 27, 2015
Dec 28, 2017
Dec 28, 2017
Aug 27, 2015
May 21, 2015
May 21, 2015
Dec 6, 2017
Dec 28, 2017
Dec 28, 2017

Repository files navigation

Sensu-Plugins-Zookeeper

Build Status Gem Version Code Climate Test Coverage Dependency Status

Functionality

Files

  • check-znode.rb - Check if zookeeper znode exists and optionally match its contents
  • check-zookeeper-file-descriptors.rb - Check if Zookeeper has normal opened file descriptors rate
  • check-zookeeper-latency.rb - Check average latency on Zookeeper node
  • check-zookeeper-reqs.rb - Check if Zookeeper node has reliable number of outstanding requests
  • check-zookeeper-ruok.rb - Check if Zookeeper node responds to 'ruok' query succesfully
  • check-zookeeper-mode.rb - Check if Zookeeper node is in standalone or cluster(leader or follower) mode
  • check-zookeeper-cluster.rb - Check if a exhibitor managed Zookeeper cluster is OK.
  • check-netty-zookeeper-cluster.rb - Check if a zookeeper 3.5 cluster is OK.
  • metrics-zookeeper.rb - Gather metrics from Zookeeper
  • metrics-zookeeper-cluster.rb - Gather metrics from An Exhibitor run Zookeeper cluster

Usage

Installation

Installation and Setup

Notes