Hi I am seeking a service or plugin that shows only if a drive is currently on/available/working for windows servers (2008).
I cannot use the common disk plug-ins because they go into warning and critical mode when drive usage limits are reached; then if i use an availability report generator for disk services it shows less than 100% which is not what I need for SLA reporting.
Thanks.
Drive Availability Reporting
Re: Drive Availability Reporting
Is the hard drive connected to a raid/otherwise special disk controller?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Drive Availability Reporting
yes we use:abrist wrote:Is the hard drive connected to a raid/otherwise special disk controller?
EVA 8000(hsv300) EVA4400(hsv210)
IBM DS 8000
HDS VSP
However we are looking at a way to get the data through windows for the moment unless an elegant solution exists for the above.
Re: Drive Availability Reporting
This is possible through wmi. Try the following to make sure:
See the following document for wmi implementation instructions:
http://assets.nagios.com/downloads/nagi ... ng_WMI.pdf
Code: Select all
Start>Run>cmd {ENTER}
wmic {ENTER}
diskdrive get status {ENTER}http://assets.nagios.com/downloads/nagi ... ng_WMI.pdf
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.