Skip to content

Releases: martinseener/probecollector

Probe Collector v2.1.4

13 Dec 10:51
10e3e82
Compare
Choose a tag to compare
  • Updated urllib3 package requirements to >=1.23 due to CVE-2018-20060

Probe Collector v2.1.3

11 Nov 13:30
523ec80
Compare
Choose a tag to compare
  • Updated the requests python package requirement to 2.20.0 due to CVE-2018-18074

Probe Collector v2.1.2

25 Apr 09:13
35ba2c2
Compare
Choose a tag to compare
  • 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

23 Mar 17:25
8a2609e
Compare
Choose a tag to compare
  • Added support for StatusCake IPv4 probes (IPv6 needs adaptions)
  • Enhanced probe fetching by excluding duplicates from source lists

Probe Collector v2.1.0

17 Mar 17:21
e5366f3
Compare
Choose a tag to compare
  • added support for UptimeRobot Probes
  • added compatibility for Python 2.7 and 3.6

PPaaS v2.0.0

06 Feb 12:00
e2f5679
Compare
Choose a tag to compare
  • 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

04 Feb 11:56
Compare
Choose a tag to compare

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)

27 Oct 08:51
Compare
Choose a tag to compare

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)

26 Oct 10:43
Compare
Choose a tag to compare

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.