From 16b07977aece576b7d2c6072247bb80094360ba6 Mon Sep 17 00:00:00 2001 From: Claudio Kuenzler Date: Fri, 9 Jan 2015 11:56:17 +0100 Subject: [PATCH] Adapt date The change for the chassis serial number was already prepared a few months ago but I only found time today to do the merge and the release. Therefore adapting the date in history and version variable to today (20150109) --- check_esxi_hardware.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_esxi_hardware.py b/check_esxi_hardware.py index 0b312e0..27ddb3e 100755 --- a/check_esxi_hardware.py +++ b/check_esxi_hardware.py @@ -207,7 +207,7 @@ #@ Author : Claudio Kuenzler (www.claudiokuenzler.com) #@ Reason : Another two workarounds for Dell systems (VGA Cable Pres 0, Add-in Card 4 PEM Presence 0) #@--------------------------------------------------- -#@ Date : 20140916 +#@ Date : 20150109 #@ Author : Claudio Kuenzler (www.claudiokuenzler.com) #@ Reason : Output serial number of chassis if a blade server is checked #@--------------------------------------------------- @@ -219,7 +219,7 @@ import re import string from optparse import OptionParser,OptionGroup -version = '20140916' +version = '20150109' NS = 'root/cimv2'