Home Directory Plugins Cloud sxmonitor: SX Cluster monitoring plugins

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

sxmonitor: SX Cluster monitoring plugins

Rating
0 votes
Favoured:
0
Current Version
0.2.0
Last Release Date
2016-04-21
Compatible With
  • Nagios 3.x
  • Nagios 4.x
License
Apache
Hits
6428
Files:
FileDescription
check_sx_cluster_usage.pyCheck SX Cluster virtual space usage.
check_sx_ping.pyCheck response latency of an SX Cluster node.
check_sx_status.pyCheck the number of dead nodes of an SX Cluster.
check_sx_upload.pyCheck upload-download latency of an SX Cluster.
check_sx_vol_usage.pyCheck volume space usage on an SX Cluster.
check_sx_node_usage.pyCheck filesystem usage of an SX Cluster node.
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!
Monitor the health of your SX Cluster.
sxmonitor is a suite of Nagios plugins for checking availability of various resources provided by an SX Cluster. The plugins are written in Python and use nagiosplugin (https://pypi.python.org/pypi/nagiosplugin) and sxclient (https://pypi.python.org/pypi/sxclient) packages.


Requirements:

In order to work, plugins require Python 2.7 and the following Python packages:

- nagiosplugin >= 1.2.3
- sxclient >= 0.16.4

To install the required packages, run:

$ pip install nagiosplugin sxclient


Invocation:

Run a plugin with the command-line option "--help" to display a set of options available for the plugin. Note that some arguments are mandatory, and some plugins introduce their own options.