diff --git a/changes.md b/changes.md index cd825c8..f327db8 100644 --- a/changes.md +++ b/changes.md @@ -1,5 +1,9 @@ # change log +## version 0.3.2 2021-03-07 + +* remove brokebn CA certificate statistics + ## version 0.3.1 2019-06-23 * move to new project location diff --git a/check_xmppng b/check_xmppng index 8ee96d1..0d08786 100755 --- a/check_xmppng +++ b/check_xmppng @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Nagios compatible check for XMPP servers. -# Copyright (C) 2015-2016 Jan Dittberner +# Copyright (C) 2015-2021 Jan Dittberner # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ from defusedxml.sax import make_parser import nagiosplugin __author__ = "Jan Dittberner" -__version__ = "0.3.1" +__version__ = "0.3.2" NS_IETF_XMPP_SASL = 'urn:ietf:params:xml:ns:xmpp-sasl' diff --git a/icingaexchange.yml b/icingaexchange.yml index cda1b27..048a9c9 100644 --- a/icingaexchange.yml +++ b/icingaexchange.yml @@ -7,6 +7,29 @@ target: Messaging type: Plugin license: gplv3 releases: + - name: 0.3.2 + description: "fix CA certificate check" + files: + - + name: check_xmppng + url: "file:///check_xmppng" + description: "Check command" + checksum: e0ded038e79a2538d3b0c99cdc599810 + - + name: COPYING + url: "file:///COPYING" + description: "GPL 3.0 license text" + checksum: d32239bcb673463ab874e80d47fae504 + - + name: README.md + url: "file:///README.md" + description: "documentation" + checksum: 701ad7a882406a1f552a118d471a0b45 + - + name: changes.md + url: "file:///changes.md" + description: "change log" + checksum: 60adfa1bf31c5a5fefb57ca55d186c7b - name: 0.3.1 description: "new project home" files: