Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 7054
blob287c5b0fbdc7064e78b91937ef95bf779662f331
1 Title: agent_vsphere, esx_vsphere_hostsystem.multipath: use new API endpoint
2 Level: 1
3 Component: checks
4 Compatible: incomp
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1548253810
8 Class: feature
10 For ESX versions above or equal to 6.5 the API endpoint "multipathState"
11 does not deliver sufficient data for the subcheck esx_vsphere_hostsystem.multipath
12 which may lead to a wrong output of the subcheck. Therefore, the subcheck now
13 uses the "multipathInfo" API endpoint instead.
15 For ESX versions below 6.5 which already use the ID of a LUN as an item
16 no further actions are necessary. For new ESX version which use an item
17 like e.g. "L0 physical" a service rediscovery is necessary. After the
18 rediscovery new ESX versions will use the ID of a LUN as an item as well.