File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 21
21
# Copyright 2018-2021 Claudio Kuenzler #
22
22
# Copyright 2020 Matthias Kneer #
23
23
# Copyright 2021 Steffen Eichler #
24
+ # Copyright 2021 lopf #
24
25
# #
25
26
# History: #
26
27
# 20180629 alpha Started programming of script #
43
44
# 20210210 1.4.0 Checking specific workloads and pods inside a namespace #
44
45
# 20210413 1.5.0 Plugin now uses jq instead of jshon, fix cluster error check (#19) #
45
46
# 20210504 1.6.0 Add usage performance data on single cluster check, fix project check #
47
+ # 20210824 1.6.1 Fix cluster not found error (#24) #
46
48
# #########################################################################################
47
49
# (Pre-)Define some fixed variables
48
50
STATE_OK=0 # define the exit code if status is OK
@@ -51,7 +53,7 @@ STATE_CRITICAL=2 # define the exit code if status is Critical
51
53
STATE_UNKNOWN=3 # define the exit code if status is Unknown
52
54
export PATH=/usr/local/bin:/usr/bin:/bin:$PATH # Set path
53
55
proto=http # Protocol to use, default is http, can be overwritten with -S parameter
54
- version=1.6.0
56
+ version=1.6.1
55
57
56
58
# Check for necessary commands
57
59
for cmd in jq curl [
You can’t perform that action at this time.
0 commit comments