Module: check_mk
Branch: master
Commit: a71a8565a5bb651946850ad9fd5abcce24bf6da6
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=a71a8565a5bb65…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Thu Jan 9 15:29:02 2014 +0100
agent_vsphere: Make handling of spaces in hostnames of ESX configurable
This feature allows to configure how spaces of VMs in esx hostsystem should be treated.
Hostnames in the monitoring core generally are not allowed to have space.
The new option -S (configurable via a WATO rule) can now set how to handle these
spaces:<br>
Option: -S cut -> The virtual machines name is cut after the first space<br>
Option: -S underline -> All spaces of this virtual machine are replaced with underline
---
.werks/254 | 15 +++++++++++++++
ChangeLog | 1 +
2 files changed, 16 insertions(+)
diff --git a/.werks/254 b/.werks/254
new file mode 100644
index 0000000..2005bc2
--- /dev/null
+++ b/.werks/254
@@ -0,0 +1,15 @@
+Title: agent_vsphere: Make handling of spaces in hostnames of ESX configurable
+Level: 1
+Component: checks
+Class: feature
+State: unknown
+Version: 1.2.5i1
+Date: 1389277479
+Targetversion: future
+
+This feature allows to configure how spaces of VMs in esx hostsystem should be treated.
+Hostnames in the monitoring core generally are not allowed to have space.
+The new option -S (configurable via a WATO rule) can now set how to handle these
spaces:<br>
+Option: -S cut -> The virtual machines name is cut after the first space<br>
+Option: -S underline -> All spaces of this virtual machine are replaced with
underline
+
diff --git a/ChangeLog b/ChangeLog
index 93200fd..8449fae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,7 @@
* 0320 hitachi_hnas_fpga: new check for Hitachi HNAS storage systems
* 0321 brocade_mlx: enhancing checks (BR-MLX modules, more OK states)...
* 0323 emcvnx_hwstatus, emcvnx_hba, emcvnx_disks: new checks for EMC VNX storage
systems
+ * 0254 agent_vsphere: Make handling of spaces in hostnames of ESX configurable...
* 0103 FIX: services: Fixed bug with service inventory defined in main.mk...
* 0299 FIX: borcade_mlx_fan: Prettified output, handling "other" state now
* 0300 FIX: cisco_fru_power: Trying not to inventorize not plugged in FRUs...