Releases: martinseener/probecollector
Releases · martinseener/probecollector
Probe Collector v2.1.4
- Updated urllib3 package requirements to >=1.23 due to CVE-2018-20060
Probe Collector v2.1.3
- Updated the requests python package requirement to 2.20.0 due to CVE-2018-18074
Probe Collector v2.1.2
- Fixed an python2.x issue where check_domain could fail because it can't compare unicode and int, so we changed the int cast condition
- Introduced the new check_probe_collector.py script which is a external-dependency-free leightweight nagios-compatible check script which only contains the check_domain part from Probe Collector. Makes it easier to deploy to servers only containing plain python 2.7 or higher and no pip for example.
Probe Collector v2.1.1
- Added support for StatusCake IPv4 probes (IPv6 needs adaptions)
- Enhanced probe fetching by excluding duplicates from source lists
Probe Collector v2.1.0
- added support for UptimeRobot Probes
- added compatibility for Python 2.7 and 3.6
PPaaS v2.0.0
- PPaaS has been completely rewritten in Python (2.7) starting with v2.x branch
- Updating a domain now does not purge and rewrites all probes but it intelligently deleting/writing only changed probes from Pingdom's lists
- Added functionality to add/update a TXT record with the current UNIX-timestamp when the last PPaaS run updated the domain
- Added functionality to completely purge a probes domain
- Added Nagios-compatible check if a domain has been updated recently using the added TXT record functionality
- Bash-Version (v1.x branch) has been archived/deprecated in favor of v2.x
PPaaS v1.1.0
PPaaS has been refactored and the 3rd party tool json_sh and the configuration has been separated from the main script. Some Bugs where also fixed.
PPaaS v1.0.1 (Maintenance Release)
I've added a Cloudflare API v4 Availability check and fixed the Pingdom Probe Availability check as well as some log output when we add new probes to the subdomain
PPaaS v1.0.0 (Initial Release)
This is the first stable public release of PPaaS. Please read the README.md carefully.
This version will just delete all Records and recreate the new ones out of the most recent probe servers list afterwards automatically for IPv4 and IPv6. It will not check if a record is already there. This feature is added later.