diff --git a/check-plugins/about-me/about-me b/check-plugins/about-me/about-me index 57360647..90c5b477 100755 --- a/check-plugins/about-me/about-me +++ b/check-plugins/about-me/about-me @@ -40,7 +40,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112201' +__version__ = '2023112901' DESCRIPTION = 'Reports a quick overview about the host dimensions and installed software.' diff --git a/check-plugins/apache-httpd-status/apache-httpd-status b/check-plugins/apache-httpd-status/apache-httpd-status index 5023de26..632694a1 100755 --- a/check-plugins/apache-httpd-status/apache-httpd-status +++ b/check-plugins/apache-httpd-status/apache-httpd-status @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = 'Checks how well an Apache httpd server is performing.' diff --git a/check-plugins/apache-httpd-version/apache-httpd-version b/check-plugins/apache-httpd-version/apache-httpd-version index f62c0e9a..2b748963 100755 --- a/check-plugins/apache-httpd-version/apache-httpd-version +++ b/check-plugins/apache-httpd-version/apache-httpd-version @@ -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__ = '2023101101' +__version__ = '2023112901' DESCRIPTION = 'Tracks if Apache httpd is EOL.' diff --git a/check-plugins/apache-solr-version/apache-solr-version b/check-plugins/apache-solr-version/apache-solr-version index f3465f85..08962895 100755 --- a/check-plugins/apache-solr-version/apache-solr-version +++ b/check-plugins/apache-solr-version/apache-solr-version @@ -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__ = '2023112102' +__version__ = '2023112901' DESCRIPTION = 'Tracks if Apache Solr is EOL.' diff --git a/check-plugins/axenita-stats/axenita-stats b/check-plugins/axenita-stats/axenita-stats index 0d7ef955..fb864675 100755 --- a/check-plugins/axenita-stats/axenita-stats +++ b/check-plugins/axenita-stats/axenita-stats @@ -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__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = 'With this plugin you can track some values of the Axenita application.' diff --git a/check-plugins/borgbackup/borgbackup b/check-plugins/borgbackup/borgbackup index a92876cd..cd62c833 100755 --- a/check-plugins/borgbackup/borgbackup +++ b/check-plugins/borgbackup/borgbackup @@ -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__ = '2023071301' +__version__ = '2023112901' DESCRIPTION = '''Checks the date and return code of the last borgbackup, according to the logfile. `cat /var/log/borg/borg-prune.log` diff --git a/check-plugins/by-ssh/by-ssh b/check-plugins/by-ssh/by-ssh index d6be0c25..4561c4ab 100755 --- a/check-plugins/by-ssh/by-ssh +++ b/check-plugins/by-ssh/by-ssh @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' 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. diff --git a/check-plugins/cometsystem/cometsystem b/check-plugins/cometsystem/cometsystem index 89eb684e..b21e1138 100755 --- a/check-plugins/cometsystem/cometsystem +++ b/check-plugins/cometsystem/cometsystem @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """This check targets the JSON endpoint of https://www.cometsystem.com/ Web Sensors. """ diff --git a/check-plugins/countdown/countdown b/check-plugins/countdown/countdown index f84337dd..db12c8d1 100755 --- a/check-plugins/countdown/countdown +++ b/check-plugins/countdown/countdown @@ -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__ = '2023071301' +__version__ = '2023112901' DESCRIPTION = 'Warns before an expiration date is scheduled to occur.' diff --git a/check-plugins/cpu-usage/cpu-usage b/check-plugins/cpu-usage/cpu-usage index 1e123767..bf5389d8 100755 --- a/check-plugins/cpu-usage/cpu-usage +++ b/check-plugins/cpu-usage/cpu-usage @@ -29,7 +29,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023092101' +__version__ = '2023112901' 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 diff --git a/check-plugins/crypto-policy/crypto-policy b/check-plugins/crypto-policy/crypto-policy index a6007a90..399891ee 100755 --- a/check-plugins/crypto-policy/crypto-policy +++ b/check-plugins/crypto-policy/crypto-policy @@ -20,7 +20,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Checks the current crypto policy against a desired one, and returns a warning on a non-match.""" diff --git a/check-plugins/csv-values/csv-values b/check-plugins/csv-values/csv-values index ec3aaa83..3926de02 100755 --- a/check-plugins/csv-values/csv-values +++ b/check-plugins/csv-values/csv-values @@ -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__ = '2023082201' +__version__ = '2023112901' 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 diff --git a/check-plugins/deb-lastactivity/deb-lastactivity b/check-plugins/deb-lastactivity/deb-lastactivity index db40443e..7d7085c3 100755 --- a/check-plugins/deb-lastactivity/deb-lastactivity +++ b/check-plugins/deb-lastactivity/deb-lastactivity @@ -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__ = '2023091601' +__version__ = '2023112901' DESCRIPTION = """Checks the timespan since the last package manager activity, for example due to an apt install/update.""" diff --git a/check-plugins/dhcp-scope-usage/dhcp-scope-usage b/check-plugins/dhcp-scope-usage/dhcp-scope-usage index 0a6b7cde..3bc1986d 100755 --- a/check-plugins/dhcp-scope-usage/dhcp-scope-usage +++ b/check-plugins/dhcp-scope-usage/dhcp-scope-usage @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Checks the IPv4 scope usage for a Windows DHCP server service.""" diff --git a/check-plugins/diacos/diacos b/check-plugins/diacos/diacos index b8b78347..4528add4 100755 --- a/check-plugins/diacos/diacos +++ b/check-plugins/diacos/diacos @@ -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__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = """This plugin checks availability and performance of an ID DIACOS® installation diff --git a/check-plugins/disk-io/README.rst b/check-plugins/disk-io/README.rst index 687ffd8f..e9039762 100644 --- a/check-plugins/disk-io/README.rst +++ b/check-plugins/disk-io/README.rst @@ -36,7 +36,7 @@ Hints: * ``--count=5`` (the default) while checking every minute means that the check reports a warning if any of your disks was above a threshold in the last 5 minutes. * The check uses the SQLite databases ``$TEMP/linuxfabrik-monitoring-plugins-disk-io.db`` to store its historical data. -* If you are wondering about ``dm-0``, ``dm-1`` etc.: It's part of the "device mapper" in the kernel, used by LVM. Use ``dmsetup ls`` to see what is behind it. +* If you are wondering about ``dm-0``, ``dm-1`` etc.: It's part of the "device mapper" in the kernel, used by LVM. Grant sudo permissions to the check plugin to see what is behind it. Fact Sheet @@ -123,17 +123,17 @@ Per disk: :header-rows: 1 Name, Type, Description - _busy_time, Continous Counter, Time spent doing actual I/Os (in seconds). + _busy_time, Continous Counter, Time spent doing actual I/Os (in milliseconds). _read_bytes, Continous Counter, Number of bytes read. _read_bytes_per_second1, Bytes, Current number of bytes read. _read_bytes_per_second15, Bytes, Current number of bytes read. _read_merged_count, Continous Counter, Number of merged reads. See https://www.kernel.org/doc/Documentation/iostats.txt. - _read_time, Continous Counter, Time spent reading from disk (in seconds). + _read_time, Continous Counter, Time spent reading from disk (in milliseconds). _write_bytes, Continous Counter, Number of bytes written. _write_bytes_per_second1, Bytes, Current number of bytes written. _write_bytes_per_second15, Bytes, Current number of bytes written. _write_merged_count, Continous Counter, Number of merged writes. See https://www.kernel.org/doc/Documentation/iostats.txt. - _write_time, Continous Counter, Time spent writing to disk (in seconds). + _write_time, Continous Counter, Time spent writing to disk (in milliseconds). _throughput1, None, Bytes per second. read_bytes_per_second1 + write_bytes_per_second1. _throughput15, None, Bytes per second. read_bytes_per_second15 + write_bytes_per_second15. @@ -141,6 +141,9 @@ Per disk: Troubleshooting --------------- +``Query failed: INSERT INTO "perfdata" ...`` + Delete ``$TEMP/linuxfabrik-monitoring-plugins-disk-io.db`` and try again. + ``psutil raised error "not sure how to interpret line '...'"`` or ``Nothing checked. Running Kernel >= 4.18, this check needs the Python module psutil v5.7.0+`` Update the ``psutil`` library. On RHEL 8+, use at least ``python38`` and ``python38-psutil``. diff --git a/check-plugins/disk-io/disk-io b/check-plugins/disk-io/disk-io index ad924bf7..b2670e2a 100755 --- a/check-plugins/disk-io/disk-io +++ b/check-plugins/disk-io/disk-io @@ -31,7 +31,7 @@ except ImportError as e: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071301' +__version__ = '2023112901' DESCRIPTION = """Checks disk IO.""" diff --git a/check-plugins/disk-smart/disk-smart b/check-plugins/disk-smart/disk-smart index 868df0f2..3ce5fca0 100755 --- a/check-plugins/disk-smart/disk-smart +++ b/check-plugins/disk-smart/disk-smart @@ -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__ = '2023090401' +__version__ = '2023112901' 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 diff --git a/check-plugins/disk-usage/disk-usage b/check-plugins/disk-usage/disk-usage index 7bccb336..edbe2eac 100755 --- a/check-plugins/disk-usage/disk-usage +++ b/check-plugins/disk-usage/disk-usage @@ -28,7 +28,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112702' +__version__ = '2023112901' DESCRIPTION = 'Checks the used disk space, for each partition.' diff --git a/check-plugins/dmesg/dmesg b/check-plugins/dmesg/dmesg index a7b65490..e3bc4718 100755 --- a/check-plugins/dmesg/dmesg +++ b/check-plugins/dmesg/dmesg @@ -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__ = '2023071203' +__version__ = '2023112901' 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 diff --git a/check-plugins/dns/dns b/check-plugins/dns/dns index 067ab1be..88658f69 100755 --- a/check-plugins/dns/dns +++ b/check-plugins/dns/dns @@ -22,7 +22,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' 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 diff --git a/check-plugins/docker-info/docker-info b/check-plugins/docker-info/docker-info index a4b54005..bfcf816f 100755 --- a/check-plugins/docker-info/docker-info +++ b/check-plugins/docker-info/docker-info @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Displays system-wide docker information.' diff --git a/check-plugins/docker-stats/docker-stats b/check-plugins/docker-stats/docker-stats index ea71670f..5bb17e0f 100755 --- a/check-plugins/docker-stats/docker-stats +++ b/check-plugins/docker-stats/docker-stats @@ -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__ = '2023071301' +__version__ = '2023112901' 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.""" diff --git a/check-plugins/dummy/dummy b/check-plugins/dummy/dummy index 1dba5fdb..2aedfeb7 100755 --- a/check-plugins/dummy/dummy +++ b/check-plugins/dummy/dummy @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'This check just returns the given message, state and perfdata.' diff --git a/check-plugins/example/example b/check-plugins/example/example index fe68e94f..3d8e8022 100755 --- a/check-plugins/example/example +++ b/check-plugins/example/example @@ -29,7 +29,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112401' +__version__ = '2023112901' 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 diff --git a/check-plugins/fail2ban/fail2ban b/check-plugins/fail2ban/fail2ban index 5fa6ed5f..79bfb2e0 100755 --- a/check-plugins/fail2ban/fail2ban +++ b/check-plugins/fail2ban/fail2ban @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = 'In fail2ban, checks the amount of banned IP addresses per jail.' diff --git a/check-plugins/fedora-version/fedora-version b/check-plugins/fedora-version/fedora-version index ed4db930..a77a3fe7 100755 --- a/check-plugins/fedora-version/fedora-version +++ b/check-plugins/fedora-version/fedora-version @@ -19,7 +19,7 @@ import lib.version # pylint: disable=C0413 from lib.globals import (STATE_UNKNOWN) # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023101101' +__version__ = '2023112901' DESCRIPTION = 'Tracks if Fedora is EOL.' diff --git a/check-plugins/feed/feed b/check-plugins/feed/feed index bfd58bd0..40154412 100755 --- a/check-plugins/feed/feed +++ b/check-plugins/feed/feed @@ -24,7 +24,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' 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.''' diff --git a/check-plugins/file-age/file-age b/check-plugins/file-age/file-age index c469a059..0b531968 100755 --- a/check-plugins/file-age/file-age +++ b/check-plugins/file-age/file-age @@ -37,7 +37,7 @@ except ImportError as e: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = 'Checks the time of last data modification for a file or directory, in seconds.' diff --git a/check-plugins/file-count/file-count b/check-plugins/file-count/file-count index 263030ec..23c76fe3 100755 --- a/check-plugins/file-count/file-count +++ b/check-plugins/file-count/file-count @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = 'Checks the number of matching files.' diff --git a/check-plugins/file-descriptors/file-descriptors b/check-plugins/file-descriptors/file-descriptors index 6a607654..9b8a4285 100755 --- a/check-plugins/file-descriptors/file-descriptors +++ b/check-plugins/file-descriptors/file-descriptors @@ -28,7 +28,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = 'Checks the number of allocated file handles in percent.' diff --git a/check-plugins/file-ownership/file-ownership b/check-plugins/file-ownership/file-ownership index ff8957d5..6dec09d5 100755 --- a/check-plugins/file-ownership/file-ownership +++ b/check-plugins/file-ownership/file-ownership @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = 'Checks the ownership (owner and group, both have to be names) of a list of files.' diff --git a/check-plugins/file-size/file-size b/check-plugins/file-size/file-size index b9a62558..c7ce3910 100755 --- a/check-plugins/file-size/file-size +++ b/check-plugins/file-size/file-size @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = 'Checks the size for a file or directory, in bytes.' diff --git a/check-plugins/fortios-cpu-usage/fortios-cpu-usage b/check-plugins/fortios-cpu-usage/fortios-cpu-usage index 8b21efa5..47f8477e 100755 --- a/check-plugins/fortios-cpu-usage/fortios-cpu-usage +++ b/check-plugins/fortios-cpu-usage/fortios-cpu-usage @@ -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__ = '2023051201' +__version__ = '2023112901' 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 diff --git a/check-plugins/fortios-firewall-stats/fortios-firewall-stats b/check-plugins/fortios-firewall-stats/fortios-firewall-stats index a24c677b..42e5313c 100755 --- a/check-plugins/fortios-firewall-stats/fortios-firewall-stats +++ b/check-plugins/fortios-firewall-stats/fortios-firewall-stats @@ -21,7 +21,7 @@ import lib.url # pylint: disable=C0413 from lib.globals import (STATE_OK, STATE_UNKNOWN) # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023101301' +__version__ = '2023112901' DESCRIPTION = """Summarizes traffic statistics for all IPv4 and IPv6 firewall policies from Forti Appliances like FortiGate running FortiOS via FortiOS REST API. The authentication diff --git a/check-plugins/fortios-ha-stats/fortios-ha-stats b/check-plugins/fortios-ha-stats/fortios-ha-stats index 52b62d3e..60dcc228 100755 --- a/check-plugins/fortios-ha-stats/fortios-ha-stats +++ b/check-plugins/fortios-ha-stats/fortios-ha-stats @@ -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__ = '2023051201' +__version__ = '2023112901' 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 diff --git a/check-plugins/fortios-memory-usage/fortios-memory-usage b/check-plugins/fortios-memory-usage/fortios-memory-usage index 264ca724..975ea75a 100755 --- a/check-plugins/fortios-memory-usage/fortios-memory-usage +++ b/check-plugins/fortios-memory-usage/fortios-memory-usage @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Displays amount of used memory in percent, and checks against configured or given thresholds.""" diff --git a/check-plugins/fortios-network-io/fortios-network-io b/check-plugins/fortios-network-io/fortios-network-io index 6c9f3adf..78557d02 100755 --- a/check-plugins/fortios-network-io/fortios-network-io +++ b/check-plugins/fortios-network-io/fortios-network-io @@ -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__ = '2023051201' +__version__ = '2023112901' 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.""" diff --git a/check-plugins/fortios-sensor/fortios-sensor b/check-plugins/fortios-sensor/fortios-sensor index 87b4c658..3527ed6d 100755 --- a/check-plugins/fortios-sensor/fortios-sensor +++ b/check-plugins/fortios-sensor/fortios-sensor @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Checks FortiOS sensor information in detail.' diff --git a/check-plugins/fortios-version/fortios-version b/check-plugins/fortios-version/fortios-version index 51edc559..2c761bd6 100755 --- a/check-plugins/fortios-version/fortios-version +++ b/check-plugins/fortios-version/fortios-version @@ -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__ = '2023101101' +__version__ = '2023112901' DESCRIPTION = 'Tracks if FortiOS is EOL.' diff --git a/check-plugins/fs-inodes/fs-inodes b/check-plugins/fs-inodes/fs-inodes index b27f08e7..9d530583 100755 --- a/check-plugins/fs-inodes/fs-inodes +++ b/check-plugins/fs-inodes/fs-inodes @@ -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__ = '2023071301' +__version__ = '2023112901' DESCRIPTION = 'Checks the used inode space in percent, default on "/", "/tmp" and "/boot".' diff --git a/check-plugins/fs-ro/fs-ro b/check-plugins/fs-ro/fs-ro index b5eee33c..3554434b 100755 --- a/check-plugins/fs-ro/fs-ro +++ b/check-plugins/fs-ro/fs-ro @@ -23,7 +23,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' 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 diff --git a/check-plugins/fs-xfs-stats/fs-xfs-stats b/check-plugins/fs-xfs-stats/fs-xfs-stats index 693afab6..171b6d3b 100755 --- a/check-plugins/fs-xfs-stats/fs-xfs-stats +++ b/check-plugins/fs-xfs-stats/fs-xfs-stats @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = """This check provides some internal XFS statistics to user's view, which can be helpful on debugging/understanding IO characteristics and optimizing diff --git a/check-plugins/getent/getent b/check-plugins/getent/getent index a765e11f..b84aa0d8 100755 --- a/check-plugins/getent/getent +++ b/check-plugins/getent/getent @@ -20,7 +20,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Attempts to obtain entries from Name Service Switch (NSS) libraries and warns of errors or missing matches.""" diff --git a/check-plugins/githubstatus/githubstatus b/check-plugins/githubstatus/githubstatus index 342ca5b1..8a1d6881 100755 --- a/check-plugins/githubstatus/githubstatus +++ b/check-plugins/githubstatus/githubstatus @@ -26,7 +26,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks the GitHub status page, including a status indicator, component statuses and unresolved incidents.""" diff --git a/check-plugins/gitlab-health/gitlab-health b/check-plugins/gitlab-health/gitlab-health index ad6bdb81..541f52b2 100755 --- a/check-plugins/gitlab-health/gitlab-health +++ b/check-plugins/gitlab-health/gitlab-health @@ -23,7 +23,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023082401' +__version__ = '2023112901' DESCRIPTION = """Checks whether the GitLab application server is running. It does not hit the database or verifies other services are running.""" diff --git a/check-plugins/gitlab-liveness/gitlab-liveness b/check-plugins/gitlab-liveness/gitlab-liveness index d07756c7..f4bb4cd5 100755 --- a/check-plugins/gitlab-liveness/gitlab-liveness +++ b/check-plugins/gitlab-liveness/gitlab-liveness @@ -24,7 +24,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023082501' +__version__ = '2023112901' DESCRIPTION = """Checks whether the application server is running. This probe is used to know if Rails Controllers are not deadlocked due to a multi-threading. diff --git a/check-plugins/gitlab-readiness/gitlab-readiness b/check-plugins/gitlab-readiness/gitlab-readiness index 3ad4b5b2..0f949f10 100755 --- a/check-plugins/gitlab-readiness/gitlab-readiness +++ b/check-plugins/gitlab-readiness/gitlab-readiness @@ -24,7 +24,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023082801' +__version__ = '2023112901' DESCRIPTION = """The readiness probe checks whether the GitLab instance is ready to accept traffic via Rails Controllers. diff --git a/check-plugins/gitlab-version/gitlab-version b/check-plugins/gitlab-version/gitlab-version index 6c6d6efc..3c1c9c14 100755 --- a/check-plugins/gitlab-version/gitlab-version +++ b/check-plugins/gitlab-version/gitlab-version @@ -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__ = '2023101201' +__version__ = '2023112901' DESCRIPTION = 'Tracks if GitLab is EOL.' diff --git a/check-plugins/grafana-version/grafana-version b/check-plugins/grafana-version/grafana-version index 748f255b..bbfd800e 100755 --- a/check-plugins/grafana-version/grafana-version +++ b/check-plugins/grafana-version/grafana-version @@ -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__ = '2023112101' +__version__ = '2023112901' DESCRIPTION = 'Tracks if Grafana is EOL.' diff --git a/check-plugins/grassfish-licenses/grassfish-licenses b/check-plugins/grassfish-licenses/grassfish-licenses index 003368ad..faf2a4a3 100755 --- a/check-plugins/grassfish-licenses/grassfish-licenses +++ b/check-plugins/grassfish-licenses/grassfish-licenses @@ -24,7 +24,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Alerts if no more Grassfish licenses are available, using the Grassfish API. You must provide both the Grassfish hostname and a Grassfish token for this diff --git a/check-plugins/grassfish-players/grassfish-players b/check-plugins/grassfish-players/grassfish-players index fa03dce4..f4e214a1 100755 --- a/check-plugins/grassfish-players/grassfish-players +++ b/check-plugins/grassfish-players/grassfish-players @@ -26,7 +26,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """This monitoring plugin shows you a list of Grassfish players whose data transfer status is overdue, whose last access date is more than `--warning` hours ago diff --git a/check-plugins/grassfish-screens/grassfish-screens b/check-plugins/grassfish-screens/grassfish-screens index 9ca95faf..9cef7e1d 100755 --- a/check-plugins/grassfish-screens/grassfish-screens +++ b/check-plugins/grassfish-screens/grassfish-screens @@ -27,7 +27,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """This monitoring plugin checks if the screens attached to a Grassfish player are on or off. diff --git a/check-plugins/haproxy-status/haproxy-status b/check-plugins/haproxy-status/haproxy-status index 419c6c44..2ea44180 100755 --- a/check-plugins/haproxy-status/haproxy-status +++ b/check-plugins/haproxy-status/haproxy-status @@ -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__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = """This check shows you an abundance of metrics that cover the health of your HAProxy server, current request rates, response times, and more.""" diff --git a/check-plugins/huawei-dorado-backup-power/huawei-dorado-backup-power b/check-plugins/huawei-dorado-backup-power/huawei-dorado-backup-power index 3c869dc2..2a8af8b5 100755 --- a/check-plugins/huawei-dorado-backup-power/huawei-dorado-backup-power +++ b/check-plugins/huawei-dorado-backup-power/huawei-dorado-backup-power @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Batch querying all backup power modules of a Huawei OceanStor Dorado storage system via the REST Interface, using the ``/backup_power`` endpoint.""" diff --git a/check-plugins/huawei-dorado-controller/huawei-dorado-controller b/check-plugins/huawei-dorado-controller/huawei-dorado-controller index 62ab5d46..5de86d63 100755 --- a/check-plugins/huawei-dorado-controller/huawei-dorado-controller +++ b/check-plugins/huawei-dorado-controller/huawei-dorado-controller @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Batch querying controllers of a Huawei OceanStor Dorado storage system via the REST Interface, using the ``/controller`` endpoint.""" diff --git a/check-plugins/huawei-dorado-disk/huawei-dorado-disk b/check-plugins/huawei-dorado-disk/huawei-dorado-disk index bc855ccf..30f183d1 100755 --- a/check-plugins/huawei-dorado-disk/huawei-dorado-disk +++ b/check-plugins/huawei-dorado-disk/huawei-dorado-disk @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Batch query basic information about disks on a Huawei OceanStor Dorado storage system via the REST Interface, using the ``/disk`` endpoint.""" diff --git a/check-plugins/huawei-dorado-enclosure/huawei-dorado-enclosure b/check-plugins/huawei-dorado-enclosure/huawei-dorado-enclosure index 21d413fa..c727c92d 100755 --- a/check-plugins/huawei-dorado-enclosure/huawei-dorado-enclosure +++ b/check-plugins/huawei-dorado-enclosure/huawei-dorado-enclosure @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Batch querying enclosure information of a Huawei OceanStor Dorado storage system via the REST Interface, using the ``/enclosure`` endpoint.""" diff --git a/check-plugins/huawei-dorado-fan/huawei-dorado-fan b/check-plugins/huawei-dorado-fan/huawei-dorado-fan index e4c57944..80092792 100755 --- a/check-plugins/huawei-dorado-fan/huawei-dorado-fan +++ b/check-plugins/huawei-dorado-fan/huawei-dorado-fan @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Batch query basic information about fans on a Huawei OceanStor Dorado storage system via the REST Interface, using the ``/fan`` endpoint.""" diff --git a/check-plugins/huawei-dorado-host/huawei-dorado-host b/check-plugins/huawei-dorado-host/huawei-dorado-host index 8e035307..a5153df3 100755 --- a/check-plugins/huawei-dorado-host/huawei-dorado-host +++ b/check-plugins/huawei-dorado-host/huawei-dorado-host @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Batch query basic information about hosts attached to a Huawei OceanStor Dorado storage system via the REST Interface, using the ``/host`` endpoint.""" diff --git a/check-plugins/huawei-dorado-hypermetrodomain/huawei-dorado-hypermetrodomain b/check-plugins/huawei-dorado-hypermetrodomain/huawei-dorado-hypermetrodomain index b5d85c9d..7a87bfd7 100755 --- a/check-plugins/huawei-dorado-hypermetrodomain/huawei-dorado-hypermetrodomain +++ b/check-plugins/huawei-dorado-hypermetrodomain/huawei-dorado-hypermetrodomain @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Batch querying HyperMetro domain information of a Huawei OceanStor Dorado storage system via the REST Interface, using the ``/hypermetrodomain`` endpoint.""" diff --git a/check-plugins/huawei-dorado-hypermetropair/huawei-dorado-hypermetropair b/check-plugins/huawei-dorado-hypermetropair/huawei-dorado-hypermetropair index f0cdd374..0cb33e9f 100755 --- a/check-plugins/huawei-dorado-hypermetropair/huawei-dorado-hypermetropair +++ b/check-plugins/huawei-dorado-hypermetropair/huawei-dorado-hypermetropair @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 STATE_UNKNOWN, STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Batch query basic information about HyperMetroPairs of a Huawei OceanStor Dorado storage system via the REST Interface, using the ``/hypermetropair`` endpoint.""" diff --git a/check-plugins/huawei-dorado-interface/huawei-dorado-interface b/check-plugins/huawei-dorado-interface/huawei-dorado-interface index 7b9143e7..c3accb91 100755 --- a/check-plugins/huawei-dorado-interface/huawei-dorado-interface +++ b/check-plugins/huawei-dorado-interface/huawei-dorado-interface @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Batch query basic information about interfaces on a Huawei OceanStor Dorado storage system via the REST Interface, using the ``/intf_module`` endpoint.""" diff --git a/check-plugins/huawei-dorado-power/huawei-dorado-power b/check-plugins/huawei-dorado-power/huawei-dorado-power index c52f2652..0c098f58 100755 --- a/check-plugins/huawei-dorado-power/huawei-dorado-power +++ b/check-plugins/huawei-dorado-power/huawei-dorado-power @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Batch query basic information about power modules on a Huawei OceanStor Dorado storage system via the REST Interface, using the ``/power`` endpoint.""" diff --git a/check-plugins/huawei-dorado-system/huawei-dorado-system b/check-plugins/huawei-dorado-system/huawei-dorado-system index 21ee07f8..16448b51 100755 --- a/check-plugins/huawei-dorado-system/huawei-dorado-system +++ b/check-plugins/huawei-dorado-system/huawei-dorado-system @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Query basic status and performance data about a Huawei OceanStor Dorado storage system via the REST Interface, using the ``/system/`` endpoint.""" diff --git a/check-plugins/infomaniak-events/infomaniak-events b/check-plugins/infomaniak-events/infomaniak-events index 00fb628d..41ba7849 100755 --- a/check-plugins/infomaniak-events/infomaniak-events +++ b/check-plugins/infomaniak-events/infomaniak-events @@ -26,7 +26,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023070601' +__version__ = '2023112901' DESCRIPTION = """Informs you about open events at Infomaniak.""" diff --git a/check-plugins/infomaniak-swiss-backup-devices/infomaniak-swiss-backup-devices b/check-plugins/infomaniak-swiss-backup-devices/infomaniak-swiss-backup-devices index ca851010..6c19cea7 100755 --- a/check-plugins/infomaniak-swiss-backup-devices/infomaniak-swiss-backup-devices +++ b/check-plugins/infomaniak-swiss-backup-devices/infomaniak-swiss-backup-devices @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 STATE_UNKNOWN, STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023062601' +__version__ = '2023112901' DESCRIPTION = """Checks each device / slot of all your Infomaniak Swiss backup products via the Infomaniak API.""" diff --git a/check-plugins/infomaniak-swiss-backup-products/infomaniak-swiss-backup-products b/check-plugins/infomaniak-swiss-backup-products/infomaniak-swiss-backup-products index 04062744..be1a10b0 100755 --- a/check-plugins/infomaniak-swiss-backup-products/infomaniak-swiss-backup-products +++ b/check-plugins/infomaniak-swiss-backup-products/infomaniak-swiss-backup-products @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 STATE_UNKNOWN, STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks your Infomaniak Swiss Backup product details via the Infomaniak API.""" diff --git a/check-plugins/ipmi-sel/ipmi-sel b/check-plugins/ipmi-sel/ipmi-sel index 9bfee014..2534de09 100755 --- a/check-plugins/ipmi-sel/ipmi-sel +++ b/check-plugins/ipmi-sel/ipmi-sel @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = '''Checks the IPMI System Event Log (SEL) and returns WARN if there are entries. Use "ipmitool sel clear" to clear the IPMI System Event Log (SEL).''' diff --git a/check-plugins/ipmi-sensor/ipmi-sensor b/check-plugins/ipmi-sensor/ipmi-sensor index d6e81882..11eb5b58 100755 --- a/check-plugins/ipmi-sensor/ipmi-sensor +++ b/check-plugins/ipmi-sensor/ipmi-sensor @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = 'Checks IPMI sensor information in detail.' diff --git a/check-plugins/jitsi-videobridge-stats/jitsi-videobridge-stats b/check-plugins/jitsi-videobridge-stats/jitsi-videobridge-stats index 7816877b..eff09539 100755 --- a/check-plugins/jitsi-videobridge-stats/jitsi-videobridge-stats +++ b/check-plugins/jitsi-videobridge-stats/jitsi-videobridge-stats @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks the number of participants on a Jitsi Videobridge and returns a bunch of performance data using the REST version of the COLIBRI protocol.""" diff --git a/check-plugins/jitsi-videobridge-status/jitsi-videobridge-status b/check-plugins/jitsi-videobridge-status/jitsi-videobridge-status index 42ab7301..26e53474 100755 --- a/check-plugins/jitsi-videobridge-status/jitsi-videobridge-status +++ b/check-plugins/jitsi-videobridge-status/jitsi-videobridge-status @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks the Jitsi Videobridge health state.""" diff --git a/check-plugins/journald-query/journald-query b/check-plugins/journald-query/journald-query index 8858317b..174a4970 100755 --- a/check-plugins/journald-query/journald-query +++ b/check-plugins/journald-query/journald-query @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 STATE_UNKNOWN, STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071202' +__version__ = '2023112901' DESCRIPTION = """Query the systemd journal and alert on any events found. Only logs for the current boot will be shown. diff --git a/check-plugins/journald-usage/journald-usage b/check-plugins/journald-usage/journald-usage index 05faa8c9..ebfe4e14 100755 --- a/check-plugins/journald-usage/journald-usage +++ b/check-plugins/journald-usage/journald-usage @@ -23,7 +23,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Checks the current disk usage of all journal files of the systemd journal (in fact the sum of the disk usage of all archived and active journal files).""" diff --git a/check-plugins/json-values/json-values b/check-plugins/json-values/json-values index 1417f848..0b301e9d 100755 --- a/check-plugins/json-values/json-values +++ b/check-plugins/json-values/json-values @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """This check parses a flat json array from a file or url and simply returns the message, state and perfdata from the json.""" diff --git a/check-plugins/kemp-services/kemp-services b/check-plugins/kemp-services/kemp-services index e1200a31..1c43983c 100755 --- a/check-plugins/kemp-services/kemp-services +++ b/check-plugins/kemp-services/kemp-services @@ -24,7 +24,7 @@ import lib.url # pylint: disable=C0413 from lib.globals import (STATE_UNKNOWN, STATE_OK) # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = '''Warns if virtual services provided by a kemp loadbalancer appliance are down.''' diff --git a/check-plugins/keycloak-version/keycloak-version b/check-plugins/keycloak-version/keycloak-version index 01f88a84..6909604c 100755 --- a/check-plugins/keycloak-version/keycloak-version +++ b/check-plugins/keycloak-version/keycloak-version @@ -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__ = '2023101101' +__version__ = '2023112901' DESCRIPTION = 'Tracks if Keycloak is EOL.' diff --git a/check-plugins/kvm-vm/kvm-vm b/check-plugins/kvm-vm/kvm-vm index 1731b8fe..8712e8a5 100755 --- a/check-plugins/kvm-vm/kvm-vm +++ b/check-plugins/kvm-vm/kvm-vm @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Check VMs on a KVM host using "virsh list".' diff --git a/check-plugins/librenms-alerts/librenms-alerts b/check-plugins/librenms-alerts/librenms-alerts index ec43ac28..7d80353f 100755 --- a/check-plugins/librenms-alerts/librenms-alerts +++ b/check-plugins/librenms-alerts/librenms-alerts @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'This check fetches unacknowledged alerts from a LibreNMS instance, using its API.' diff --git a/check-plugins/librenms-health/librenms-health b/check-plugins/librenms-health/librenms-health index 27a69e3c..54658c36 100755 --- a/check-plugins/librenms-health/librenms-health +++ b/check-plugins/librenms-health/librenms-health @@ -20,7 +20,7 @@ import lib.librenms # pylint: disable=C0413 from lib.globals import STATE_OK, STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'This check fetches sensor information from a LibreNMS instance, using its API.' diff --git a/check-plugins/librenms-version/librenms-version b/check-plugins/librenms-version/librenms-version index 4419c008..879adef4 100755 --- a/check-plugins/librenms-version/librenms-version +++ b/check-plugins/librenms-version/librenms-version @@ -20,7 +20,7 @@ import lib.version # pylint: disable=C0413 from lib.globals import STATE_OK, STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = '''This check displays LibreNMS instance information, using its API. This is not a "is there a new version out there" g itself (if running the Git version).''' diff --git a/check-plugins/load/load b/check-plugins/load/load index d9bdd7d1..055aa9e5 100755 --- a/check-plugins/load/load +++ b/check-plugins/load/load @@ -26,7 +26,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = 'Return the average system load per cpu over the last 1, 5 and 15 minutes. In short, "load" is the average sum of the number of processes waiting in the run-queue plus the number currently executing over 1, 5, and 15 minute time periods.' diff --git a/check-plugins/logfile/logfile b/check-plugins/logfile/logfile index bca9d27d..46330bb4 100755 --- a/check-plugins/logfile/logfile +++ b/check-plugins/logfile/logfile @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 STATE_UNKNOWN, STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112801' +__version__ = '2023112901' DESCRIPTION = """Scans a logfile for a set of patterns or regex and alerts on the number of matches.""" diff --git a/check-plugins/mailq/mailq b/check-plugins/mailq/mailq index 82920e76..16174813 100755 --- a/check-plugins/mailq/mailq +++ b/check-plugins/mailq/mailq @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Checks the mail queue.' diff --git a/check-plugins/matomo-reporting/matomo-reporting b/check-plugins/matomo-reporting/matomo-reporting index af7b7cdb..b3fc9bae 100755 --- a/check-plugins/matomo-reporting/matomo-reporting +++ b/check-plugins/matomo-reporting/matomo-reporting @@ -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__ = '2023071301' +__version__ = '2023112901' DESCRIPTION = """This plugin lets you check the most common analytics values from Matomo, for one or several websites and for any given date and period.""" diff --git a/check-plugins/matomo-version/matomo-version b/check-plugins/matomo-version/matomo-version index 6d17503d..8f504747 100755 --- a/check-plugins/matomo-version/matomo-version +++ b/check-plugins/matomo-version/matomo-version @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'This plugin lets you track if server updates are available.' diff --git a/check-plugins/memory-usage/memory-usage b/check-plugins/memory-usage/memory-usage index 208f5bb6..14ede111 100755 --- a/check-plugins/memory-usage/memory-usage +++ b/check-plugins/memory-usage/memory-usage @@ -27,7 +27,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023102601' +__version__ = '2023112901' DESCRIPTION = """Displays amount of free and used memory in the system, checks against used memory in percent.""" diff --git a/check-plugins/metabase-stats/metabase-stats b/check-plugins/metabase-stats/metabase-stats index 241e9931..e3174085 100755 --- a/check-plugins/metabase-stats/metabase-stats +++ b/check-plugins/metabase-stats/metabase-stats @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """This check gets some recent activity from Metabase.""" diff --git a/check-plugins/mod-qos-stats/mod-qos-stats b/check-plugins/mod-qos-stats/mod-qos-stats index 296c3ef9..8623c63f 100755 --- a/check-plugins/mod-qos-stats/mod-qos-stats +++ b/check-plugins/mod-qos-stats/mod-qos-stats @@ -21,7 +21,7 @@ import lib.url # pylint: disable=C0413 from lib.globals import STATE_OK, STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """mod_qos for Apache httpd features a handler showing the current connection and request status. This check fetches the machine-readable version of the status diff --git a/check-plugins/mydumper-version/mydumper-version b/check-plugins/mydumper-version/mydumper-version index 679b8801..549e52f2 100755 --- a/check-plugins/mydumper-version/mydumper-version +++ b/check-plugins/mydumper-version/mydumper-version @@ -25,7 +25,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112101' +__version__ = '2023112901' DESCRIPTION = 'This plugin lets you track if mydumper updates are available.' diff --git a/check-plugins/mysql-aria/mysql-aria b/check-plugins/mysql-aria/mysql-aria index 49c7ef65..801f7d31 100755 --- a/check-plugins/mysql-aria/mysql-aria +++ b/check-plugins/mysql-aria/mysql-aria @@ -22,7 +22,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023092101' +__version__ = '2023112901' DESCRIPTION = """Checks some metrics of the Aria Storage Engine in MySQL/MariaDB.""" diff --git a/check-plugins/mysql-binlog-cache/mysql-binlog-cache b/check-plugins/mysql-binlog-cache/mysql-binlog-cache index 04c7776c..977c86f0 100755 --- a/check-plugins/mysql-binlog-cache/mysql-binlog-cache +++ b/check-plugins/mysql-binlog-cache/mysql-binlog-cache @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Checks if a certain amount of transactions used a temporary disk cache because they could not fit in the regular binary log cache in MySQL/MariaDB.""" diff --git a/check-plugins/mysql-connections/mysql-connections b/check-plugins/mysql-connections/mysql-connections index 56de0662..80ee8b3a 100755 --- a/check-plugins/mysql-connections/mysql-connections +++ b/check-plugins/mysql-connections/mysql-connections @@ -22,7 +22,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023102601' +__version__ = '2023112901' DESCRIPTION = """Checks the connection usage rate, the rate of aborted connections and if name resolution is active for new connections on MySQL/MariaDB.""" diff --git a/check-plugins/mysql-database-metrics/mysql-database-metrics b/check-plugins/mysql-database-metrics/mysql-database-metrics index 0b00868d..4ad5a747 100755 --- a/check-plugins/mysql-database-metrics/mysql-database-metrics +++ b/check-plugins/mysql-database-metrics/mysql-database-metrics @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks index sizes and consistent engine and collation use in MySQL/MariaDB schemas.""" diff --git a/check-plugins/mysql-innodb-buffer-pool-instances/mysql-innodb-buffer-pool-instances b/check-plugins/mysql-innodb-buffer-pool-instances/mysql-innodb-buffer-pool-instances index 4a63b62e..7e3c05e2 100755 --- a/check-plugins/mysql-innodb-buffer-pool-instances/mysql-innodb-buffer-pool-instances +++ b/check-plugins/mysql-innodb-buffer-pool-instances/mysql-innodb-buffer-pool-instances @@ -22,7 +22,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Checks the InnoDB buffer pool instance configuration in MySQL/MariaDB.""" diff --git a/check-plugins/mysql-innodb-buffer-pool-size/mysql-innodb-buffer-pool-size b/check-plugins/mysql-innodb-buffer-pool-size/mysql-innodb-buffer-pool-size index b7fd7113..e2c65853 100755 --- a/check-plugins/mysql-innodb-buffer-pool-size/mysql-innodb-buffer-pool-size +++ b/check-plugins/mysql-innodb-buffer-pool-size/mysql-innodb-buffer-pool-size @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023092201' +__version__ = '2023112901' DESCRIPTION = """Checks the size of the InnoDB buffer pool in MySQL/MariaDB.""" diff --git a/check-plugins/mysql-innodb-log-waits/mysql-innodb-log-waits b/check-plugins/mysql-innodb-log-waits/mysql-innodb-log-waits index cbafa5e7..d74f18f9 100755 --- a/check-plugins/mysql-innodb-log-waits/mysql-innodb-log-waits +++ b/check-plugins/mysql-innodb-log-waits/mysql-innodb-log-waits @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = """Checks the number of times InnoDB was forced to wait for log writes to be flushed due to the log buffer being too small in MySQL/MariaDB.""" diff --git a/check-plugins/mysql-joins/mysql-joins b/check-plugins/mysql-joins/mysql-joins index af706eaf..8c9afd8a 100755 --- a/check-plugins/mysql-joins/mysql-joins +++ b/check-plugins/mysql-joins/mysql-joins @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023100901' +__version__ = '2023112901' DESCRIPTION = """Checks if many joins per day without indexes were executed on MySQL/MariaDB.""" diff --git a/check-plugins/mysql-logfile/mysql-logfile b/check-plugins/mysql-logfile/mysql-logfile index a877f81e..681541c3 100755 --- a/check-plugins/mysql-logfile/mysql-logfile +++ b/check-plugins/mysql-logfile/mysql-logfile @@ -27,7 +27,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 STATE_UNKNOWN, STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112501' +__version__ = '2023112901' DESCRIPTION = """Checks MySQL/MariaDB log content the same way MySQLTuner does, but also in case the DB is down.""" diff --git a/check-plugins/mysql-memory/mysql-memory b/check-plugins/mysql-memory/mysql-memory index b7d9268d..b040eab5 100755 --- a/check-plugins/mysql-memory/mysql-memory +++ b/check-plugins/mysql-memory/mysql-memory @@ -30,7 +30,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023102601' +__version__ = '2023112901' DESCRIPTION = """Checks memory metrics for MySQL/MariaDB.""" diff --git a/check-plugins/mysql-open-files/mysql-open-files b/check-plugins/mysql-open-files/mysql-open-files index b58264e2..d4b911ce 100755 --- a/check-plugins/mysql-open-files/mysql-open-files +++ b/check-plugins/mysql-open-files/mysql-open-files @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks the open file usage in MySQL/MariaDB.""" diff --git a/check-plugins/mysql-perf-metrics/mysql-perf-metrics b/check-plugins/mysql-perf-metrics/mysql-perf-metrics index 7e787e8d..69ebabd0 100755 --- a/check-plugins/mysql-perf-metrics/mysql-perf-metrics +++ b/check-plugins/mysql-perf-metrics/mysql-perf-metrics @@ -20,7 +20,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks some performance metrics and best practice configurations for MySQL/MariaDB.""" diff --git a/check-plugins/mysql-replica-status/mysql-replica-status b/check-plugins/mysql-replica-status/mysql-replica-status index 331996b4..3a3081fe 100755 --- a/check-plugins/mysql-replica-status/mysql-replica-status +++ b/check-plugins/mysql-replica-status/mysql-replica-status @@ -20,7 +20,7 @@ import lib.txt # pylint: disable=C0413 from lib.globals import STATE_OK, STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks the replication status of MySQL/MariaDB.""" diff --git a/check-plugins/mysql-slow-queries/mysql-slow-queries b/check-plugins/mysql-slow-queries/mysql-slow-queries index d092df32..36dcc6f4 100755 --- a/check-plugins/mysql-slow-queries/mysql-slow-queries +++ b/check-plugins/mysql-slow-queries/mysql-slow-queries @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks the slow query log, which is a record of SQL queries that took a long time to perform on MySQL/MariaDB.""" diff --git a/check-plugins/mysql-sorts/mysql-sorts b/check-plugins/mysql-sorts/mysql-sorts index db3da507..22386504 100755 --- a/check-plugins/mysql-sorts/mysql-sorts +++ b/check-plugins/mysql-sorts/mysql-sorts @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks some sort metrics on MySQL/MariaDB.""" diff --git a/check-plugins/mysql-storage-engines/mysql-storage-engines b/check-plugins/mysql-storage-engines/mysql-storage-engines index d39d8cfb..e7d7af1a 100755 --- a/check-plugins/mysql-storage-engines/mysql-storage-engines +++ b/check-plugins/mysql-storage-engines/mysql-storage-engines @@ -22,7 +22,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks storage engines, fragmented tables and autoindex usage in MySQL/MariaDB.""" diff --git a/check-plugins/mysql-system/mysql-system b/check-plugins/mysql-system/mysql-system index ec6a8f23..208c0afc 100755 --- a/check-plugins/mysql-system/mysql-system +++ b/check-plugins/mysql-system/mysql-system @@ -28,7 +28,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Checks system requirements and kernel settings specifically for MySQL/MariaDB.""" diff --git a/check-plugins/mysql-table-cache/mysql-table-cache b/check-plugins/mysql-table-cache/mysql-table-cache index ad2faee5..a822114b 100755 --- a/check-plugins/mysql-table-cache/mysql-table-cache +++ b/check-plugins/mysql-table-cache/mysql-table-cache @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks the hit rate for open tables cache lookups in MySQL/MariaDB.""" diff --git a/check-plugins/mysql-table-definition-cache/mysql-table-definition-cache b/check-plugins/mysql-table-definition-cache/mysql-table-definition-cache index 4f2cfc03..082613d3 100755 --- a/check-plugins/mysql-table-definition-cache/mysql-table-definition-cache +++ b/check-plugins/mysql-table-definition-cache/mysql-table-definition-cache @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks the size of the table definition cache in MySQL/MariaDB.""" diff --git a/check-plugins/mysql-table-indexes/mysql-table-indexes b/check-plugins/mysql-table-indexes/mysql-table-indexes index acd8ec0d..87280c85 100755 --- a/check-plugins/mysql-table-indexes/mysql-table-indexes +++ b/check-plugins/mysql-table-indexes/mysql-table-indexes @@ -20,7 +20,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks for missing indexes in MySQL/MariaDB tables.""" diff --git a/check-plugins/mysql-table-locks/mysql-table-locks b/check-plugins/mysql-table-locks/mysql-table-locks index 1e4d8bbf..1e0387a0 100755 --- a/check-plugins/mysql-table-locks/mysql-table-locks +++ b/check-plugins/mysql-table-locks/mysql-table-locks @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks whether a certain percentage of table locks had to wait in MySQL/MariaDB.""" diff --git a/check-plugins/mysql-temp-tables/mysql-temp-tables b/check-plugins/mysql-temp-tables/mysql-temp-tables index 3e02019d..052bbe50 100755 --- a/check-plugins/mysql-temp-tables/mysql-temp-tables +++ b/check-plugins/mysql-temp-tables/mysql-temp-tables @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023101301' +__version__ = '2023112901' DESCRIPTION = """Checks the number of on-disk versus in-memory temporary tables created in MySQL/MariaDB.""" diff --git a/check-plugins/mysql-thread-cache/mysql-thread-cache b/check-plugins/mysql-thread-cache/mysql-thread-cache index 5110eb8c..fc125a89 100755 --- a/check-plugins/mysql-thread-cache/mysql-thread-cache +++ b/check-plugins/mysql-thread-cache/mysql-thread-cache @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks the number of threads MySQL/MariaDB caches for re-use.""" diff --git a/check-plugins/mysql-traffic/mysql-traffic b/check-plugins/mysql-traffic/mysql-traffic index d3061f93..9f1ce392 100755 --- a/check-plugins/mysql-traffic/mysql-traffic +++ b/check-plugins/mysql-traffic/mysql-traffic @@ -20,7 +20,7 @@ import lib.human # pylint: disable=C0413 from lib.globals import STATE_OK, STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Collects uptime, queries per second, connections and traffic stats for MySQL/MariaDB.""" diff --git a/check-plugins/mysql-user-security/mysql-user-security b/check-plugins/mysql-user-security/mysql-user-security index a1ad8a0c..49308b97 100755 --- a/check-plugins/mysql-user-security/mysql-user-security +++ b/check-plugins/mysql-user-security/mysql-user-security @@ -22,7 +22,7 @@ import lib.txt # pylint: disable=C0413 from lib.globals import STATE_OK, STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Check user's security in MySQL/MariaDB.""" diff --git a/check-plugins/mysql-version/mysql-version b/check-plugins/mysql-version/mysql-version index 219bdc2f..aa5da20a 100755 --- a/check-plugins/mysql-version/mysql-version +++ b/check-plugins/mysql-version/mysql-version @@ -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__ = '2023101101' +__version__ = '2023112901' DESCRIPTION = 'Tracks if MySQL/MariaDB is EOL.' diff --git a/check-plugins/needs-restarting/needs-restarting b/check-plugins/needs-restarting/needs-restarting index b95e6887..38cd0884 100755 --- a/check-plugins/needs-restarting/needs-restarting +++ b/check-plugins/needs-restarting/needs-restarting @@ -21,7 +21,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Checks for processes that started running before they or some component that they use were updated. Returns WARN if a full reboot is required or if services might diff --git a/check-plugins/network-bonding/network-bonding b/check-plugins/network-bonding/network-bonding index ddd99807..04cd5e74 100755 --- a/check-plugins/network-bonding/network-bonding +++ b/check-plugins/network-bonding/network-bonding @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = '''Reports the state of a channel bonding interface. Channel bonding enables two or more network interfaces to act as one, simultaneously increasing the bandwidth and providing diff --git a/check-plugins/network-connections/network-connections b/check-plugins/network-connections/network-connections index 0993b1bd..36082a0f 100755 --- a/check-plugins/network-connections/network-connections +++ b/check-plugins/network-connections/network-connections @@ -26,7 +26,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = '''Counts system-wide socket connections like tcp, tcp6, udp or udp6. If you have too many connections like TCP_CLOSE and therefore get errors like diff --git a/check-plugins/network-io/network-io b/check-plugins/network-io/network-io index 56379913..14adc564 100755 --- a/check-plugins/network-io/network-io +++ b/check-plugins/network-io/network-io @@ -29,7 +29,7 @@ except ImportError as e: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071301' +__version__ = '2023112901' DESCRIPTION = """Checks network IO.""" diff --git a/check-plugins/network-port-tcp/network-port-tcp b/check-plugins/network-port-tcp/network-port-tcp index 7f9c892a..825a24c9 100755 --- a/check-plugins/network-port-tcp/network-port-tcp +++ b/check-plugins/network-port-tcp/network-port-tcp @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Checks whether a network port is reachable.' diff --git a/check-plugins/nextcloud-security-scan/nextcloud-security-scan b/check-plugins/nextcloud-security-scan/nextcloud-security-scan index 06b6535b..bd5c4da2 100755 --- a/check-plugins/nextcloud-security-scan/nextcloud-security-scan +++ b/check-plugins/nextcloud-security-scan/nextcloud-security-scan @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Checks the security of your private Nextcloud server.' diff --git a/check-plugins/nextcloud-stats/nextcloud-stats b/check-plugins/nextcloud-stats/nextcloud-stats index 65b1bd39..93c8a667 100755 --- a/check-plugins/nextcloud-stats/nextcloud-stats +++ b/check-plugins/nextcloud-stats/nextcloud-stats @@ -23,7 +23,7 @@ import lib.url # pylint: disable=C0413 from lib.globals import STATE_OK, STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """This plugin lets you track the number of active users over time, the number of shares in various categories and some storage diff --git a/check-plugins/nextcloud-version/nextcloud-version b/check-plugins/nextcloud-version/nextcloud-version index 5cd7f88c..2dfa2bbd 100755 --- a/check-plugins/nextcloud-version/nextcloud-version +++ b/check-plugins/nextcloud-version/nextcloud-version @@ -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__ = '2023101101' +__version__ = '2023112901' DESCRIPTION = 'Tracks if Nextcloud is EOL.' diff --git a/check-plugins/nginx-status/nginx-status b/check-plugins/nginx-status/nginx-status index fc2a31ee..7e6ff374 100755 --- a/check-plugins/nginx-status/nginx-status +++ b/check-plugins/nginx-status/nginx-status @@ -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__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = 'This check provides NGINX basic status information.' diff --git a/check-plugins/nodebb-cache/nodebb-cache b/check-plugins/nodebb-cache/nodebb-cache index 67ea3135..40c37cc6 100755 --- a/check-plugins/nodebb-cache/nodebb-cache +++ b/check-plugins/nodebb-cache/nodebb-cache @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Get NodeBB system cache info.""" diff --git a/check-plugins/nodebb-database/nodebb-database b/check-plugins/nodebb-database/nodebb-database index efbb1409..5700974e 100755 --- a/check-plugins/nodebb-database/nodebb-database +++ b/check-plugins/nodebb-database/nodebb-database @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Get NodeBB database information.""" diff --git a/check-plugins/nodebb-errors/nodebb-errors b/check-plugins/nodebb-errors/nodebb-errors index 2df4b8af..1a8757db 100755 --- a/check-plugins/nodebb-errors/nodebb-errors +++ b/check-plugins/nodebb-errors/nodebb-errors @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Get NodeBB server-side errors.""" diff --git a/check-plugins/nodebb-events/nodebb-events b/check-plugins/nodebb-events/nodebb-events index 009bed68..c49c967d 100755 --- a/check-plugins/nodebb-events/nodebb-events +++ b/check-plugins/nodebb-events/nodebb-events @@ -23,7 +23,7 @@ import lib.time # pylint: disable=C0413 from lib.globals import STATE_OK, STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Get NodeBB event log.""" diff --git a/check-plugins/nodebb-groups/nodebb-groups b/check-plugins/nodebb-groups/nodebb-groups index 4aaa85fc..8c8921fe 100755 --- a/check-plugins/nodebb-groups/nodebb-groups +++ b/check-plugins/nodebb-groups/nodebb-groups @@ -23,7 +23,7 @@ import lib.time # pylint: disable=C0413 from lib.globals import STATE_OK, STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Get NodeBB post settings.""" diff --git a/check-plugins/nodebb-info/nodebb-info b/check-plugins/nodebb-info/nodebb-info index c5ead86b..823cb7d1 100755 --- a/check-plugins/nodebb-info/nodebb-info +++ b/check-plugins/nodebb-info/nodebb-info @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Get NodeBB process/system information.""" diff --git a/check-plugins/nodebb-users/nodebb-users b/check-plugins/nodebb-users/nodebb-users index 39b20e06..35884f1e 100755 --- a/check-plugins/nodebb-users/nodebb-users +++ b/check-plugins/nodebb-users/nodebb-users @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Get NodeBB users.""" diff --git a/check-plugins/nodebb-version/nodebb-version b/check-plugins/nodebb-version/nodebb-version index 8da8d633..7bd38633 100755 --- a/check-plugins/nodebb-version/nodebb-version +++ b/check-plugins/nodebb-version/nodebb-version @@ -26,7 +26,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """This plugin lets you track if a NodeBB update is available.""" diff --git a/check-plugins/ntp-chronyd/ntp-chronyd b/check-plugins/ntp-chronyd/ntp-chronyd index b6464e56..1a64ab57 100755 --- a/check-plugins/ntp-chronyd/ntp-chronyd +++ b/check-plugins/ntp-chronyd/ntp-chronyd @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = '''This plugin checks the clock offset of chronyd in milliseconds compared to ntp servers.''' diff --git a/check-plugins/ntp-ntpd/ntp-ntpd b/check-plugins/ntp-ntpd/ntp-ntpd index fb6acd8d..7945390e 100755 --- a/check-plugins/ntp-ntpd/ntp-ntpd +++ b/check-plugins/ntp-ntpd/ntp-ntpd @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = '''This plugin checks the clock offset of ntpd in milliseconds compared to ntp servers.''' diff --git a/check-plugins/ntp-systemd-timesyncd/ntp-systemd-timesyncd b/check-plugins/ntp-systemd-timesyncd/ntp-systemd-timesyncd index f1486ddb..b6397026 100755 --- a/check-plugins/ntp-systemd-timesyncd/ntp-systemd-timesyncd +++ b/check-plugins/ntp-systemd-timesyncd/ntp-systemd-timesyncd @@ -22,7 +22,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = '''This plugin checks the state of systemd-timesyncd.''' diff --git a/check-plugins/ntp-w32tm/ntp-w32tm b/check-plugins/ntp-w32tm/ntp-w32tm index 76f2a86d..867172ad 100755 --- a/check-plugins/ntp-w32tm/ntp-w32tm +++ b/check-plugins/ntp-w32tm/ntp-w32tm @@ -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__ = '2023091601' +__version__ = '2023112901' DESCRIPTION = '''This monitoring plugin runs `w32tm /query /status /verbose` (Windows) to help diagnose problems with the time settings.''' diff --git a/check-plugins/onlyoffice-stats/onlyoffice-stats b/check-plugins/onlyoffice-stats/onlyoffice-stats index aabde3eb..1f24ccf0 100755 --- a/check-plugins/onlyoffice-stats/onlyoffice-stats +++ b/check-plugins/onlyoffice-stats/onlyoffice-stats @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 STATE_UNKNOWN, STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = 'Checks OnlyOffice statistics and license usage via HTTP.' diff --git a/check-plugins/openjdk-redhat-version/openjdk-redhat-version b/check-plugins/openjdk-redhat-version/openjdk-redhat-version index 94caafdf..e87f192a 100755 --- a/check-plugins/openjdk-redhat-version/openjdk-redhat-version +++ b/check-plugins/openjdk-redhat-version/openjdk-redhat-version @@ -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__ = '2023112101' +__version__ = '2023112901' DESCRIPTION = 'Tracks if Java is EOL.' diff --git a/check-plugins/openstack-nova-list/openstack-nova-list b/check-plugins/openstack-nova-list/openstack-nova-list index 4ac59f08..e3eb76f2 100755 --- a/check-plugins/openstack-nova-list/openstack-nova-list +++ b/check-plugins/openstack-nova-list/openstack-nova-list @@ -36,7 +36,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023090701' +__version__ = '2023112901' DESCRIPTION = """Nova is the OpenStack project that provides a way to provision compute instances (aka virtual servers). diff --git a/check-plugins/openstack-swift-stat/openstack-swift-stat b/check-plugins/openstack-swift-stat/openstack-swift-stat index 90f59380..335b7d79 100755 --- a/check-plugins/openstack-swift-stat/openstack-swift-stat +++ b/check-plugins/openstack-swift-stat/openstack-swift-stat @@ -31,7 +31,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = """The OpenStack Object Store project, known as Swift, offers cloud storage software so that you can store and retrieve lots of data with a simple API. diff --git a/check-plugins/openvpn-client-list/openvpn-client-list b/check-plugins/openvpn-client-list/openvpn-client-list index f5e61563..fb818cd9 100755 --- a/check-plugins/openvpn-client-list/openvpn-client-list +++ b/check-plugins/openvpn-client-list/openvpn-client-list @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = 'Prints a list of all clients connected to the OpenVPN Server' diff --git a/check-plugins/path-rw-test/path-rw-test b/check-plugins/path-rw-test/path-rw-test index db094533..5a6cd489 100755 --- a/check-plugins/path-rw-test/path-rw-test +++ b/check-plugins/path-rw-test/path-rw-test @@ -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__ = '2023091601' +__version__ = '2023112901' DESCRIPTION = """Tests if a temporary file can be created, written to a specified path, read, and then deleted. Especially useful with mounted file systems such as NFS or SMB. diff --git a/check-plugins/php-fpm-ping/php-fpm-ping b/check-plugins/php-fpm-ping/php-fpm-ping index 4f056aa6..4adc7e7a 100755 --- a/check-plugins/php-fpm-ping/php-fpm-ping +++ b/check-plugins/php-fpm-ping/php-fpm-ping @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Fetches the ping monitoring page of PHP-FPM.""" diff --git a/check-plugins/php-fpm-status/php-fpm-status b/check-plugins/php-fpm-status/php-fpm-status index 02ac6f7a..0aacf844 100755 --- a/check-plugins/php-fpm-status/php-fpm-status +++ b/check-plugins/php-fpm-status/php-fpm-status @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 STATE_UNKNOWN, STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = """This check collects information from the PHP-FPM status page and alerts on certain overuse. In addition, a table is printed which contains each pool process in the diff --git a/check-plugins/php-status/php-status b/check-plugins/php-status/php-status index 32c15d29..9a011a40 100755 --- a/check-plugins/php-status/php-status +++ b/check-plugins/php-status/php-status @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """This plugin checks for PHP startup errors, missing modules and misconfigured php.ini directives.""" diff --git a/check-plugins/php-version/php-version b/check-plugins/php-version/php-version index f2935830..eed0c991 100755 --- a/check-plugins/php-version/php-version +++ b/check-plugins/php-version/php-version @@ -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__ = '2023112103' +__version__ = '2023112901' DESCRIPTION = 'Tracks if PHP is EOL.' diff --git a/check-plugins/ping/ping b/check-plugins/ping/ping index 8763c0d6..6316f7bc 100755 --- a/check-plugins/ping/ping +++ b/check-plugins/ping/ping @@ -20,7 +20,7 @@ import lib.shell # pylint: disable=C0413 from lib.globals import (STATE_CRIT, STATE_OK, STATE_UNKNOWN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112201' +__version__ = '2023112901' DESCRIPTION = 'Sends ICMP ECHO_REQUEST to network hosts using the built-in `ping` command.' diff --git a/check-plugins/pip-updates/pip-updates b/check-plugins/pip-updates/pip-updates index 8f9f9a54..8ae46f25 100755 --- a/check-plugins/pip-updates/pip-updates +++ b/check-plugins/pip-updates/pip-updates @@ -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__ = '2023071301' +__version__ = '2023112901' DESCRIPTION = """Checks if there are outdated Python packages, installed via `pip`.""" diff --git a/check-plugins/postfix-version/postfix-version b/check-plugins/postfix-version/postfix-version index 1cacbc31..616db366 100755 --- a/check-plugins/postfix-version/postfix-version +++ b/check-plugins/postfix-version/postfix-version @@ -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__ = '2023101101' +__version__ = '2023112901' DESCRIPTION = 'Tracks if Postfix is EOL.' diff --git a/check-plugins/postgresql-version/postgresql-version b/check-plugins/postgresql-version/postgresql-version index eff9a221..184496ca 100755 --- a/check-plugins/postgresql-version/postgresql-version +++ b/check-plugins/postgresql-version/postgresql-version @@ -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__ = '2023101101' +__version__ = '2023112901' DESCRIPTION = 'Tracks if PostgreSQL is EOL.' diff --git a/check-plugins/procs/procs b/check-plugins/procs/procs index 16549c4e..9026a3b6 100755 --- a/check-plugins/procs/procs +++ b/check-plugins/procs/procs @@ -30,7 +30,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Prints the number of currently running processes and warns on metrics like process counts or process memory usage. You may filter the process list by process name, diff --git a/check-plugins/python-version/python-version b/check-plugins/python-version/python-version index 1f386ade..cceb98d0 100755 --- a/check-plugins/python-version/python-version +++ b/check-plugins/python-version/python-version @@ -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__ = '2023112101' +__version__ = '2023112901' DESCRIPTION = 'Tracks if Python is EOL.' diff --git a/check-plugins/qts-cpu-usage/qts-cpu-usage b/check-plugins/qts-cpu-usage/qts-cpu-usage index 6a5a335f..b8c9d632 100755 --- a/check-plugins/qts-cpu-usage/qts-cpu-usage +++ b/check-plugins/qts-cpu-usage/qts-cpu-usage @@ -29,7 +29,7 @@ except ImportError as e: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112501' +__version__ = '2023112901' DESCRIPTION = """Returns the current system-wide CPU utilization as a percentage from QNAP Appliances running QTS via API. Warns only if the overall CPU usage is above a diff --git a/check-plugins/qts-disk-smart/qts-disk-smart b/check-plugins/qts-disk-smart/qts-disk-smart index e469005f..5010e22f 100755 --- a/check-plugins/qts-disk-smart/qts-disk-smart +++ b/check-plugins/qts-disk-smart/qts-disk-smart @@ -28,7 +28,7 @@ except ImportError as e: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112501' +__version__ = '2023112901' DESCRIPTION = 'Checks the disk SMART values returned by QTS.' diff --git a/check-plugins/qts-memory-usage/qts-memory-usage b/check-plugins/qts-memory-usage/qts-memory-usage index 3333a5f9..4923a6d5 100755 --- a/check-plugins/qts-memory-usage/qts-memory-usage +++ b/check-plugins/qts-memory-usage/qts-memory-usage @@ -29,7 +29,7 @@ except ImportError as e: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112501' +__version__ = '2023112901' DESCRIPTION = """Returns the current system-wide memory utilization as a percentage from QNAP Appliances running QTS via API.""" diff --git a/check-plugins/qts-temperatures/qts-temperatures b/check-plugins/qts-temperatures/qts-temperatures index 890fad25..f4ef3c58 100755 --- a/check-plugins/qts-temperatures/qts-temperatures +++ b/check-plugins/qts-temperatures/qts-temperatures @@ -28,7 +28,7 @@ except ImportError as e: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112501' +__version__ = '2023112901' DESCRIPTION = 'Checks the current temperatures from QNAP Appliances running QTS via API.' diff --git a/check-plugins/qts-uptime/qts-uptime b/check-plugins/qts-uptime/qts-uptime index 4902f580..f67d61e2 100755 --- a/check-plugins/qts-uptime/qts-uptime +++ b/check-plugins/qts-uptime/qts-uptime @@ -28,7 +28,7 @@ except ImportError as e: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112501' +__version__ = '2023112901' DESCRIPTION = 'Tells how long the QTS system has been running.' diff --git a/check-plugins/qts-version/qts-version b/check-plugins/qts-version/qts-version index 43de77f2..ccd855e6 100755 --- a/check-plugins/qts-version/qts-version +++ b/check-plugins/qts-version/qts-version @@ -29,7 +29,7 @@ except ImportError as e: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112501' +__version__ = '2023112901' DESCRIPTION = 'This plugin lets you track if server updates are available.' diff --git a/check-plugins/redfish-drives/redfish-drives b/check-plugins/redfish-drives/redfish-drives index f661e614..436a4626 100755 --- a/check-plugins/redfish-drives/redfish-drives +++ b/check-plugins/redfish-drives/redfish-drives @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Checks the state of all drives or other physical storage media in the Systems collection.""" diff --git a/check-plugins/redfish-sel/redfish-sel b/check-plugins/redfish-sel/redfish-sel index 8dff0a12..dbab9aef 100755 --- a/check-plugins/redfish-sel/redfish-sel +++ b/check-plugins/redfish-sel/redfish-sel @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Checks the System Event Log (SEL) of the Redfish Manager collection. Returns an alert based on the severity of the messages.""" diff --git a/check-plugins/redfish-sensor/redfish-sensor b/check-plugins/redfish-sensor/redfish-sensor index d30d5da2..68df83ea 100755 --- a/check-plugins/redfish-sensor/redfish-sensor +++ b/check-plugins/redfish-sensor/redfish-sensor @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Checks the state of the Chassis collection containing resources that represent the physical aspects of the infrastructure. A Chassis is roughly defined as a physical diff --git a/check-plugins/redis-status/redis-status b/check-plugins/redis-status/redis-status index 22d63d94..194ccba2 100755 --- a/check-plugins/redis-status/redis-status +++ b/check-plugins/redis-status/redis-status @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Returns information and statistics about a Redis server. Alerts on memory consumption, memory fragmentation, hit rates and more.""" diff --git a/check-plugins/redis-version/redis-version b/check-plugins/redis-version/redis-version index 6252e0f9..3a12c82d 100755 --- a/check-plugins/redis-version/redis-version +++ b/check-plugins/redis-version/redis-version @@ -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__ = '2023101101' +__version__ = '2023112901' DESCRIPTION = 'Tracks if Redis is EOL.' diff --git a/check-plugins/restic-check/restic-check b/check-plugins/restic-check/restic-check index 6e6c2064..f91ad468 100755 --- a/check-plugins/restic-check/restic-check +++ b/check-plugins/restic-check/restic-check @@ -23,7 +23,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Check the restic repository for errors.""" diff --git a/check-plugins/restic-snapshots/restic-snapshots b/check-plugins/restic-snapshots/restic-snapshots index 44a0f2f5..4e283bde 100755 --- a/check-plugins/restic-snapshots/restic-snapshots +++ b/check-plugins/restic-snapshots/restic-snapshots @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 STATE_UNKNOWN, STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071301' +__version__ = '2023112901' DESCRIPTION = """Check the age of the newest restic repository snapshot.""" diff --git a/check-plugins/restic-stats/restic-stats b/check-plugins/restic-stats/restic-stats index c8281462..82862dbe 100755 --- a/check-plugins/restic-stats/restic-stats +++ b/check-plugins/restic-stats/restic-stats @@ -23,7 +23,7 @@ import lib.test # pylint: disable=C0413 from lib.globals import STATE_OK, STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071301' +__version__ = '2023112901' DESCRIPTION = """Walk multiple snapshots in a repository and accumulate statistics about the data stored therein. It reports on the number of unique files and their sizes, diff --git a/check-plugins/rhel-version/rhel-version b/check-plugins/rhel-version/rhel-version index 96b21c81..fbf7e31a 100755 --- a/check-plugins/rhel-version/rhel-version +++ b/check-plugins/rhel-version/rhel-version @@ -19,7 +19,7 @@ import lib.version # pylint: disable=C0413 from lib.globals import (STATE_UNKNOWN) # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023101101' +__version__ = '2023112901' DESCRIPTION = 'Tracks if RHEL is EOL.' diff --git a/check-plugins/rocketchat-stats/rocketchat-stats b/check-plugins/rocketchat-stats/rocketchat-stats index 7ffa4679..a2cc5d98 100755 --- a/check-plugins/rocketchat-stats/rocketchat-stats +++ b/check-plugins/rocketchat-stats/rocketchat-stats @@ -20,7 +20,7 @@ import lib.rocket # pylint: disable=C0413 from lib.globals import (STATE_OK, STATE_UNKNOWN) # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112202' +__version__ = '2023112901' DESCRIPTION = """This plugin allows you to track statistics about a Rocket.Chat server, structured in the same way as on the https://rocket.chat/admin/info page. diff --git a/check-plugins/rocketchat-version/rocketchat-version b/check-plugins/rocketchat-version/rocketchat-version index e07a39d2..995400e0 100755 --- a/check-plugins/rocketchat-version/rocketchat-version +++ b/check-plugins/rocketchat-version/rocketchat-version @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """This plugin lets you track if server updates are available. Requires a user with strong password and "view-statistics" permission (only).""" diff --git a/check-plugins/rpm-lastactivity/rpm-lastactivity b/check-plugins/rpm-lastactivity/rpm-lastactivity index 6ad1a83c..c5fd17f6 100755 --- a/check-plugins/rpm-lastactivity/rpm-lastactivity +++ b/check-plugins/rpm-lastactivity/rpm-lastactivity @@ -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__ = '2023091601' +__version__ = '2023112901' DESCRIPTION = """Checks the timespan since the last package manager activity, for example due to a yum/dnf install/update.""" diff --git a/check-plugins/safenet-hsm-state/safenet-hsm-state b/check-plugins/safenet-hsm-state/safenet-hsm-state index 0c9b5931..0ebcb4a1 100755 --- a/check-plugins/safenet-hsm-state/safenet-hsm-state +++ b/check-plugins/safenet-hsm-state/safenet-hsm-state @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """This monitoring plugin checks the current state of a Gemalto SafeNet ProtectServer Network HSM via SSH and a PSESH command, and displays the diff --git a/check-plugins/sap-open-concur-com/sap-open-concur-com b/check-plugins/sap-open-concur-com/sap-open-concur-com index df963144..6aff6f8a 100755 --- a/check-plugins/sap-open-concur-com/sap-open-concur-com +++ b/check-plugins/sap-open-concur-com/sap-open-concur-com @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """This plugin checks for incidents mentioned at the SAP Concur Open diff --git a/check-plugins/scheduled-task/scheduled-task b/check-plugins/scheduled-task/scheduled-task index fcfb514d..500cb835 100755 --- a/check-plugins/scheduled-task/scheduled-task +++ b/check-plugins/scheduled-task/scheduled-task @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = 'Check the status of a scheduled task.' diff --git a/check-plugins/selinux-mode/selinux-mode b/check-plugins/selinux-mode/selinux-mode index 699c6aba..2d04240b 100755 --- a/check-plugins/selinux-mode/selinux-mode +++ b/check-plugins/selinux-mode/selinux-mode @@ -20,7 +20,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = """Checks the current mode of SELinux against a desired mode, and returns a warning on a non-match.""" diff --git a/check-plugins/sensors-battery/sensors-battery b/check-plugins/sensors-battery/sensors-battery index c3c1ccdb..b756d124 100755 --- a/check-plugins/sensors-battery/sensors-battery +++ b/check-plugins/sensors-battery/sensors-battery @@ -26,7 +26,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112501' +__version__ = '2023112901' DESCRIPTION = """Return battery status information. If no battery is installed or metrics can't be determined OK is returned.""" diff --git a/check-plugins/sensors-fans/sensors-fans b/check-plugins/sensors-fans/sensors-fans index 406cb2e1..1dda1fc4 100755 --- a/check-plugins/sensors-fans/sensors-fans +++ b/check-plugins/sensors-fans/sensors-fans @@ -25,7 +25,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112502' +__version__ = '2023112901' DESCRIPTION = 'Return hardware fans speed. Fan speed is expressed in RPM (rounds per minute).' diff --git a/check-plugins/sensors-temperatures/sensors-temperatures b/check-plugins/sensors-temperatures/sensors-temperatures index 18a89eb5..7cb3cecc 100755 --- a/check-plugins/sensors-temperatures/sensors-temperatures +++ b/check-plugins/sensors-temperatures/sensors-temperatures @@ -28,7 +28,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112501' +__version__ = '2023112901' DESCRIPTION = """Return certain hardware temperature sensors (it may be a CPU, an hard disk or something else, depending on the OS and its configuration). All temperatures are diff --git a/check-plugins/service/service b/check-plugins/service/service index 0446628f..af3caa84 100755 --- a/check-plugins/service/service +++ b/check-plugins/service/service @@ -28,7 +28,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = '''Checks the state of one or more Windows services. You have to provide the case-insensitive "Service Name", not the "Display Name". Supports Python regular diff --git a/check-plugins/snmp/snmp b/check-plugins/snmp/snmp index 493c936c..3cc6b767 100755 --- a/check-plugins/snmp/snmp +++ b/check-plugins/snmp/snmp @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 STATE_UNKNOWN, STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023081601' +__version__ = '2023112901' DESCRIPTION = """This check is a SNMP application that uses the SNMP GET request to query for information on a network entity. The object identifiers (OIDs) of interest have diff --git a/check-plugins/starface-account-stats/starface-account-stats b/check-plugins/starface-account-stats/starface-account-stats index f6793305..94bb7b52 100755 --- a/check-plugins/starface-account-stats/starface-account-stats +++ b/check-plugins/starface-account-stats/starface-account-stats @@ -24,7 +24,7 @@ import lib.txt # pylint: disable=C0413 from lib.globals import STATE_OK, STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Returns the account statistics of the Starface PBX. It uses the data output of the Starface Monitoring Module, which was diff --git a/check-plugins/starface-backup-status/starface-backup-status b/check-plugins/starface-backup-status/starface-backup-status index 414eca42..429bc6c6 100755 --- a/check-plugins/starface-backup-status/starface-backup-status +++ b/check-plugins/starface-backup-status/starface-backup-status @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 STATE_UNKNOWN, STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = """Checks the status of the newest backups of the Starface PBX. It uses the data output of the Starface Monitoring Module, which was diff --git a/check-plugins/starface-channel-status/starface-channel-status b/check-plugins/starface-channel-status/starface-channel-status index 08054a65..b6807516 100755 --- a/check-plugins/starface-channel-status/starface-channel-status +++ b/check-plugins/starface-channel-status/starface-channel-status @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Counts the number of current active DAHDI, SIP or other channels of the Starface PBX, and warns on possibly overusage (in percentage). diff --git a/check-plugins/starface-database-stats/starface-database-stats b/check-plugins/starface-database-stats/starface-database-stats index eb67dde9..08fee176 100755 --- a/check-plugins/starface-database-stats/starface-database-stats +++ b/check-plugins/starface-database-stats/starface-database-stats @@ -25,7 +25,7 @@ import lib.txt # pylint: disable=C0413 from lib.globals import STATE_OK, STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Returns the database connection statistics of the Starface PBX. It uses the data output of the Starface Monitoring Module, which was diff --git a/check-plugins/starface-java-memory-usage/starface-java-memory-usage b/check-plugins/starface-java-memory-usage/starface-java-memory-usage index 15b895fe..daabc272 100755 --- a/check-plugins/starface-java-memory-usage/starface-java-memory-usage +++ b/check-plugins/starface-java-memory-usage/starface-java-memory-usage @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 STATE_UNKNOWN, STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Monitors the heap and non-heap memory usage of the Java VM of the Starface PBX. diff --git a/check-plugins/starface-peer-stats/starface-peer-stats b/check-plugins/starface-peer-stats/starface-peer-stats index eb0adbd5..32cbfdb0 100755 --- a/check-plugins/starface-peer-stats/starface-peer-stats +++ b/check-plugins/starface-peer-stats/starface-peer-stats @@ -24,7 +24,7 @@ import lib.txt # pylint: disable=C0413 from lib.globals import STATE_OK, STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Returns the peer statistics of the Starface PBX. It uses the data output of the Starface Monitoring Module, which was diff --git a/check-plugins/starface-status/starface-status b/check-plugins/starface-status/starface-status index 928718cc..21fc40a9 100755 --- a/check-plugins/starface-status/starface-status +++ b/check-plugins/starface-status/starface-status @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 STATE_UNKNOWN, STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Checks the overall health of the Starface PBX. It uses the data output of the Starface Monitoring Module, which was diff --git a/check-plugins/statuspal/statuspal b/check-plugins/statuspal/statuspal index 773ec655..a0f3dd59 100755 --- a/check-plugins/statuspal/statuspal +++ b/check-plugins/statuspal/statuspal @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 STATE_UNKNOWN, STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023112501' +__version__ = '2023112901' DESCRIPTION = """Statuspal is a status page provider from Germany. This check plugin gets the summary of a Statuspal status page, checks its status, services, diff --git a/check-plugins/strongswan-connections/strongswan-connections b/check-plugins/strongswan-connections/strongswan-connections index f7e36ad6..2d5168c5 100755 --- a/check-plugins/strongswan-connections/strongswan-connections +++ b/check-plugins/strongswan-connections/strongswan-connections @@ -32,7 +32,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071301' +__version__ = '2023112901' DESCRIPTION = """This Nagios/Icinga monitoring plugin checks IPSec connection states. It connects to the vici plugin in libcharon using the Versatile IKE Control Interface (VICI) diff --git a/check-plugins/swap-usage/swap-usage b/check-plugins/swap-usage/swap-usage index 7c5785bb..319b21d5 100755 --- a/check-plugins/swap-usage/swap-usage +++ b/check-plugins/swap-usage/swap-usage @@ -25,7 +25,7 @@ except ImportError: lib.base.cu('Python module "psutil" is not installed.') __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Displays amount of free and used swap space in the system, checks against used swap in percent.""" diff --git a/check-plugins/systemd-timedate-status/systemd-timedate-status b/check-plugins/systemd-timedate-status/systemd-timedate-status index 5d13d7e6..a7f9b13e 100755 --- a/check-plugins/systemd-timedate-status/systemd-timedate-status +++ b/check-plugins/systemd-timedate-status/systemd-timedate-status @@ -22,7 +22,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Checks current settings of the system clock and RTC, including whether network time synchronization is active.""" diff --git a/check-plugins/systemd-unit/systemd-unit b/check-plugins/systemd-unit/systemd-unit index a07d1aab..2b57f39e 100755 --- a/check-plugins/systemd-unit/systemd-unit +++ b/check-plugins/systemd-unit/systemd-unit @@ -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__ = '2023052001' +__version__ = '2023112901' DESCRIPTION = """Checks the state of a service, socket, device, mount, automount, swap, target, path, timer, slice or scope - using systemd/systemctl. For example, to check if the diff --git a/check-plugins/systemd-units-failed/systemd-units-failed b/check-plugins/systemd-units-failed/systemd-units-failed index 83646aec..f5663e7d 100755 --- a/check-plugins/systemd-units-failed/systemd-units-failed +++ b/check-plugins/systemd-units-failed/systemd-units-failed @@ -24,7 +24,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Warns on any failed systemd units.""" diff --git a/check-plugins/tuned-profile/tuned-profile b/check-plugins/tuned-profile/tuned-profile index 1e6672ef..8a3c47b7 100755 --- a/check-plugins/tuned-profile/tuned-profile +++ b/check-plugins/tuned-profile/tuned-profile @@ -20,7 +20,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Checks the current tuned profile against a desired one, and returns a warning on a non-match.""" diff --git a/check-plugins/updates/updates b/check-plugins/updates/updates index 7b7fcfc0..7860f37f 100755 --- a/check-plugins/updates/updates +++ b/check-plugins/updates/updates @@ -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__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = 'Checks the number of pending Windows updates.' diff --git a/check-plugins/uptime/uptime b/check-plugins/uptime/uptime index 1b527234..3c31bb5e 100755 --- a/check-plugins/uptime/uptime +++ b/check-plugins/uptime/uptime @@ -28,7 +28,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = 'Tell how long the system has been running.' diff --git a/check-plugins/users/users b/check-plugins/users/users index 2e67a034..2d29c839 100755 --- a/check-plugins/users/users +++ b/check-plugins/users/users @@ -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__ = '2023071203' +__version__ = '2023112901' DESCRIPTION = """Counts how many users are currently logged in, both via tty (on Windows: Console) and pts (on Linux: typically ssh, on Windows: RDP). Also counts the disconnected diff --git a/check-plugins/veeam-status/veeam-status b/check-plugins/veeam-status/veeam-status index 54d35308..a1c38673 100755 --- a/check-plugins/veeam-status/veeam-status +++ b/check-plugins/veeam-status/veeam-status @@ -26,7 +26,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413 STATE_UNKNOWN, STATE_WARN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023071201' +__version__ = '2023112901' DESCRIPTION = """Checks Veeam for failed VM or jobs, jobs that are running too long, and overuse of the backup repositories. In addition, the check provides information about backup diff --git a/check-plugins/wildfly-deployment-status/wildfly-deployment-status b/check-plugins/wildfly-deployment-status/wildfly-deployment-status index 7833f27c..3694b140 100755 --- a/check-plugins/wildfly-deployment-status/wildfly-deployment-status +++ b/check-plugins/wildfly-deployment-status/wildfly-deployment-status @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Checks the deployment status of a Wildfly/JBossAS over HTTP.' diff --git a/check-plugins/wildfly-gc-status/wildfly-gc-status b/check-plugins/wildfly-gc-status/wildfly-gc-status index 4699d1fc..155632e6 100755 --- a/check-plugins/wildfly-gc-status/wildfly-gc-status +++ b/check-plugins/wildfly-gc-status/wildfly-gc-status @@ -20,7 +20,7 @@ import lib.wildfly # pylint: disable=C0413 from lib.globals import STATE_OK, STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Prints the status of the Wildfly/JBossAS garbage collector.' diff --git a/check-plugins/wildfly-memory-pool-usage/wildfly-memory-pool-usage b/check-plugins/wildfly-memory-pool-usage/wildfly-memory-pool-usage index cbd7f578..b349ab82 100755 --- a/check-plugins/wildfly-memory-pool-usage/wildfly-memory-pool-usage +++ b/check-plugins/wildfly-memory-pool-usage/wildfly-memory-pool-usage @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Checks the memory pool usage of a Wildfly/JBossAS over HTTP.' diff --git a/check-plugins/wildfly-memory-usage/wildfly-memory-usage b/check-plugins/wildfly-memory-usage/wildfly-memory-usage index ba48aea7..ff1357f4 100755 --- a/check-plugins/wildfly-memory-usage/wildfly-memory-usage +++ b/check-plugins/wildfly-memory-usage/wildfly-memory-usage @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Checks the memory usage of a Wildfly/JBossAS over HTTP.' diff --git a/check-plugins/wildfly-non-xa-datasource-stats/wildfly-non-xa-datasource-stats b/check-plugins/wildfly-non-xa-datasource-stats/wildfly-non-xa-datasource-stats index 76e9f0ab..6ce00974 100755 --- a/check-plugins/wildfly-non-xa-datasource-stats/wildfly-non-xa-datasource-stats +++ b/check-plugins/wildfly-non-xa-datasource-stats/wildfly-non-xa-datasource-stats @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Returns metrics about Non-XA Datasources of a Wildfly/JBossAS over HTTP.' diff --git a/check-plugins/wildfly-server-status/wildfly-server-status b/check-plugins/wildfly-server-status/wildfly-server-status index 248a0fbc..99e02d2f 100755 --- a/check-plugins/wildfly-server-status/wildfly-server-status +++ b/check-plugins/wildfly-server-status/wildfly-server-status @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Checks the health of a Wildfly/JBossAS over HTTP.' diff --git a/check-plugins/wildfly-thread-usage/wildfly-thread-usage b/check-plugins/wildfly-thread-usage/wildfly-thread-usage index c1f69a21..72b7cb02 100755 --- a/check-plugins/wildfly-thread-usage/wildfly-thread-usage +++ b/check-plugins/wildfly-thread-usage/wildfly-thread-usage @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Checks the thread utilization of a Wildfly/JBossAS over HTTP.' diff --git a/check-plugins/wildfly-uptime/wildfly-uptime b/check-plugins/wildfly-uptime/wildfly-uptime index 450de2cd..df159454 100755 --- a/check-plugins/wildfly-uptime/wildfly-uptime +++ b/check-plugins/wildfly-uptime/wildfly-uptime @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Checks the uptime of a Wildfly/JBossAS over HTTP.' diff --git a/check-plugins/wildfly-xa-datasource-stats/wildfly-xa-datasource-stats b/check-plugins/wildfly-xa-datasource-stats/wildfly-xa-datasource-stats index 2db86c2b..3957c56f 100755 --- a/check-plugins/wildfly-xa-datasource-stats/wildfly-xa-datasource-stats +++ b/check-plugins/wildfly-xa-datasource-stats/wildfly-xa-datasource-stats @@ -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__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Returns metrics about XA Datasources of a Wildfly/JBossAS over HTTP.' diff --git a/check-plugins/wordpress-version/wordpress-version b/check-plugins/wordpress-version/wordpress-version index c9f5981d..9d371f2c 100755 --- a/check-plugins/wordpress-version/wordpress-version +++ b/check-plugins/wordpress-version/wordpress-version @@ -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__ = '2023101101' +__version__ = '2023112901' DESCRIPTION = 'Tracks if WordPress is EOL.' diff --git a/check-plugins/xca-cert/xca-cert b/check-plugins/xca-cert/xca-cert index d5847655..e91ebc94 100755 --- a/check-plugins/xca-cert/xca-cert +++ b/check-plugins/xca-cert/xca-cert @@ -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__ = '2023091601' +__version__ = '2023112901' DESCRIPTION = 'Checks expiration date of certificates in a XCA based MySQL/MariaDB database.' diff --git a/check-plugins/xml/xml b/check-plugins/xml/xml index edeaa470..22b03b1f 100755 --- a/check-plugins/xml/xml +++ b/check-plugins/xml/xml @@ -23,7 +23,7 @@ from lib.globals import (STATE_OK, STATE_UNKNOWN, # pylint: disable=C0413 __author__ = """Linuxfabrik GmbH, Zurich/Switzerland; originally written by Simon Wunderlin, adapted by Dominik Riva, Universitätsspital Basel/Switzerland""" -__version__ = '2023071301' +__version__ = '2023112901' DESCRIPTION = """This plugin checks for a matching string in a XML document, fetched via http(s). diff --git a/event-plugins/cloudflare-security-level/cloudflare-security-level b/event-plugins/cloudflare-security-level/cloudflare-security-level index 5ca2b97f..1e565250 100755 --- a/event-plugins/cloudflare-security-level/cloudflare-security-level +++ b/event-plugins/cloudflare-security-level/cloudflare-security-level @@ -39,7 +39,7 @@ except ImportError: sys.exit(STATE_UNKNOWN) __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = """Event Plugin: Changes the security level for a zone at Cloudflare to "under_attack" if state of the service - from which this event plugin was called - changes to diff --git a/notification-plugins/notify-host-mail/notify-host-mail b/notification-plugins/notify-host-mail/notify-host-mail index 77089670..180ff9fe 100755 --- a/notification-plugins/notify-host-mail/notify-host-mail +++ b/notification-plugins/notify-host-mail/notify-host-mail @@ -43,7 +43,7 @@ import lib.url # pylint: disable=C0413 from lib.globals import STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023063001' +__version__ = '2023112901' DESCRIPTION = 'Sends notifications for hosts using mail.' diff --git a/notification-plugins/notify-host-rocketchat-telegram/notify-host-rocketchat-telegram b/notification-plugins/notify-host-rocketchat-telegram/notify-host-rocketchat-telegram index d522b263..dc880994 100755 --- a/notification-plugins/notify-host-rocketchat-telegram/notify-host-rocketchat-telegram +++ b/notification-plugins/notify-host-rocketchat-telegram/notify-host-rocketchat-telegram @@ -38,7 +38,7 @@ import lib.url # pylint: disable=C0413 from lib.globals import STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023063001' +__version__ = '2023112901' DESCRIPTION = 'Sends host notifications using the RocketChat API, falling back to Telegram.' diff --git a/notification-plugins/notify-host-zoom/notify-host-zoom b/notification-plugins/notify-host-zoom/notify-host-zoom index 5fe446b0..3317cb06 100755 --- a/notification-plugins/notify-host-zoom/notify-host-zoom +++ b/notification-plugins/notify-host-zoom/notify-host-zoom @@ -37,7 +37,7 @@ import lib.url # pylint: disable=C0413 from lib.globals import STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023063001' +__version__ = '2023112901' DESCRIPTION = 'Sends notifications for hosts using the Zoom Incoming Webhook API.' diff --git a/notification-plugins/notify-service-mail/notify-service-mail b/notification-plugins/notify-service-mail/notify-service-mail index 16cc75c2..f9c5b736 100755 --- a/notification-plugins/notify-service-mail/notify-service-mail +++ b/notification-plugins/notify-service-mail/notify-service-mail @@ -43,7 +43,7 @@ import lib.url # pylint: disable=C0413 from lib.globals import STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023063001' +__version__ = '2023112901' DESCRIPTION = 'Sends notifications for services using mail.' diff --git a/notification-plugins/notify-service-rocketchat-telegram/notify-service-rocketchat-telegram b/notification-plugins/notify-service-rocketchat-telegram/notify-service-rocketchat-telegram index 6472cecf..eab9b738 100755 --- a/notification-plugins/notify-service-rocketchat-telegram/notify-service-rocketchat-telegram +++ b/notification-plugins/notify-service-rocketchat-telegram/notify-service-rocketchat-telegram @@ -38,7 +38,7 @@ import lib.url # pylint: disable=C0413 from lib.globals import STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Sends service notifications using the RocketChat API, falling back to Telegram.' diff --git a/notification-plugins/notify-service-zoom/notify-service-zoom b/notification-plugins/notify-service-zoom/notify-service-zoom index cc47f03e..174e0ff5 100755 --- a/notification-plugins/notify-service-zoom/notify-service-zoom +++ b/notification-plugins/notify-service-zoom/notify-service-zoom @@ -37,7 +37,7 @@ import lib.url # pylint: disable=C0413 from lib.globals import STATE_UNKNOWN # pylint: disable=C0413 __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'Sends notifications for services using the Zoom Incoming Webhook API.' diff --git a/tools/basket-join b/tools/basket-join index 6be41106..a5f389ed 100755 --- a/tools/basket-join +++ b/tools/basket-join @@ -21,7 +21,7 @@ except ImportError: colorama = False __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'A tool to join icingaweb2 director baskets (with or without uuids).' diff --git a/tools/check2basket b/tools/check2basket index 99262ea5..d6078980 100755 --- a/tools/check2basket +++ b/tools/check2basket @@ -24,7 +24,7 @@ except ImportError: colorama = False __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'A tool to generate Icinga Director baskets from a check plugin.' diff --git a/tools/grafana-tool b/tools/grafana-tool index 3d7b9997..c9cfc4ea 100755 --- a/tools/grafana-tool +++ b/tools/grafana-tool @@ -17,7 +17,7 @@ import os __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'A tool to split up Grafana dashboards panels into their own dashboard.' diff --git a/tools/influxdb-remove-old-measurements/influxdb-remove-old-measurements b/tools/influxdb-remove-old-measurements/influxdb-remove-old-measurements index a09e977f..27280c74 100755 --- a/tools/influxdb-remove-old-measurements/influxdb-remove-old-measurements +++ b/tools/influxdb-remove-old-measurements/influxdb-remove-old-measurements @@ -20,7 +20,7 @@ import lib.human from lib.globals import STATE_UNKNOWN __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023092001' +__version__ = '2023112901' DESCRIPTION = """This tool removes old measurements in InfluxDB, therefore to reducing InfluxDB disk usage. diff --git a/tools/remove-uuids b/tools/remove-uuids index 678e95bf..0eb9f226 100755 --- a/tools/remove-uuids +++ b/tools/remove-uuids @@ -19,7 +19,7 @@ except ImportError: colorama = False __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2023051201' +__version__ = '2023112901' DESCRIPTION = 'A tool to join icingaweb2 director baskets (with or without uuids).'