Skip to content

Commit 50808da

Browse files
committed
Release 2023051201
1 parent bbd26f9 commit 50808da

File tree

208 files changed

+212
-207
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+212
-207
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions

check-plugins/about-me/about-me

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ except ImportError:
4040

4141

4242
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
43-
__version__ = '2023042701'
43+
__version__ = '2023051201'
4444

4545
DESCRIPTION = 'Reports a quick overview about the host dimensions and installed software.'
4646

check-plugins/apache-httpd-status/apache-httpd-status

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
2424
STATE_UNKNOWN, STATE_WARN)
2525

2626
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
27-
__version__ = '2023042305'
27+
__version__ = '2023051201'
2828

2929
DESCRIPTION = 'Checks how well an Apache httpd server is performing.'
3030

check-plugins/apache-httpd-version/apache-httpd-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import lib.version # pylint: disable=C0413
2121
from lib.globals import (STATE_UNKNOWN) # pylint: disable=C0413
2222

2323
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
24-
__version__ = '2023042305'
24+
__version__ = '2023051201'
2525

2626
DESCRIPTION = 'Tracks if Apache httpd is EOL.'
2727

check-plugins/axenita-stats/axenita-stats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
2323
STATE_UNKNOWN, STATE_WARN)
2424

2525
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
26-
__version__ = '2023042305'
26+
__version__ = '2023051201'
2727

2828
DESCRIPTION = 'With this plugin you can track some values of the Axenita application.'
2929

check-plugins/borgbackup/borgbackup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
2222
STATE_UNKNOWN, STATE_WARN)
2323

2424
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
25-
__version__ = '2023042305'
25+
__version__ = '2023051201'
2626

2727
DESCRIPTION = '''Checks the date and return code of the last borgbackup, according to the logfile.
2828
`cat /var/log/borg/borg-prune.log`

check-plugins/by-ssh/by-ssh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
2626

2727

2828
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
29-
__version__ = '2023042305'
29+
__version__ = '2023051201'
3030

3131
DESCRIPTION = """This plugin uses SSH to execute a command on a remote host,
3232
returning STDOUT and, in case of failure, STDERR and the command's return code.

check-plugins/cometsystem/cometsystem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
2525

2626
__author__ = """Linuxfabrik GmbH, Zurich/Switzerland;
2727
originally written by Dominik Riva, Universitätsspital Basel/Switzerland"""
28-
__version__ = '2023042305'
28+
__version__ = '2023051201'
2929

3030
DESCRIPTION = """This check targets the JSON endpoint of https://www.cometsystem.com/ Web Sensors.
3131
"""

check-plugins/countdown/countdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
2323
STATE_UNKNOWN, STATE_WARN)
2424

2525
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
26-
__version__ = '2023042305'
26+
__version__ = '2023051201'
2727

2828
DESCRIPTION = 'Warns before an expiration date is scheduled to occur.'
2929

check-plugins/cpu-usage/cpu-usage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ except ImportError:
2929

3030

3131
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
32-
__version__ = '2023042305'
32+
__version__ = '2023051201'
3333

3434
DESCRIPTION = """Mainly provides utilization percentages for each specific CPU time. Takes a time
3535
period into account: the cpu usage within a certain amount of time has to be equal

0 commit comments

Comments
 (0)