Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
sxmonitor: SX Cluster monitoring plugins
0.2.0
2016-04-21
- Nagios 3.x
- Nagios 4.x
Apache
6428
File | Description |
---|---|
check_sx_cluster_usage.py | Check SX Cluster virtual space usage. |
check_sx_ping.py | Check response latency of an SX Cluster node. |
check_sx_status.py | Check the number of dead nodes of an SX Cluster. |
check_sx_upload.py | Check upload-download latency of an SX Cluster. |
check_sx_vol_usage.py | Check volume space usage on an SX Cluster. |
check_sx_node_usage.py | Check filesystem usage of an SX Cluster node. |
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!
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.
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.
Reviews (0)
Be the first to review this listing!