Home Directory Plugins Clustering and High-Availability check_impala_metrics.pl (Advanced Nagios Plugins Collection)

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_impala_metrics.pl (Advanced Nagios Plugins Collection)

Rating
0 votes
Favoured:
0
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
Hits
28573
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Checks Impala metrics from a given Impalad/StateStore debug UI
Part of the Advanced Nagios Plugins Collection, download it here:

https://github.com/harisekhon/nagios-plugins

./check_impala_metrics.pl --help

Nagios Plugin to fetch metrics from a given Impalad/StateStore debug UI

usage: check_impala_metrics.pl [ options ]

-H --host Impalad or StateStore to connect to
-P --port Impalad or StateStore debug UI port (defaults to 25000 for Impalad, specify 25010 for StateStore)
-m --metrics Metrics to fetch, comma separated. If one metric is given then warning and critical thresholds may optionally be applied to that metric
-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)
-h --help Print description and usage options
-t --timeout Timeout in secs (default: 10)
-v --verbose Verbose mode
-V --version Print version and exit