Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Perl script to check the number of Hadoop tasktrackers alive
Current Version
1.0
Last Release Date
2010-11-01
Owner
so-net-developer
Website
http://so-net-developer.blog.so-net.ne.jp/
Compatible With
useage:
Nagios Configuration services.cfg
define service { use generic-service host_name [jobtracker's host] service_description check_remote_tasktracker contact_groups admins check_command check_remote_tasktracker!15!13 }
above example says that: check_remote_datanode returns 1 ("WARNING") if the number of tasktracker alive is equal or less than 15 2 ("CRITICAL") if the number of tasktracker alive is equal or less than 13 0 ("OK") if the number of tasktracker alive is more than 15
commands.cfg define command { command_name check_remote_tasktracker command_line /usr/local/bin/check_hadoop_tasktracker.pl $HOSTADDRESS$ $ARG1$ $ARG2$ }
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!