Skip to content

Commit 46271c9

Browse files
committed
Bump version to 2.1.2
1 parent 49b338b commit 46271c9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,16 @@ Generic Nagios plugin which checks json values from a given endpoint against
3838
argument specified rules and determines the status and performance data for
3939
that service.
4040
41-
Version: 2.0.0 (2020-03-22)
41+
Version: 2.1.2 (2022-09-15)
4242
4343
optional arguments:
4444
-h, --help show this help message and exit
4545
-d, --debug debug mode
4646
-s, --ssl use TLS to connect to remote host
4747
-H HOST, --host HOST remote host to query
4848
-k, --insecure do not check server SSL certificate
49+
-X {GET,POST}, --request {GET,POST}
50+
Specifies a custom request method to use when communicating with the HTTP server
4951
-V, --version print version of this plugin
5052
--cacert CACERT SSL CA certificate
5153
--cert CERT SSL client certificate

check_http_json.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
CRITICAL_CODE = 2
2525
UNKNOWN_CODE = 3
2626

27-
__version__ = '2.0.0'
28-
__version_date__ = '2020-03-22'
27+
__version__ = '2.1.2'
28+
__version_date__ = '2022-09-15'
2929

3030
class NagiosHelper:
3131
"""

0 commit comments

Comments
 (0)