Home Directory Plugins Clustering and High-Availability Red Hat Cluster Check through SNMP

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

Red Hat Cluster Check through SNMP

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!
This script will be able monitor your RedHat cluster with out using ssh and clustat or cman_tool. This script will solely use snmp with python. The packages needed are explain on this link... http://www.linuxdynasty.org/howto-monitor-redhat-cluster-using-snmp-and-python.html You can also download rh_cluster_check.py from the above link..


python rh_cluster_check.py -d gfs1 -c public -t node -n gfs3 OK, gfs3 is Participating in cluster python

rh_cluster_check.py -d gfs1 -c public -t service -s CIM OK, CIM is running on gfs1

python rh_cluster_check.py -d gfs2 -c public -t cluster WARNING, MyCluster is Quorate and Some services not running

python rh_cluster_check.py -d gfs1 -c public -t service -s Pirahna CRITICAL, Pirahna is stopped