Skip to content

Commit 7828fcc

Browse files
authored
Release 1.6.1
1 parent 02e8835 commit 7828fcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

check_rancher2.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
# Copyright 2018-2021 Claudio Kuenzler #
2222
# Copyright 2020 Matthias Kneer #
2323
# Copyright 2021 Steffen Eichler #
24+
# Copyright 2021 lopf #
2425
# #
2526
# History: #
2627
# 20180629 alpha Started programming of script #
@@ -43,6 +44,7 @@
4344
# 20210210 1.4.0 Checking specific workloads and pods inside a namespace #
4445
# 20210413 1.5.0 Plugin now uses jq instead of jshon, fix cluster error check (#19) #
4546
# 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) #
4648
##########################################################################################
4749
# (Pre-)Define some fixed variables
4850
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
5153
STATE_UNKNOWN=3 # define the exit code if status is Unknown
5254
export PATH=/usr/local/bin:/usr/bin:/bin:$PATH # Set path
5355
proto=http # Protocol to use, default is http, can be overwritten with -S parameter
54-
version=1.6.0
56+
version=1.6.1
5557

5658
# Check for necessary commands
5759
for cmd in jq curl [

0 commit comments

Comments
 (0)