Skip to content

Commit 096aa98

Browse files
committed
Release 2023112901
1 parent 9ac1075 commit 096aa98

File tree

222 files changed

+228
-225
lines changed

Some content is hidden

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

222 files changed

+228
-225
lines changed

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__ = '2023112201'
43+
__version__ = '2023112901'
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__ = '2023071203'
27+
__version__ = '2023112901'
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__ = '2023101101'
24+
__version__ = '2023112901'
2525

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

check-plugins/apache-solr-version/apache-solr-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__ = '2023112102'
24+
__version__ = '2023112901'
2525

2626
DESCRIPTION = 'Tracks if Apache Solr 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__ = '2023071201'
26+
__version__ = '2023112901'
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__ = '2023071301'
25+
__version__ = '2023112901'
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__ = '2023051201'
29+
__version__ = '2023112901'
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__ = '2023071203'
28+
__version__ = '2023112901'
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__ = '2023071301'
26+
__version__ = '2023112901'
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__ = '2023092101'
32+
__version__ = '2023112901'
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

check-plugins/crypto-policy/crypto-policy

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

2222
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
23-
__version__ = '2023071203'
23+
__version__ = '2023112901'
2424

2525
DESCRIPTION = """Checks the current crypto policy against a desired one,
2626
and returns a warning on a non-match."""

check-plugins/csv-values/csv-values

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

3434
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
35-
__version__ = '2023082201'
35+
__version__ = '2023112901'
3636

3737
DESCRIPTION = """This check imports a CSV file into an SQLite database and can then run a separate
3838
warning query and/or a critical query against it. The result - the number of

check-plugins/deb-lastactivity/deb-lastactivity

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__ = '2023091601'
26+
__version__ = '2023112901'
2727

2828
DESCRIPTION = """Checks the timespan since the last package manager activity,
2929
for example due to an apt install/update."""

check-plugins/dhcp-scope-usage/dhcp-scope-usage

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__ = '2023071203'
27+
__version__ = '2023112901'
2828

2929
DESCRIPTION = """Checks the IPv4 scope usage for a Windows DHCP server service."""
3030

check-plugins/diacos/diacos

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
__author__ = """Linuxfabrik GmbH, Zurich/Switzerland;
2828
originally written by Dominik Riva, Universitätsspital Basel/Switzerland"""
29-
__version__ = '2023071201'
29+
__version__ = '2023112901'
3030

3131

3232
DESCRIPTION = """This plugin checks availability and performance of an ID DIACOS® installation

check-plugins/disk-io/README.rst

Lines changed: 7 additions & 4 deletions

check-plugins/disk-io/disk-io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ except ImportError as e:
3131

3232

3333
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
34-
__version__ = '2023071301'
34+
__version__ = '2023112901'
3535

3636
DESCRIPTION = """Checks disk IO."""
3737

check-plugins/disk-smart/disk-smart

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__ = '2023090401'
27+
__version__ = '2023112901'
2828

2929
DESCRIPTION = '''This check is some kind of user interface for smartctl, which is a tool for
3030
querying and controlling SMART (Self-Monitoring, Analysis, and Reporting Technology) data in

check-plugins/disk-usage/disk-usage

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

2929

3030
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
31-
__version__ = '2023112702'
31+
__version__ = '2023112901'
3232

3333
DESCRIPTION = 'Checks the used disk space, for each partition.'
3434

check-plugins/dmesg/dmesg

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__ = '2023071203'
26+
__version__ = '2023112901'
2727

2828
DESCRIPTION = """Checks dmesg for emerg, alert, crit and err messages. Executes `dmesg
2929
--level=emerg,alert,crit,err --ctime `. If you fixed the issues (or just want to

check-plugins/dns/dns

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

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

2727
DESCRIPTION = """Performs a DNS lookup and converts a hostname to one or more IP addresses. Only the
2828
name servers configured on the machine running this check plugin (for example those

check-plugins/docker-info/docker-info

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
STATE_UNKNOWN, STATE_WARN)
2626

2727
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
28-
__version__ = '2023051201'
28+
__version__ = '2023112901'
2929

3030
DESCRIPTION = 'Displays system-wide docker information.'
3131

check-plugins/docker-stats/docker-stats

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__ = '2023071301'
27+
__version__ = '2023112901'
2828

2929
DESCRIPTION = """This check prints various statistics for all running Docker containers, in much the
3030
same way as the Unix application top, using the "docker stats" command."""

check-plugins/dummy/dummy

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

2121
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
22-
__version__ = '2023051201'
22+
__version__ = '2023112901'
2323

2424
DESCRIPTION = 'This check just returns the given message, state and perfdata.'
2525

check-plugins/example/example

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__ = '2023112401'
32+
__version__ = '2023112901'
3333

3434
DESCRIPTION = """A working Linuxfabrik monitoring plugin, written in Python 3, as a basis for
3535
further development, and much more text to help admins get this check up and

check-plugins/fail2ban/fail2ban

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__ = '2023071203'
26+
__version__ = '2023112901'
2727

2828
DESCRIPTION = 'In fail2ban, checks the amount of banned IP addresses per jail.'
2929

check-plugins/fedora-version/fedora-version

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

2121
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
22-
__version__ = '2023101101'
22+
__version__ = '2023112901'
2323

2424
DESCRIPTION = 'Tracks if Fedora is EOL.'
2525

check-plugins/feed/feed

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

2626
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
27-
__version__ = '2023071203'
27+
__version__ = '2023112901'
2828

2929
DESCRIPTION = '''Warns on new feed items of an RSS or Atom feed. Does not warn any more
3030
if you acknowledge the warning in Icingaweb2, and/or if a given amount of time is over.'''

check-plugins/file-age/file-age

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ except ImportError as e:
3737

3838

3939
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
40-
__version__ = '2023071203'
40+
__version__ = '2023112901'
4141

4242
DESCRIPTION = 'Checks the time of last data modification for a file or directory, in seconds.'
4343

check-plugins/file-count/file-count

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

3131
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
32-
__version__ = '2023071203'
32+
__version__ = '2023112901'
3333

3434
DESCRIPTION = 'Checks the number of matching files.'
3535

check-plugins/file-descriptors/file-descriptors

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

2929

3030
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
31-
__version__ = '2023071201'
31+
__version__ = '2023112901'
3232

3333
DESCRIPTION = 'Checks the number of allocated file handles in percent.'
3434

check-plugins/file-ownership/file-ownership

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

2323
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
24-
__version__ = '2023071203'
24+
__version__ = '2023112901'
2525

2626
DESCRIPTION = 'Checks the ownership (owner and group, both have to be names) of a list of files.'
2727

check-plugins/file-size/file-size

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

3434
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
35-
__version__ = '2023071203'
35+
__version__ = '2023112901'
3636

3737
DESCRIPTION = 'Checks the size for a file or directory, in bytes.'
3838

check-plugins/fortios-cpu-usage/fortios-cpu-usage

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__ = '2023051201'
25+
__version__ = '2023112901'
2626

2727
DESCRIPTION = """Returns the current system-wide CPU utilization as a percentage from Forti
2828
Appliances like FortiGate running FortiOS via FortiOS REST API. Warns only if the

check-plugins/fortios-firewall-stats/fortios-firewall-stats

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

2323
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
24-
__version__ = '2023101301'
24+
__version__ = '2023112901'
2525

2626
DESCRIPTION = """Summarizes traffic statistics for all IPv4 and IPv6 firewall policies from Forti
2727
Appliances like FortiGate running FortiOS via FortiOS REST API. The authentication

check-plugins/fortios-ha-stats/fortios-ha-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__ = '2023051201'
26+
__version__ = '2023112901'
2727

2828
DESCRIPTION = """Returns statistics for members of HA cluster from Forti Appliances like FortiGate
2929
running FortiOS via FortiOS REST API. Warns if the number of HA members is more

check-plugins/fortios-memory-usage/fortios-memory-usage

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

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

2626
DESCRIPTION = """Displays amount of used memory in percent, and checks against configured or given
2727
thresholds."""

check-plugins/fortios-network-io/fortios-network-io

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__ = '2023051201'
27+
__version__ = '2023112901'
2828

2929
DESCRIPTION = """This plugin checks network I/O and link states on all interfaces found on a Forti
3030
Appliance like FortiGate running FortiOS, using the FortiOS REST API."""

check-plugins/fortios-sensor/fortios-sensor

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__ = '2023051201'
25+
__version__ = '2023112901'
2626

2727
DESCRIPTION = 'Checks FortiOS sensor information in detail.'
2828

check-plugins/fortios-version/fortios-version

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

2424
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
25-
__version__ = '2023101101'
25+
__version__ = '2023112901'
2626

2727
DESCRIPTION = 'Tracks if FortiOS is EOL.'
2828

check-plugins/fs-inodes/fs-inodes

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

2222
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
23-
__version__ = '2023071301'
23+
__version__ = '2023112901'
2424

2525
DESCRIPTION = 'Checks the used inode space in percent, default on "/", "/tmp" and "/boot".'
2626

0 commit comments

Comments
 (0)