Check drive failure

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
peterepka
Posts: 20
Joined: Wed Aug 13, 2014 11:23 am

Check drive failure

Post by peterepka »

Hi

we're using Nagios XI, and xiwizard_ templates.

1) is there a command that will check for disk failure in a similar fashion to checkdrivesize when using xiwizard_ based templates/services

for example. this is our services definitions for checkdrivesize.

define service {
host_name servername.domain
service_description Drive C: Disk Usage
use xiwizard_windowswmi_service,xiwizard_windowsserver_nsclient_service
check_command check_xi_service_wmiplus!'username'!'password'!checkdrivesize!-a 'C': -w '80' -c '95'!!!!
kyang

Re: Check drive failure

Post by kyang »

Hello,

I'm not aware of any other modules from NSClient++ that could monitor disk drive failing.
If you're looking to check for disk failure try looking at these SMART plugins.
https://www.nagios.com/solutions/smart- ... 1521646370

Otherwise, you could take a look at the Nagios Exchange to see if anything fits for you.
https://exchange.nagios.org/
Locked