1
0
mirror of https://github.com/Napsty/check_esxi_hardware.git synced 2024-10-22 20:23:45 +02:00

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)
This commit is contained in:
Claudio Kuenzler 2015-01-09 11:56:17 +01:00
parent 16e85dcc0c
commit 16b07977ae

View File

@ -207,7 +207,7 @@
#@ Author : Claudio Kuenzler (www.claudiokuenzler.com) #@ Author : Claudio Kuenzler (www.claudiokuenzler.com)
#@ Reason : Another two workarounds for Dell systems (VGA Cable Pres 0, Add-in Card 4 PEM Presence 0) #@ 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) #@ Author : Claudio Kuenzler (www.claudiokuenzler.com)
#@ Reason : Output serial number of chassis if a blade server is checked #@ Reason : Output serial number of chassis if a blade server is checked
#@--------------------------------------------------- #@---------------------------------------------------
@ -219,7 +219,7 @@ import re
import string import string
from optparse import OptionParser,OptionGroup from optparse import OptionParser,OptionGroup
version = '20140916' version = '20150109'
NS = 'root/cimv2' NS = 'root/cimv2'