If you are using Windows events to trigger notifications it may be helpful to monitor your datastore during vRanger tasks.
The following event ID's can be generated in Windows Event Viewer.
12000 - Datastore threshold exceeded
12099 - Datastore monitoring unknown failure
12098 - Datastore return to normal
NOTE: Make sure no vRanger tasks are running when performing these steps.
Open the Service configuration file - C:\Program Files\Quest Software\vRanger\Service\Vizioncore.vRanger.Service.exe.config
This feature is disabled by default. To enable it, please update the service config file, setting the value of the key to "true".
<add key="DatastoreMonitoringEnabled" value="false"/>
<!-- The lowest threshold value for a datastore space before a warning is sent. Default 10 (this is 10% with type being percent)>
<add key="DatastoreMonitoringSpaceThresholdValue" value="10"/>
<!-- Have vReplicator check datastore space based on 0 -> Percent or 1 -> Gigabyte.>
<add key="DatastoreMonitoringSpaceThresholdType" value="0"/>
<!-- How often we check the datastores for low space in minutes. Default value: 30 minutes.>
<add key="DatastoreMonitorCheckIntervalInMinutes" value="30"/>
<!-- The maximum number of times a particular datastore monitor failure will be logged to the windows event log before waiting for a success to proceed again. This is for limiting possible spamming of messages into the windows event log. Default Value: 7>
<add key="DatastoreMonitoringEventLogFailureLogMax" value="7"/>
<!-- How often we log an event for a datastore that is low on space in hours AFTER the FailureLogMax has been reached. This allows for a larger interval in writing to the event log while still being notified to reduce spam. Default value: 6 hours. >
<add key="DatastoreMonitorSecondaryIntervalInHours" value="6"/>
Save the file and restart the vRanger Service.