Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 1225
blob6519ec4891d0e6321b8b2c3bd74ebe5414e4037a
1 Title: sansymphony_alerts,sansymphony_pool,sansymphony_ports,sansymphony_serverstatus,sansymphony_virtualdiskstatus: New Checks for Datacore Sansymphony
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.2.7i1
6 Date: 1425906288
7 Class: feature
9 The new Checks need the agent Plugin sansymphony.ps1 configured with username in password to work.
11 Prerequisites
12 -------------
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" ?>
22 <configuration>
23   <startup useLegacyV2RuntimeActivationPolicy="true">
24         <supportedRuntime version="v4.0"/>
25         <supportedRuntime version="v2.0.50727" />
26     </startup>
27 </configuration>