Module: check_mk
Branch: master
Commit: 4f7f194566e4ba6492c17c6e810e8b4d270d1fb4
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4f7f194566e4ba…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed May 21 10:31:17 2014 +0200
esx_vsphere_vm.guest_tools: renamed check (formerly esx_vsphere_vm.guestTools)
Due to a inconstent naming we had to rename the check {esx_vsphere_vm.guestTools} into
{esx_vsphere_vm.guest_tools}.
Please reinventorize the affected hosts in order to switch over to the new plugin.
---
.werks/975 | 9 +++++++++
ChangeLog | 2 ++
checks/esx_vsphere_vm | 5 ++++-
3 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/.werks/975 b/.werks/975
new file mode 100644
index 0000000..601647a
--- /dev/null
+++ b/.werks/975
@@ -0,0 +1,9 @@
+Title: esx_vsphere_vm.guest_tools: renamed check (formerly esx_vsphere_vm.guestTools)
+Level: 1
+Component: checks
+Version: 1.2.5i3
+Date: 1400660997
+Class: incomp
+
+Due to a inconstent naming we had to rename the check {esx_vsphere_vm.guestTools} into
{esx_vsphere_vm.guest_tools}.
+Please reinventorize the affected hosts in order to switch over to the new plugin.
diff --git a/ChangeLog b/ChangeLog
index f0a9fda..fac7fc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,8 @@
* 0162 if_brocade: New if64 Check version for Brocade VDX Switches...
NOTE: Please refer to the migration notes!
* 0956 fast_lta_headunit.status, fast_lta_headunit.replication: New checks for FAST
LTA Storage Systems
+ * 0975 esx_vsphere_vm.guest_tools: renamed check (formerly
esx_vsphere_vm.guestTools)...
+ NOTE: Please refer to the migration notes!
* 0777 FIX: special agent emcvnx: did not work with security file authentication...
* 0786 FIX: zfsget: fixed compatibility with older Solaris agents...
* 0809 FIX: brocade_fcport: Fixed recently introduced problem with port speed
detection
diff --git a/checks/esx_vsphere_vm b/checks/esx_vsphere_vm
index 219b12e..fdef02e 100644
--- a/checks/esx_vsphere_vm
+++ b/checks/esx_vsphere_vm
@@ -119,6 +119,7 @@ check_info['esx_vsphere_vm.name'] = {
+#.
# .--Runtime Host--------------------------------------------------------.
# | ____ _ _ _ _ _ |
# | | _ \ _ _ _ __ | |_(_)_ __ ___ ___ | | | | ___ ___| |_ |
@@ -152,6 +153,7 @@ check_info['esx_vsphere_vm.running_on'] = {
}
+#.
# .--VM Datastores--------------------------------------------------------.
# | __ ____ __ ____ _ _ |
# | \ \ / / \/ | | _ \ __ _| |_ __ _ ___| |_ ___ _ __ ___ |
@@ -248,13 +250,14 @@ def check_esx_vsphere_vm_guest_tools(_no_item, params, info):
return state, info
-check_info['esx_vsphere_vm.guestTools'] = {
+check_info['esx_vsphere_vm.guest_tools'] = {
"inventory_function" : inventory_esx_vsphere_vm_guest_tools,
"check_function" : check_esx_vsphere_vm_guest_tools,
"service_description" : "ESX Guest Tools",
"group" : "vm_guest_tools"
}
+
#.
# .--Heartbeat-----------------------------------------------------------.
# | _ _ _ _ _ |