Home Directory Plugins Clustering and High-Availability check_h2o_cluster.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_h2o_cluster.pl (Advanced Nagios Plugins Collection)

Rating
0 votes
Favoured:
0
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
Hits
19460
Nagios CSP

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!
Nagios Plugin to check an 0xdata H20 machine learning cluster via REST API

Checks:

- cloud healthy state
- consensus among H2O instances

Optional Checks:

- cloud name
- number of H2O instances in cloud
- cloud locked (stabilized - accepts no new members)
- uptime - ensure cloud has stayed up a minimum amount of seconds
- H2O version
Part of the Advanced Nagios Plugins Collection.

Download it here:

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


usage: check_h2o_cluster.pl [ options ]


-H --host H2O host ($H2O_HOST, $HOST)

-P --port H2O port ($H2O_PORT, $PORT, default: 54321)

-C --cloud-name Check cloud name matches expected regex

-n --instances Check number of instances in cloud, use --warning/--critical thresholds to specify limits

-l --locked Ensure H2O Cloud is locked, otherwise raise warning

--uptime Check uptime minimum number of secs

--h2o-version Check H2O version matches expected regex

--list-nodes List nodes in H2O cluster and exit

-w --warning Warning threshold or ran:ge (inclusive)

-c --critical Critical threshold or ran:ge (inclusive)

-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