Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Napsty authored Jul 8, 2022
1 parent a548d35 commit 141fdfb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions check_esxi_hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Copyright (c) 2008 David Ligeret
# Copyright (c) 2009 Joshua Daniel Franklin
# Copyright (c) 2010 Branden Schneider
# Copyright (c) 2010-2021 Claudio Kuenzler
# Copyright (c) 2010-2022 Claudio Kuenzler
# Copyright (c) 2010 Samir Ibradzic
# Copyright (c) 2010 Aaron Rogers
# Copyright (c) 2011 Ludovic Hutin
Expand All @@ -38,6 +38,7 @@
# Copyright (c) 2015 Stefan Roos
# Copyright (c) 2018 Peter Newman
# Copyright (c) 2020 Luca Berra
# Copyright (c) 2022 Marco Markgraf
#
# The VMware 4.1 CIM API is documented here:
# http://www.vmware.com/support/developer/cim-sdk/4.1/smash/cim_smash_410_prog.pdf
Expand Down Expand Up @@ -286,7 +287,7 @@
#@---------------------------------------------------
#@ Date : 20220509
#@ Author : Marco Markgraf
#@ Reason : Needed JSON-output to use with Zabbix
#@ Reason : Added JSON-output (Zabbix needs it)
#@---------------------------------------------------

from __future__ import print_function
Expand All @@ -298,7 +299,7 @@
import json
from optparse import OptionParser,OptionGroup

version = '20220509'
version = '20220708'

NS = 'root/cimv2'
hosturl = ''
Expand Down

0 comments on commit 141fdfb

Please sign in to comment.