Skip to content

Commit

Permalink
Added to SSL check and version bump to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NodePing committed Aug 25, 2020
1 parent 69fd392 commit bf40a0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
(Placeholder for unreleased content)

## [1.1.4]

2020-08-25

### Added
- Added the `servername` variable to `create_check.ssl_check`

## [1.1.3]

2020-07-16
Expand Down
3 changes: 3 additions & 0 deletions nodeping_api/create_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -1741,6 +1741,7 @@ def ssl_check(
customerid=None,
label="",
warningdays="",
servername="",
interval=DEFAULTS['interval'],
enabled=DEFAULTS['enabled'],
public=DEFAULTS['public'],
Expand All @@ -1764,6 +1765,8 @@ def ssl_check(
:param label: Name of the check that will be created
:type warningdays: int
:param warningdays: Number of days to warn about expiring SSL/TLS cert
:type servername: string
:param servername: specifies the FQDN sent to SNI services in the SSL check
:type interval: int
:param interval: Interval in minutes to monitor target
:type enabled: bool
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
URL = "https://github.com/NodePing/python-nodeping-api"
EMAIL = "[email protected]"
AUTHOR = "NodePing"
VERSION = "1.1.3"
VERSION = "1.1.4"
LICENSE = "MIT"

setuptools.setup(
Expand Down

0 comments on commit bf40a0b

Please sign in to comment.