Release 0.3.2
- Update version and copyright information - Update changelog and icingaexchange.yml
This commit is contained in:
parent
16e8cb41fe
commit
c8f93d56dc
3 changed files with 29 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
# change log
|
# change log
|
||||||
|
|
||||||
|
## version 0.3.2 2021-03-07
|
||||||
|
|
||||||
|
* remove brokebn CA certificate statistics
|
||||||
|
|
||||||
## version 0.3.1 2019-06-23
|
## version 0.3.1 2019-06-23
|
||||||
|
|
||||||
* move to new project location
|
* move to new project location
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Nagios compatible check for XMPP servers.
|
# 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
|
# 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
|
# 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
|
import nagiosplugin
|
||||||
|
|
||||||
__author__ = "Jan Dittberner"
|
__author__ = "Jan Dittberner"
|
||||||
__version__ = "0.3.1"
|
__version__ = "0.3.2"
|
||||||
|
|
||||||
|
|
||||||
NS_IETF_XMPP_SASL = 'urn:ietf:params:xml:ns:xmpp-sasl'
|
NS_IETF_XMPP_SASL = 'urn:ietf:params:xml:ns:xmpp-sasl'
|
||||||
|
|
|
@ -7,6 +7,29 @@ target: Messaging
|
||||||
type: Plugin
|
type: Plugin
|
||||||
license: gplv3
|
license: gplv3
|
||||||
releases:
|
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
|
- name: 0.3.1
|
||||||
description: "new project home"
|
description: "new project home"
|
||||||
files:
|
files:
|
||||||
|
|
Loading…
Reference in a new issue