Home Directory Plugins Hardware Storage Systems RAID Controllers Windows nrpe: Check FakeRaid Intel Matrix (raidcfg32)

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

Windows nrpe: Check FakeRaid Intel Matrix (raidcfg32)

Current Version
0.1
Last Release Date
2010-08-05
Compatible With
  • Nagios 3.x
Owner
License
GPL
Hits
99419
Files:
FileDescription
win_check_intel_fakeraid_VINCE.vbscheck_intel_fakeraid.vbs
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Windows NRPE, Intel Matrix FakeRAID status check script: check_intel_fakeraid.vbs
' Intel Matrix Fake RAID status check script: check_intel_fakeraid.vbs
' Vincent Tamet (osgpcq)
'
' v0.1 2010-08-05
'
' !!! 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_intel_fakeraid.vbs"
'
'
' Based on softraid http://www.anchor.com.au/hosting/dedicated/monitoring_windows_software_raid
' Bin: You need the same version of the raidcfg32 app and the drivers
' You could check this with any version of raidcfg32: RAIDCFG32.exe /I
' v7.8.0.1012: http://downloadcenter.intel.com/Detail_Desc.aspx?ProductID=2869&DwnldID=18324?=eng&iid=dc_rss
' v5.6.2.1002 v5.7.0.1011 v6.1.0.1002: http://driverscollection.com/?aid=24606005865EvJIbfCFtSmwZchn
' Version vs chipset: http://www.intel.com/support/chipsets/imsm/sb/CS-022693.htm
'
' Doc I do the folowing test : RAIDCFG32.exe /ST
'
'RAIDCFG32.exe /ST
WARNING: you need the same version of the drivers and the raidcfg32.exe :WARNING
SEARCHING: for v7.0.0.1020 and v5.5.0.1035 version of raidcfg32.exe program: SEARCHING


'Intel(R) RAID Utility for Serial ATA - v7.8.0.1012 ICHx
'Copyright(C) 2003-07 Intel Corporation. All Rights Reserved.
'
' RAID Volumes:
' ID Name Level Strip Size Status Bootable
' 0 Volume0 RAID1(Mirror) N/A 149.0GB Updated Yes
'
' Physical Disks:
' Port Drive Model Serial # Size Type/Status(Vol ID)
' 0 GB0160EAFJE 9xxxxxxx 149.1GB Member Disk(0)
' 1 GB0160EAFJE 9xxxxxxx 149.1GB Member Disk(0)
'
'"C:Program FilesIntelIntel Matrix Storage ManagerRAIDCFG32.exe" /STV
';Index,Level,StripSize,SizeinMB,Status,Bootable,Array,Name
'0,1,64kB,152625,"Updated","Yes",0,"Volume0"
';Index,Level,StripSize,Size,Status,Bootable,Array,Name
'0,1,64kB,976766976,"Rebuild","Yes",0,"Volume0"
';Index,Level,StripSize,Size,Status,Bootable,Array,Name
'0,1,64kB,976766976,"Degraded","Yes",0,"Volume0"