If you are using Windows events to trigger notifications it may be helpful to monitor Virtual Appliance Event ID's.
The following event ID's can be generated in Windows Event Viewer.
11001 - Virtual Appliance not powered on - the VA is not powered on
11002 - Virtual Appliance connection failure - vRanger cannot connect to the VA. Verify the IP and credentials are correct.
11003 - Virtual Appliance credential context failure - should never occur, it is a just incase scenario
11999 - Virtual Appliance monitor unknown failure - a problem occurred while the VA monitor is running.
11998 - VA 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, set the following value "true".
<!-- Turns on or off Virtual Appliance Monitoring. Default Value: false>
<add key="VirtualApplianceMonitoringEnabled" value="false"/>
The following is for limiting possible spamming of messages into the windows event log.
<add key="VirtualApplianceMonitoringEventLogFailureLogMax" value="7"/>
Restart the vRanger Service.