Skip to content

Commit

Permalink
Release 2023112901
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslf committed Nov 29, 2023
1 parent 9e80871 commit 2154256
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project does NOT adhere to [Semantic Versioning](https://semver.org/spe
[Unreleased]: https://github.com/Linuxfabrik/monitoring-plugins/compare/2023030601...HEAD


## [Unreleased]
## 2023112901

### Added

Expand Down
2 changes: 1 addition & 1 deletion args.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'


def csv(arg):
Expand Down
2 changes: 1 addition & 1 deletion base.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023101001'
__version__ = '2023112901'

import collections
import numbers
Expand Down
2 changes: 1 addition & 1 deletion cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023070701'
__version__ = '2023112901'

from . import time
from . import db_sqlite
Expand Down
2 changes: 1 addition & 1 deletion db_mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
warnings.filterwarnings('ignore', category=UserWarning, module='pymysql')

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

import sys

Expand Down
2 changes: 1 addition & 1 deletion db_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023082301'
__version__ = '2023112901'

import csv
import hashlib
Expand Down
2 changes: 1 addition & 1 deletion disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

import csv
import os
Expand Down
2 changes: 1 addition & 1 deletion distro.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'


import platform
Expand Down
2 changes: 1 addition & 1 deletion dmidecode.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

import re
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion endoflifedate.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# pylint: disable=C0302

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023112101'
__version__ = '2023112901'

ENDOFLIFE_DATE = {

Expand Down
2 changes: 1 addition & 1 deletion feedparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

import sys

Expand Down
2 changes: 1 addition & 1 deletion globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'


STATE_OK = 0
Expand Down
2 changes: 1 addition & 1 deletion grassfish.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

from . import url

Expand Down
2 changes: 1 addition & 1 deletion huawei.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023071001'
__version__ = '2023112901'

import time as _time

Expand Down
2 changes: 1 addition & 1 deletion human.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

import math

Expand Down
2 changes: 1 addition & 1 deletion icinga.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

import base64
import time
Expand Down
2 changes: 1 addition & 1 deletion infomaniak.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

from . import url

Expand Down
2 changes: 1 addition & 1 deletion jitsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
needed by more than one Jitsi plugin."""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

import base64 # pylint: disable=C0413

Expand Down
2 changes: 1 addition & 1 deletion librenms.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
needed by LibreNMS check plugins."""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

from .globals import STATE_CRIT, STATE_OK, STATE_UNKNOWN, STATE_WARN

Expand Down
2 changes: 1 addition & 1 deletion net.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

import random
import re
Expand Down
2 changes: 1 addition & 1 deletion nodebb.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
needed by more than one NodeBB plugin."""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

from . import base
from . import url
Expand Down
2 changes: 1 addition & 1 deletion powershell.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

import subprocess

Expand Down
2 changes: 1 addition & 1 deletion psutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

import sys

Expand Down
2 changes: 1 addition & 1 deletion qts.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023092901'
__version__ = '2023112901'

import base64

Expand Down
2 changes: 1 addition & 1 deletion redfish.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

from . import base
from . import human
Expand Down
2 changes: 1 addition & 1 deletion rocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
needed by more than one Rocket.Chat plugin."""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

from . import url

Expand Down
2 changes: 1 addition & 1 deletion shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023112701'
__version__ = '2023112901'


import os
Expand Down
2 changes: 1 addition & 1 deletion smb.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

import sys

Expand Down
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'


def test(args):
Expand Down
2 changes: 1 addition & 1 deletion time.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

import datetime
import time
Expand Down
2 changes: 1 addition & 1 deletion tools/update-endoflifedate
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Internet."""
# pylint: disable=C0302
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = 'VERSION'
__version__ = '2023112901'
ENDOFLIFE_DATE = {
Expand Down
2 changes: 1 addition & 1 deletion txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

import codecs
try:
Expand Down
2 changes: 1 addition & 1 deletion url.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

import json
import re
Expand Down
2 changes: 1 addition & 1 deletion veeam.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Credits go to https://github.com/surfer190/veeam/blob/master/veeam/client.py."""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

import base64

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023101101'
__version__ = '2023112901'

import datetime
import json
Expand Down
2 changes: 1 addition & 1 deletion wildfly.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
needed by more than one WildFly/JBoss plugin."""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

from . import base
from . import url
Expand Down
2 changes: 1 addition & 1 deletion winrm.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2023051201'
__version__ = '2023112901'

try:
import winrm
Expand Down

0 comments on commit 2154256

Please sign in to comment.