Home Directory Plugins System Metrics File System check_gluster_vol_dist_georep

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_gluster_vol_dist_georep

Rating
0 votes
Favoured:
0
Current Version
1.0.0
Last Release Date
2014-10-12
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
  • Nagios Fusion
  • Nagios Reactor
License
GPL
Hits
15668
Files:
FileDescription
check_gluster_vol_dist_georepcheck_gluster_vol_dist_georep bash script
LICENSEGPLV3 license file
README.mdToo simple README
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
A nagios check script for alerting on distributed geo-replication in non-optimal states.

Written in bash.
So far, only tested on Ubuntu 12.04.

Gluster added distributed geo-replication functionality in version 3.5. See the following for information on configuring and using the feature:
* https://github.com/gluster/glusterfs/blob/master/doc/admin-guide/en-US/markdown/admin_distributed_geo_rep.md

This check alerts on the following conditions for a Gluster volume:
* No active geo-rep sessions.
* No passive standby geo-rep sessions.
* Multiple active or passive geo-rep sessions .. there should only be one of each.
* Geo-rep sessions stopped.
* Geo-rep sessions in "not started" state.
* Geo-rep sessions stuck in initializing state.
* Faulty geo-rep session.
* Crawl status fallen back to hybrid mode.

I've created a github repo for this:
https://github.com/customink/nagios-nrpe-check_gluster_dist_georep

Pull requests are welcomed.