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

Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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