Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_intel_rst
1.2
2016-07-13
7055
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!
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)
byelliot.wilen, May 5, 2022
I found this plugin by default sends the arguments -I -c to RSTCLI but -c is not recognized. Solution is to use args=-I.
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.
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.