Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 254
blobeb42275547ec5a8503626b30c4ec5c0ca71eabd0
1 Title: agent_vsphere: Make handling of spaces in hostnames of ESX configurable
2 Level: 1
3 Component: checks
4 Class: feature
5 State: unknown
6 Version: 1.2.5i1
7 Date: 1389277479
8 Targetversion: future
10 This feature allows to configure how spaces of VMs of ESX should be treated.
11 Hostnames in the monitoring core generally are not allowed to contain spaces.
12 The new option <tt>-S</tt> (configurable via the WATO rule <i>Check state
13 of VMWare ESX via vSphere</i>) can now set how to handle these spaces:
15 <table>
16 <tr><th>Option</th><th>Behaviour</th></tr>
17 <tr><td class=tt>-S cut</td><td>The virtual machines name is cut after the first space</td></tr>
18 <tr><td class=tt>-S underline</td><td>All spaces of this virtual machine are replaced with underline</td></tr>
19 </table>