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

74 Commits

Author SHA1 Message Date
Stanislav German-Evtushenko
e3a43a5dd0 check_esxi_hardware.py: unknown instead of crit
Set status to unknown instead of critical for timeouts, authentication errors and such things as those issues are critical for the check itself but not for the service.
2015-03-16 15:16:47 +03:00
Napsty
8aecf4e7d1 Change version number for public release 2015-01-19 16:48:38 +01:00
Claudio Kuenzler
60b03332f9 Fix NoneType element bug
Andreas Gottwald sent a patch which fixes an issue, when the CIM element was a "NoneType" element but the plugin wanted to read a string from it. 

    Traceback (most recent call last):
     File "./check_esxi_hardware.py", line 629, in <module>
    verboseoutput("  Element Name = "+elementName)
    TypeError: cannot concatenate 'str' and 'NoneType' objects
2015-01-15 15:13:47 +01:00
Claudio Kuenzler
16b07977ae 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)
2015-01-09 11:56:17 +01:00
Claudio Kuenzler
16e85dcc0c Merge pull request #10 from Napsty/chassissn
Added Serial Number for Chassis
2015-01-09 11:54:31 +01:00
Napsty
d67db0b2ff Fixed uninitialized variable isblade 2014-09-16 13:27:48 +02:00
Napsty
6abc24f522 Removed autoindent, added spaced instead 2014-09-09 17:30:55 +02:00
Napsty
629911c8de Output serial number of chassis if a blade server is checked 2014-09-09 17:28:53 +02:00
Napsty
efd8570a24 Merge pull request #6 from Napsty/dev
Add Add-in Card 4 PEM Presence 0: Connected to ignore list
2014-03-19 10:14:39 +01:00
Napsty
f256cb08aa Add Add-in Card 4 PEM Presence 0: Connected to ignore list 2014-03-19 10:14:08 +01:00
Napsty
5294ec6fcb Merge pull request #5 from Napsty/dev
Forgot to increase version number
2014-03-19 10:05:35 +01:00
Napsty
33cf2a9e7c Forgot to increase version number 2014-03-19 10:04:53 +01:00
Napsty
622a7d833c Merge pull request #4 from Napsty/dev
Yet another element to ignore on Dell servers
2014-03-19 09:50:57 +01:00
Napsty
560dc69385 Yet another element to ignore on Dell servers 2014-03-19 09:49:37 +01:00
Napsty
f8a333fc1f Update README.md 2014-03-19 09:42:10 +01:00
Napsty
d029ed46ae Merge pull request #3 from philrandal/master
Fix detection of PowerEdge R210 II
2013-07-25 06:31:10 -07:00
Phil Randal
04c6b7bcdb fix model name detection 2013-07-25 14:27:46 +01:00
Phil Randal
bcd0af64fd Fix detection of PowerEdge R210 II 2013-07-25 14:26:38 +01:00
Napsty
faf09d4989 Merge pull request #2 from philrandal/master
Update for new Dell Support URLs
2013-07-25 06:13:43 -07:00
Phil Randal
dd420fc96a Update for new Dell Support URLs
Updated Dell support urls for product and service tag links
2013-07-25 14:07:15 +01:00
Napsty
dddaab0f3b Merge pull request #1 from Napsty/dev
Authentication error timeout improvement
2013-07-11 05:31:28 -07:00
Napsty
c1f6c96c4f Increase version number 2013-07-02 16:19:08 +02:00
Napsty
e0aac56005 Authentication error timeout improvment 2013-07-02 16:11:14 +02:00
Napsty
a655031283 Created Repo for check_esxi_hardware 2013-07-02 14:50:19 +02:00