This template checks the availability of a Windows share folder.
Prerequisites: WMI access to the target server.
Credentials: Windows Administrator on the target server.
Monitored Components
Windows File Share Availability
This monitor returns the availability status of a share folder on the target computer.
Note: Before using this monitor, the correct arguments should be provided:
target_IP share_name
where
target_IP – IP address of target host. Default and recommended value: ${IP}
share_name – share name.
For monitoring //192.168.0.1/myshare
The Scripts Arguments should be the following:
${IP} myshare
or
192.168.0.1 myshare
Last updated: 2/5/2015