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

+5

check-plugins/about-me/about-me

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

check-plugins/crypto-policy/crypto-policy

+1-1
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__ = '2023042305'
23+
__version__ = '2023051201'
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

+1-1
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__ = '2023042305'
35+
__version__ = '2023051201'
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/dhcp-scope-usage/dhcp-scope-usage

+1-1
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 the IPv4 scope usage for a Windows DHCP server service."""
3030

check-plugins/diacos/diacos

+1-1
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__ = '2023042305'
29+
__version__ = '2023051201'
3030

3131

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

check-plugins/disk-io/disk-io

+1-1
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__ = '2023042305'
34+
__version__ = '2023051201'
3535

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

check-plugins/disk-smart/disk-smart

+1-1
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 = '''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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ except ImportError:
2828

2929

3030
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
31-
__version__ = '2023042706'
31+
__version__ = '2023051201'
3232

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

check-plugins/dmesg/dmesg

+1-1
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 = """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

+1-1
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__ = '2023042305'
25+
__version__ = '2023051201'
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

+1-1
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__ = '2023042305'
28+
__version__ = '2023051201'
2929

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

check-plugins/docker-stats/docker-stats

+1-1
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 = """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

+1-1
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__ = '2023042305'
22+
__version__ = '2023051201'
2323

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

check-plugins/example/example3

+1-1
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 = """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

+1-1
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__ = '2023042305'
24+
__version__ = '2023051201'
2525

2626
DESCRIPTION = 'In fail2ban, checks the amount of banned IP addresses (for a list of jails).'
2727

check-plugins/fedora-version/fedora-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import lib.version # pylint: disable=C0413
2020
from lib.globals import (STATE_UNKNOWN) # pylint: disable=C0413
2121

2222
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
23-
__version__ = '2023042305'
23+
__version__ = '2023051201'
2424

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

check-plugins/feed/feed

+1-1
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__ = '2023042305'
27+
__version__ = '2023051201'
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

+1-1
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__ = '2023042305'
40+
__version__ = '2023051201'
4141

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

check-plugins/file-count/file-count

+1-1
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__ = '2023042305'
32+
__version__ = '2023051201'
3333

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

check-plugins/file-descriptors/file-descriptors

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ except ImportError:
2828

2929

3030
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
31-
__version__ = '2023042305'
31+
__version__ = '2023051201'
3232

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

check-plugins/file-ownership/file-ownership

+1-1
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__ = '2023042305'
24+
__version__ = '2023051201'
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

+1-1
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__ = '2023042305'
35+
__version__ = '2023051201'
3636

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

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

+1-1
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 = """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

+1-1
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 = """Summarizes traffic statistics for all IPv4 and IPv6 firewall policies from Forti
2828
Appliances like FortiGate running FortiOS via FortiOS REST API. The authentication

check-plugins/fortios-ha-stats/fortios-ha-stats

+1-1
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 = """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

+1-1
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__ = '2023042305'
24+
__version__ = '2023051201'
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

+1-1
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 = """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

+1-1
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 FortiOS sensor information in detail.'
2828

check-plugins/fortios-version/fortios-version

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

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

check-plugins/fs-inodes/fs-inodes

+1-1
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__ = '2023042305'
23+
__version__ = '2023051201'
2424

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

check-plugins/fs-ro/fs-ro

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

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

2828
DESCRIPTION = """This plugin checks for read-only mount points, such as `/` mounted read-only due
2929
to file system errors, mounted CD-ROMs or ISO files, etc. It always ignores ramfs

check-plugins/fs-xfs-stats/fs-xfs-stats

+1-1
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__ = '2023042305'
24+
__version__ = '2023051201'
2525

2626
DESCRIPTION = """This check provides some internal XFS statistics to user's view,
2727
which can be helpful on debugging/understanding IO characteristics and optimizing

check-plugins/getent/getent

+1-1
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__ = '2023042305'
23+
__version__ = '2023051201'
2424

2525
DESCRIPTION = """Attempts to obtain entries from Name Service Switch (NSS) libraries and warns of
2626
errors or missing matches."""

check-plugins/githubstatus/githubstatus

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413
2626
STATE_WARN)
2727

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

3131
DESCRIPTION = """Checks the GitHub status page, including a status indicator,
3232
component statuses and unresolved incidents."""

check-plugins/grafana-version/grafana-version

+1-1
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 Grafana is EOL.'
2727

0 commit comments

Comments
 (0)