Skip to content

Commit

Permalink
Release 2023051201
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslf committed May 12, 2023
1 parent bbd26f9 commit 50808da
Show file tree
Hide file tree
Showing 208 changed files with 212 additions and 207 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project does NOT adhere to [Semantic Versioning](https://semver.org/spe

## [Unreleased]

tbd


## 2023051201

### Breaking Changes

Monitoring Plugins:
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/about-me/about-me
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ except ImportError:


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

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

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/apache-httpd-status/apache-httpd-status
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

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

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/apache-httpd-version/apache-httpd-version
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import lib.version # pylint: disable=C0413
from lib.globals import (STATE_UNKNOWN) # pylint: disable=C0413

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

DESCRIPTION = 'Tracks if Apache httpd is EOL.'

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/axenita-stats/axenita-stats
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

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

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/borgbackup/borgbackup
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

DESCRIPTION = '''Checks the date and return code of the last borgbackup, according to the logfile.
`cat /var/log/borg/borg-prune.log`
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/by-ssh/by-ssh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413


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

DESCRIPTION = """This plugin uses SSH to execute a command on a remote host,
returning STDOUT and, in case of failure, STDERR and the command's return code.
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/cometsystem/cometsystem
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413

__author__ = """Linuxfabrik GmbH, Zurich/Switzerland;
originally written by Dominik Riva, Universitätsspital Basel/Switzerland"""
__version__ = '2023042305'
__version__ = '2023051201'

DESCRIPTION = """This check targets the JSON endpoint of https://www.cometsystem.com/ Web Sensors.
"""
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/countdown/countdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

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

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/cpu-usage/cpu-usage
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ except ImportError:


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

DESCRIPTION = """Mainly provides utilization percentages for each specific CPU time. Takes a time
period into account: the cpu usage within a certain amount of time has to be equal
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/crypto-policy/crypto-policy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413
STATE_WARN)

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

DESCRIPTION = """Checks the current crypto policy against a desired one,
and returns a warning on a non-match."""
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/csv-values/csv-values
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

DESCRIPTION = """This check imports a CSV file into an SQLite database and can then run a separate
warning query and/or a critical query against it. The result - the number of
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/dhcp-scope-usage/dhcp-scope-usage
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

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

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/diacos/diacos
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413

__author__ = """Linuxfabrik GmbH, Zurich/Switzerland;
originally written by Dominik Riva, Universitätsspital Basel/Switzerland"""
__version__ = '2023042305'
__version__ = '2023051201'


DESCRIPTION = """This plugin checks availability and performance of an ID DIACOS® installation
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/disk-io/disk-io
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ except ImportError as e:


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

DESCRIPTION = """Checks disk IO."""

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/disk-smart/disk-smart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

DESCRIPTION = '''This check is some kind of user interface for smartctl, which is a tool for
querying and controlling SMART (Self-Monitoring, Analysis, and Reporting Technology) data in
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/disk-usage/disk-usage
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ except ImportError:


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

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

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/dmesg/dmesg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

DESCRIPTION = """Checks dmesg for emerg, alert, crit and err messages. Executes `dmesg
--level=emerg,alert,crit,err --ctime `. If you fixed the issues (or just want to
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/dns/dns
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413
STATE_WARN)

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

DESCRIPTION = """Performs a DNS lookup and converts a hostname to one or more IP addresses. Only the
name servers configured on the machine running this check plugin (for example those
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/docker-info/docker-info
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

DESCRIPTION = 'Displays system-wide docker information.'

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/docker-stats/docker-stats
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

DESCRIPTION = """This check prints various statistics for all running Docker containers, in much the
same way as the Unix application top, using the "docker stats" command."""
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/dummy/dummy
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

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

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/example/example3
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ except ImportError:


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

DESCRIPTION = """A working Linuxfabrik monitoring plugin, written in Python 3, as a basis for
further development, and much more text to help admins get this check up and
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/fail2ban/fail2ban
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

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

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/fedora-version/fedora-version
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import lib.version # pylint: disable=C0413
from lib.globals import (STATE_UNKNOWN) # pylint: disable=C0413

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

DESCRIPTION = 'Tracks if Fedora is EOL.'

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/feed/feed
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413
STATE_WARN)

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

DESCRIPTION = '''Warns on new feed items of an RSS or Atom feed. Does not warn any more
if you acknowledge the warning in Icingaweb2, and/or if a given amount of time is over.'''
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/file-age/file-age
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ except ImportError as e:


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

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

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/file-count/file-count
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

DESCRIPTION = 'Checks the number of matching files.'

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/file-descriptors/file-descriptors
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ except ImportError:


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

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

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/file-ownership/file-ownership
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413
STATE_WARN)

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

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

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/file-size/file-size
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

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

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/fortios-cpu-usage/fortios-cpu-usage
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

DESCRIPTION = """Returns the current system-wide CPU utilization as a percentage from Forti
Appliances like FortiGate running FortiOS via FortiOS REST API. Warns only if the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

DESCRIPTION = """Summarizes traffic statistics for all IPv4 and IPv6 firewall policies from Forti
Appliances like FortiGate running FortiOS via FortiOS REST API. The authentication
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/fortios-ha-stats/fortios-ha-stats
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

DESCRIPTION = """Returns statistics for members of HA cluster from Forti Appliances like FortiGate
running FortiOS via FortiOS REST API. Warns if the number of HA members is more
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/fortios-memory-usage/fortios-memory-usage
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

DESCRIPTION = """Displays amount of used memory in percent, and checks against configured or given
thresholds."""
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/fortios-network-io/fortios-network-io
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

DESCRIPTION = """This plugin checks network I/O and link states on all interfaces found on a Forti
Appliance like FortiGate running FortiOS, using the FortiOS REST API."""
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/fortios-sensor/fortios-sensor
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

DESCRIPTION = 'Checks FortiOS sensor information in detail.'

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/fortios-version/fortios-version
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import lib.version # pylint: disable=C0413
from lib.globals import (STATE_UNKNOWN) # pylint: disable=C0413

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

DESCRIPTION = 'Tracks if FortiOS is EOL.'

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/fs-inodes/fs-inodes
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
STATE_UNKNOWN, STATE_WARN)

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

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

Expand Down
2 changes: 1 addition & 1 deletion check-plugins/fs-ro/fs-ro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413
STATE_WARN)

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

DESCRIPTION = """This plugin checks for read-only mount points, such as `/` mounted read-only due
to file system errors, mounted CD-ROMs or ISO files, etc. It always ignores ramfs
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/fs-xfs-stats/fs-xfs-stats
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413
STATE_WARN)

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

DESCRIPTION = """This check provides some internal XFS statistics to user's view,
which can be helpful on debugging/understanding IO characteristics and optimizing
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/getent/getent
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413
STATE_WARN)

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

DESCRIPTION = """Attempts to obtain entries from Name Service Switch (NSS) libraries and warns of
errors or missing matches."""
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/githubstatus/githubstatus
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413
STATE_WARN)

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

DESCRIPTION = """Checks the GitHub status page, including a status indicator,
component statuses and unresolved incidents."""
Expand Down
2 changes: 1 addition & 1 deletion check-plugins/grafana-version/grafana-version
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import lib.version # pylint: disable=C0413
from lib.globals import (STATE_UNKNOWN) # pylint: disable=C0413

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

DESCRIPTION = 'Tracks if Grafana is EOL.'

Expand Down
Loading

0 comments on commit 50808da

Please sign in to comment.