script.Quit(ReturnCode)
Next
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc
Powell
Sent: Tuesday, January 03, 2006 4:06 PM
To: nagios-users@lists.sourceforge.net
Subject: RE: Return Codes? (was RE: [Nagios-users] Remotely Checking
Windows: Mapped Netw
eturnCode = "CRITICAL"
ElseIf (PercentageFree <= Int(WarningPercentage)) Then
ReturnCode = "WARNING"
Else
ReturnCode = "OK"
End If
Wscript.Echo ReturnCode & " " & objItem.DeviceID & &qu
states?
Thanks!
Robert
-Original Message-----
From: Robert Reeves
Sent: Tuesday, January 03, 2006 3:50 PM
To: Robert Reeves; Subhendu Ghosh
Cc: nagios-users@lists.sourceforge.net
Subject: RE: [Nagios-users] Remotely Checking Windows: Mapped Network
Drives
I got it working.
Add this to you
All are WindowsXP.
I'll look into WMI32_MappedLogicalDisk. Have you had success with that
before?
Thanks!
Robert
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Subhendu
Ghosh
Sent: Wednesday, December 21, 2005 10:03 AM
To: Robert Reeves
Cc: n
Title: Remotely Checking Windows: Mapped Network Drives
I have several windows servers that use mapped network drives. At times, these drives become unavailable and halt services. I would like to be able to monitor these drives.
I have both NRPE_NT and nsclient running on the Windows boxes.