Home Directory Plugins Others check_cassandra_node

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_cassandra_node

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2010-11-25
Compatible With
  • Nagios 2.x
Hits
95938
Files:
FileDescription
check_cassandra_node.shshell script
CheckNode.javaJava source
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
shell script and Java source to check whether Cassandra node is alive
Nagios shell script and Java source to check whether Cassandra node is alive or not

compile:

javac CheckNode.java

usege:

copy CheckNode.class and check_cassandra_node.sh into the Nagios plugin directory(ex: /usr/lib/nagios/plugins)

Nagios Configuration
services.cfg
define service {
use generic-service
host_name [cassanadra node hostname]
service_description cassandra-JMX
contact_groups admins
check_command check_cassandra_node
}

commands.cfg
define command {
command_name check_cassandra_node
command_line $USER1$/check_cassandra_node.sh $HOSTADDRESS$
}