Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_hadoop_namenode_jmx.pl (Advanced Nagios Plugins Collection)
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
5006
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!
Part of the Advanced Nagios Plugins Collection
Download it here:
https://github.com/harisekhon/nagios-plugins
check_hadoop_namenode_jmx.pl
Nagios Plugin to parse metrics from a given Hadoop daemon's /jmx page
Make sure you specify --mbean in prod, leave it out with --all-metrics and -vv only for exploring what is available. Nagios has a char limit and will truncate the output, and the perfdata at the end
would be lost.
Tested on Hadoop 2.6 / 2.7 NameNode & DataNode, HBase 0.98 Master & RegionServer on Hortonworks HDP 2.2 & HDP 2.3
usage: check_hadoop_namenode_jmx.pl [ options ]
-H --host Hadoop NameNode host ($HADOOP_NAMENODE_HOST, $NAMENODE_HOST, $HADOOP_HOST, $HOST)
-P --port Hadoop NameNode port ($HADOOP_NAMENODE_PORT, $NAMENODE_PORT, $HADOOP_PORT, $PORT, default: 50070)
-b --bean Bean to check (see --list-beans)
-m --metrics Metric(s) to collect, comma separated. Output in the order specified for convenience. Optional thresholds will only be applied when a single metrics is given
-a --all-metrics Grab all metrics. Useful if you don't know what to monitor yet or just want to graph everything
-w --warning Warning threshold or ran:ge (inclusive)
-c --critical Critical threshold or ran:ge (inclusive)
-e --expected Expected string match when specifying a single field to check. Use this to check non-float fields such as settings eg. -b Hadoop:service=NameNode,name=NameNodeStatus -m State -e
active
--list-beans List all beans returned by HBase jmx page
-t --timeout Timeout in secs (default: 10)
-v --verbose Verbose mode (-v, -vv, -vvv ...)
-h --help Print description and usage options
-V --version Print version and exit
Download it here:
https://github.com/harisekhon/nagios-plugins
check_hadoop_namenode_jmx.pl
Nagios Plugin to parse metrics from a given Hadoop daemon's /jmx page
Make sure you specify --mbean in prod, leave it out with --all-metrics and -vv only for exploring what is available. Nagios has a char limit and will truncate the output, and the perfdata at the end
would be lost.
Tested on Hadoop 2.6 / 2.7 NameNode & DataNode, HBase 0.98 Master & RegionServer on Hortonworks HDP 2.2 & HDP 2.3
usage: check_hadoop_namenode_jmx.pl [ options ]
-H --host Hadoop NameNode host ($HADOOP_NAMENODE_HOST, $NAMENODE_HOST, $HADOOP_HOST, $HOST)
-P --port Hadoop NameNode port ($HADOOP_NAMENODE_PORT, $NAMENODE_PORT, $HADOOP_PORT, $PORT, default: 50070)
-b --bean Bean to check (see --list-beans)
-m --metrics Metric(s) to collect, comma separated. Output in the order specified for convenience. Optional thresholds will only be applied when a single metrics is given
-a --all-metrics Grab all metrics. Useful if you don't know what to monitor yet or just want to graph everything
-w --warning Warning threshold or ran:ge (inclusive)
-c --critical Critical threshold or ran:ge (inclusive)
-e --expected Expected string match when specifying a single field to check. Use this to check non-float fields such as settings eg. -b Hadoop:service=NameNode,name=NameNodeStatus -m State -e
active
--list-beans List all beans returned by HBase jmx page
-t --timeout Timeout in secs (default: 10)
-v --verbose Verbose mode (-v, -vv, -vvv ...)
-h --help Print description and usage options
-V --version Print version and exit
Reviews (0)
Be the first to review this listing!