From a51a1713e60279bee258e1c7a1272c2d77d4c1b5 Mon Sep 17 00:00:00 2001 From: Markus Frei Date: Fri, 12 May 2023 14:04:55 +0200 Subject: [PATCH] Release 2023051201 --- CHANGELOG.md | 5 +++++ args.py | 2 +- base.py | 2 +- cache.py | 2 +- db_mysql.py | 2 +- db_sqlite.py | 2 +- disk.py | 2 +- distro.py | 2 +- dmidecode.py | 2 +- feedparser.py | 2 +- globals.py | 2 +- grassfish.py | 2 +- huawei.py | 2 +- human.py | 2 +- icinga.py | 2 +- infomaniak.py | 2 +- jitsi.py | 2 +- librenms.py | 2 +- net.py | 2 +- nodebb.py | 2 +- powershell.py | 2 +- psutil.py | 2 +- redfish.py | 2 +- rocket.py | 2 +- shell.py | 2 +- smb.py | 2 +- test.py | 2 +- time.py | 2 +- txt.py | 2 +- url.py | 2 +- veeam.py | 2 +- version.py | 2 +- wildfly.py | 2 +- winrm.py | 2 +- 34 files changed, 38 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff3a7ab..d066a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ and this project does NOT adhere to [Semantic Versioning](https://semver.org/spe ## [Unreleased] +tbd + + +## 2023051201 + ### Breaking Changes * Remove all Python 2 based plugins and libraries from the project, and therefore remove the "3" suffix from all Python3-based plugins and libraries as well (fix [#589](https://github.com/Linuxfabrik/monitoring-plugins/issues/589)) diff --git a/args.py b/args.py index 04e2c60..18a8a81 100644 --- a/args.py +++ b/args.py @@ -15,7 +15,7 @@ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042601' +__version__ = '2023051201' def csv(arg): diff --git a/base.py b/base.py index c33f13b..3f2b49d 100644 --- a/base.py +++ b/base.py @@ -12,7 +12,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import collections import numbers diff --git a/cache.py b/cache.py index 5a7c299..6a29dcc 100644 --- a/cache.py +++ b/cache.py @@ -25,7 +25,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' from . import time from . import db_sqlite diff --git a/db_mysql.py b/db_mysql.py index 72f781c..9abe081 100644 --- a/db_mysql.py +++ b/db_mysql.py @@ -15,7 +15,7 @@ warnings.filterwarnings('ignore', category=UserWarning, module='pymysql') __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import sys diff --git a/db_sqlite.py b/db_sqlite.py index 204e1a4..92d8abd 100644 --- a/db_sqlite.py +++ b/db_sqlite.py @@ -26,7 +26,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import csv import hashlib diff --git a/disk.py b/disk.py index bfa8d86..a974db3 100644 --- a/disk.py +++ b/disk.py @@ -13,7 +13,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import csv import os diff --git a/distro.py b/distro.py index 916f7de..8162c44 100644 --- a/distro.py +++ b/distro.py @@ -19,7 +19,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import platform diff --git a/dmidecode.py b/dmidecode.py index 0781466..169eb8b 100644 --- a/dmidecode.py +++ b/dmidecode.py @@ -14,7 +14,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import re import subprocess diff --git a/feedparser.py b/feedparser.py index 6add1b5..5e768a6 100644 --- a/feedparser.py +++ b/feedparser.py @@ -14,7 +14,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import sys diff --git a/globals.py b/globals.py index f90b6bf..b3c4f0a 100644 --- a/globals.py +++ b/globals.py @@ -32,7 +32,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' STATE_OK = 0 diff --git a/grassfish.py b/grassfish.py index 486444b..5d194f0 100644 --- a/grassfish.py +++ b/grassfish.py @@ -13,7 +13,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042501' +__version__ = '2023051201' from . import url diff --git a/huawei.py b/huawei.py index b2726a2..55bce1d 100644 --- a/huawei.py +++ b/huawei.py @@ -13,7 +13,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042501' +__version__ = '2023051201' import time diff --git a/human.py b/human.py index 62cec00..df34d17 100644 --- a/human.py +++ b/human.py @@ -13,7 +13,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import math diff --git a/icinga.py b/icinga.py index 05b27a6..6bf8a64 100644 --- a/icinga.py +++ b/icinga.py @@ -12,7 +12,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042501' +__version__ = '2023051201' import base64 import time diff --git a/infomaniak.py b/infomaniak.py index a192471..806f493 100644 --- a/infomaniak.py +++ b/infomaniak.py @@ -12,7 +12,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042501' +__version__ = '2023051201' from . import url diff --git a/jitsi.py b/jitsi.py index 239fbbf..11c06e3 100644 --- a/jitsi.py +++ b/jitsi.py @@ -12,7 +12,7 @@ needed by more than one Jitsi plugin.""" __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import base64 # pylint: disable=C0413 diff --git a/librenms.py b/librenms.py index 2879b52..83556c5 100644 --- a/librenms.py +++ b/librenms.py @@ -12,7 +12,7 @@ needed by LibreNMS check plugins.""" __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042501' +__version__ = '2023051201' from .globals import STATE_CRIT, STATE_OK, STATE_UNKNOWN, STATE_WARN diff --git a/net.py b/net.py index 4251ca9..cbf8241 100644 --- a/net.py +++ b/net.py @@ -13,7 +13,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042501' +__version__ = '2023051201' import random import re diff --git a/nodebb.py b/nodebb.py index 30784e4..136eb88 100644 --- a/nodebb.py +++ b/nodebb.py @@ -12,7 +12,7 @@ needed by more than one NodeBB plugin.""" __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042501' +__version__ = '2023051201' from . import base from . import url diff --git a/powershell.py b/powershell.py index abd1780..cbfe12f 100644 --- a/powershell.py +++ b/powershell.py @@ -12,7 +12,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import subprocess diff --git a/psutil.py b/psutil.py index 3641770..bb5e30a 100644 --- a/psutil.py +++ b/psutil.py @@ -12,7 +12,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import sys diff --git a/redfish.py b/redfish.py index 31cadb9..ecfbdbc 100644 --- a/redfish.py +++ b/redfish.py @@ -12,7 +12,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' from . import base from . import human diff --git a/rocket.py b/rocket.py index 731a12e..28dd3a8 100644 --- a/rocket.py +++ b/rocket.py @@ -12,7 +12,7 @@ needed by more than one Rocket.Chat plugin.""" __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' from . import url diff --git a/shell.py b/shell.py index a02c83e..5a76b94 100644 --- a/shell.py +++ b/shell.py @@ -12,7 +12,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import os diff --git a/smb.py b/smb.py index 8e9cdb5..9d7e06b 100644 --- a/smb.py +++ b/smb.py @@ -12,7 +12,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042701' +__version__ = '2023051201' import sys diff --git a/test.py b/test.py index a5b12f2..d2e456e 100644 --- a/test.py +++ b/test.py @@ -17,7 +17,7 @@ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' def test(args): diff --git a/time.py b/time.py index 1adb294..add3461 100644 --- a/time.py +++ b/time.py @@ -12,7 +12,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import datetime import time diff --git a/txt.py b/txt.py index ea39b11..845e9a7 100644 --- a/txt.py +++ b/txt.py @@ -15,7 +15,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import codecs try: diff --git a/url.py b/url.py index 3a1d1a7..830e89f 100644 --- a/url.py +++ b/url.py @@ -12,7 +12,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import json import re diff --git a/veeam.py b/veeam.py index b40c705..4a56ab9 100644 --- a/veeam.py +++ b/veeam.py @@ -12,7 +12,7 @@ Credits go to https://github.com/surfer190/veeam/blob/master/veeam/client.py.""" __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042501' +__version__ = '2023051201' import base64 diff --git a/version.py b/version.py index 975403d..aced617 100644 --- a/version.py +++ b/version.py @@ -12,7 +12,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' import os import re diff --git a/wildfly.py b/wildfly.py index 0ea336c..9b70c8a 100644 --- a/wildfly.py +++ b/wildfly.py @@ -12,7 +12,7 @@ needed by more than one WildFly/JBoss plugin.""" __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042501' +__version__ = '2023051201' from . import base from . import url diff --git a/winrm.py b/winrm.py index 5bb2b09..7643c00 100644 --- a/winrm.py +++ b/winrm.py @@ -12,7 +12,7 @@ """ __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023042305' +__version__ = '2023051201' try: import winrm