Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Windows nrpe: Check HP "FakeRaid" (adaptec)
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!
' HP Fake RAID status check script: check_hp_fakeraid.vbs
' Vincent Tamet (osgpcq)
'
' v0.2 2010-07-28
' v0.1 2010-07-26
'
' !!! The script is for ONE volume only, if not you must finish it !!!
' Still wondering if rebuilding is warning level !?
'
'command[check_raid]=c:Windowssystem32cscript.exe //NoLogo C:nrpeplugins2check_hp_fakeraid.vbs"
'
'
'
' Based on softraid http://www.anchor.com.au/hosting/dedicated/monitoring_windows_software_raid
' Bin: http://www.hp.com : For example HP Embedded G5 SATA RAID Controller Command Line Interface for Windows 2003/2008 (x86)
' Doc: I do the following test : hrconf.exe getconfig 1
'
' OK:
' Status of logical drive : Optimal
' State : Online
' State : Online
' Degraded:
' Status of logical drive : Degraded
' State : Online
' Rebuiding:
' Status of logical drive : Degraded
' State : Rebuilding
' State : Online
' Vincent Tamet (osgpcq)
'
' v0.2 2010-07-28
' v0.1 2010-07-26
'
' !!! The script is for ONE volume only, if not you must finish it !!!
' Still wondering if rebuilding is warning level !?
'
'command[check_raid]=c:Windowssystem32cscript.exe //NoLogo C:nrpeplugins2check_hp_fakeraid.vbs"
'
'
'
' Based on softraid http://www.anchor.com.au/hosting/dedicated/monitoring_windows_software_raid
' Bin: http://www.hp.com : For example HP Embedded G5 SATA RAID Controller Command Line Interface for Windows 2003/2008 (x86)
' Doc: I do the following test : hrconf.exe getconfig 1
'
' OK:
' Status of logical drive : Optimal
' State : Online
' State : Online
' Degraded:
' Status of logical drive : Degraded
' State : Online
' Rebuiding:
' Status of logical drive : Degraded
' State : Rebuilding
' State : Online
Reviews (1)
byyoursystem, March 9, 2012
it seem work. Thank you!!