diff --git a/changelog.md b/changelog.md index 27b13f7..f0f6b9e 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file. (Placeholder for unreleased content) +## [1.4.1] + +2022-01-13 + +### Changed + +- No code has been changed, only docstring info in the different checktypes in `create_checks.py` noting that the runlocation can be a str or a list of two-character probe indicators (such as wa, tx, ny) + ## [1.4.0] 2021-12-01 diff --git a/nodeping_api/create_check.py b/nodeping_api/create_check.py index ab4950c..53792cf 100644 --- a/nodeping_api/create_check.py +++ b/nodeping_api/create_check.py @@ -146,7 +146,7 @@ def audio_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -217,7 +217,7 @@ def cluster_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -298,7 +298,7 @@ def dns_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -392,7 +392,7 @@ def doh_dot_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -466,7 +466,7 @@ def ftp_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -531,7 +531,7 @@ def http_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -626,7 +626,7 @@ def httpadv_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -699,7 +699,7 @@ def httpcontent_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -788,7 +788,7 @@ def httpparse_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -870,7 +870,7 @@ def imap4_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -929,7 +929,7 @@ def mysql_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -998,7 +998,7 @@ def ntp_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -1064,7 +1064,7 @@ def ping_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -1148,7 +1148,7 @@ def pop3_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -1212,7 +1212,7 @@ def port_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -1300,7 +1300,7 @@ def push_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -1369,7 +1369,7 @@ def rbl_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -1428,7 +1428,7 @@ def rdp_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -1500,7 +1500,7 @@ def spec10dns_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -1576,7 +1576,7 @@ def spec10rdds_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -1638,7 +1638,7 @@ def sip_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -1720,7 +1720,7 @@ def smtp_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -1811,7 +1811,7 @@ def snmp_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -1885,7 +1885,7 @@ def ssh_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -1950,7 +1950,7 @@ def ssl_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -2018,7 +2018,7 @@ def websocket_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from @@ -2092,7 +2092,7 @@ def whois_check( :param enabled: If created check will be enabled or disabled :type public: bool :param public: If the results for the created check will be public or not - :type runlocations: str + :type runlocations: str or list :param runlocations: Which region to be originated from :type homeloc: str :param homeloc: Which probe in the region to originate the check from diff --git a/setup.py b/setup.py index 55c93f4..c07cd36 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ URL = "https://github.com/NodePing/python-nodeping-api" EMAIL = "support@nodeping.com" AUTHOR = "NodePing" -VERSION = "1.4.0" +VERSION = "1.4.1" LICENSE = "MIT" setuptools.setup(