Skip to content

Commit

Permalink
Bump version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martialblog committed Sep 15, 2022
1 parent 49b338b commit 46271c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@ Generic Nagios plugin which checks json values from a given endpoint against
argument specified rules and determines the status and performance data for
that service.
Version: 2.0.0 (2020-03-22)
Version: 2.1.2 (2022-09-15)
optional arguments:
-h, --help show this help message and exit
-d, --debug debug mode
-s, --ssl use TLS to connect to remote host
-H HOST, --host HOST remote host to query
-k, --insecure do not check server SSL certificate
-X {GET,POST}, --request {GET,POST}
Specifies a custom request method to use when communicating with the HTTP server
-V, --version print version of this plugin
--cacert CACERT SSL CA certificate
--cert CERT SSL client certificate
Expand Down
4 changes: 2 additions & 2 deletions check_http_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
CRITICAL_CODE = 2
UNKNOWN_CODE = 3

__version__ = '2.0.0'
__version_date__ = '2020-03-22'
__version__ = '2.1.2'
__version_date__ = '2022-09-15'

class NagiosHelper:
"""
Expand Down

0 comments on commit 46271c9

Please sign in to comment.