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
6077
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.
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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.