Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Napsty committed Nov 10, 2020
1 parent 89d9489 commit 6fb1b96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion check_es_system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# Copyright 2018 Tomas Barton #
# Copyright 2020 NotAProfessionalDeveloper #
# Copyright 2020 tatref #
# Copyright 2020 fbomj #
# #
# History: #
# 20160429: Started programming plugin #
Expand Down Expand Up @@ -53,14 +54,15 @@
# 20200723: Add cluster name to status output #
# 20200824: Fix typo in readonly check output #
# 20200916: Internal renaming of -i parameter, use for tps check (issue #28) #
# 20201110: Fix thresholds in jthreads check #
################################################################################
#Variables and defaults
STATE_OK=0 # define the exit code if status is OK
STATE_WARNING=1 # define the exit code if status is Warning
STATE_CRITICAL=2 # define the exit code if status is Critical
STATE_UNKNOWN=3 # define the exit code if status is Unknown
export PATH=$PATH:/usr/local/bin:/usr/bin:/bin # Set path
version=1.10.0
version=1.10.1
port=9200
httpscheme=http
unit=G
Expand Down

0 comments on commit 6fb1b96

Please sign in to comment.