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_intel_rst

Rating
2 votes
Favoured:
1
Current Version
1.2
Last Release Date
2016-07-13
Owner
Hits
7055
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!
check_intel_rst is a Windows plugin for Nagios which checks the status of Intel’s Rapid Storage Technology (RST) RAIDs.
The plugin determines the status of Raids, Raid-Controllers and of individual discs (S.M.A.R.T), while all stripe sets are supported.
Reviews (2)
I found this plugin by default sends the arguments -I -c to RSTCLI but -c is not recognized. Solution is to use args=-I.
byragibel, January 29, 2019
1 of 1 people found this review helpful
If I can spare you some time, in order to make this plugin work with NCPA, you have to get a version of rstcli.exe that is compatible with your version of Intel RST, you can test this by running rstcli.exe in a command prompt.
Once you get this done, try running this command on nagios :
./check_ncpa.py -H hostIpAddress -P 5693 -t yourToken -M 'plugins/check_intel_rst.exe' -a 'path=pathInWichYouStoredTheExecutable\rstcli.exe'

If it shows some results then you can edit your service file.