Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Your review has been submitted and is pending approval.
Perl script to check the number of Hadoop Datanode alive
Current Version
1.0
Last Release Date
2010-09-29
Owner
so-net-developer
Website
http://so-net-developer.blog.so-net.ne.jp/
Download URL
https://exchange.nagios.org/wp-content/uploads/project-files/2010/09/check_hadoop_datanode.pl
Compatible With
Perl script to check the number of Hadoop datanodes alive
useage:
Nagios Configuration services.cfg
define service { use generic-service host_name [namenode's host] service_description check_remote_datanode contact_groups admins check_command check_remote_datanode!15!13 }
above example says that: check_remote_datanode returns 1 ("WARNING") if the number of datanodes alive is equal or less than 15 2 ("CRITICAL") if the number of datanodes alive is equal or less than 13 0 ("OK") if the number of datanodes alive is more than 15
commands.cfg define command { command_name check_remote_datanode command_line /usr/local/bin/check_hadoop_datanode.pl $HOSTADDRESS$ $ARG1$ $ARG2$ }
You must be logged in to submit a review.
To:
From: