mirror of
https://github.com/Napsty/check_esxi_hardware.git
synced 2026-02-06 15:15:20 +01:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad1e56c44c | ||
|
|
ecfb411b05 | ||
|
|
aaaa2fc1e3 | ||
|
|
0149512f50 | ||
|
|
d03a586ddc | ||
|
|
bdea961ea0 | ||
|
|
676b724b37 | ||
|
|
16a9ce1f36 | ||
|
|
602651d3e5 | ||
|
|
e63f9fee6a |
@@ -292,7 +292,7 @@
|
|||||||
#@ Author : Claudio Kuenzler
|
#@ Author : Claudio Kuenzler
|
||||||
#@ Reason : Fix bug when missing S/N (issue #68)
|
#@ Reason : Fix bug when missing S/N (issue #68)
|
||||||
#@---------------------------------------------------
|
#@---------------------------------------------------
|
||||||
#@ Date : 20241129
|
#@ Date : 20241025
|
||||||
#@ Author : Claudio Kuenzler
|
#@ Author : Claudio Kuenzler
|
||||||
#@ Reason : Fix pkg_resources deprecation warning
|
#@ Reason : Fix pkg_resources deprecation warning
|
||||||
# Remove python2 compatibility
|
# Remove python2 compatibility
|
||||||
@@ -306,7 +306,7 @@ import re
|
|||||||
import json
|
import json
|
||||||
from optparse import OptionParser,OptionGroup
|
from optparse import OptionParser,OptionGroup
|
||||||
|
|
||||||
version = '20241129'
|
version = '20241025'
|
||||||
|
|
||||||
NS = 'root/cimv2'
|
NS = 'root/cimv2'
|
||||||
hosturl = ''
|
hosturl = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user