1 Title: sansymphony_alerts,sansymphony_pool,sansymphony_ports,sansymphony_serverstatus,sansymphony_virtualdiskstatus: New Checks for Datacore Sansymphony
9 The new Checks need the agent Plugin sansymphony.ps1 configured with username in password to work.
13 1. Datacore SANsymphony V8 or V9 must be installed
14 SANmelody and Sansymphony are not supported.
16 2. The SANsymphony CMDlets need to be installed on the monitored Datacore Server
17 If not installed you need to install the CMDlets with the SANsymphony V installation routine.
18 - Enabling of .net 4 Framwork support in PowerShell
19 Support for .net 4 must be enabled. To achieve this, create a file with the name powershell.exe.config with the following content:
21 <?xml version="1.0" encoding="utf-8" ?>
23 <startup useLegacyV2RuntimeActivationPolicy="true">
24 <supportedRuntime version="v4.0"/>
25 <supportedRuntime version="v2.0.50727" />