Skip to content

Commit

Permalink
Set version to 2.2.0p34
Browse files Browse the repository at this point in the history
  • Loading branch information
Checkmk release system committed Sep 19, 2024
1 parent a656430 commit cf0e9e0
Show file tree
Hide file tree
Showing 130 changed files with 130 additions and 130 deletions.
2 changes: 1 addition & 1 deletion agents/check_mk_agent.aix
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ waitmax() {

section_checkmk() {
echo "<<<check_mk>>>"
echo "Version: 2.2.0p33"
echo "Version: 2.2.0p34"
echo "AgentOS: aix"
echo "Hostname: $(hostname)"
echo "AgentDirectory: ${MK_CONFDIR}"
Expand Down
2 changes: 1 addition & 1 deletion agents/check_mk_agent.freebsd
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ unset_locale() {

section_checkmk() {
echo "<<<check_mk>>>"
echo "Version: 2.2.0p33"
echo "Version: 2.2.0p34"
echo "AgentOS: freebsd"
echo "Hostname: $(hostname)"
echo "AgentDirectory: ${MK_CONFDIR}"
Expand Down
2 changes: 1 addition & 1 deletion agents/check_mk_agent.hpux
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi
section_checkmk() {

echo "<<<check_mk>>>"
echo "Version: 2.2.0p33"
echo "Version: 2.2.0p34"
echo "AgentOS: hpux"
echo "Hostname: $(hostname)"
echo "AgentDirectory: $MK_CONFDIR"
Expand Down
2 changes: 1 addition & 1 deletion agents/check_mk_agent.linux
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ export_utility_functions() {
section_checkmk() {
cat <<HERE
<<<check_mk>>>
Version: 2.2.0p33
Version: 2.2.0p34
AgentOS: linux
Hostname: $(uname -n)
AgentDirectory: ${MK_CONFDIR}
Expand Down
2 changes: 1 addition & 1 deletion agents/check_mk_agent.macosx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi

section_checkmk() {
echo "<<<check_mk>>>"
echo "Version: 2.2.0p33"
echo "Version: 2.2.0p34"
echo "AgentOS: macosx"
echo "Hostname: $(hostname)"
echo "AgentDirectory: $MK_CONFDIR"
Expand Down
2 changes: 1 addition & 1 deletion agents/check_mk_agent.netbsd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fi
section_misc_sections() {

echo "<<<check_mk>>>"
echo "Version: 2.2.0p33"
echo "Version: 2.2.0p34"
echo "AgentOS: netbsd"
echo "Hostname: $(hostname)"
echo "AgentDirectory: $MK_CONFDIR"
Expand Down
2 changes: 1 addition & 1 deletion agents/check_mk_agent.openbsd
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ section_openbsd_mem() {

section_misc_sections() {
echo "<<<check_mk>>>"
echo "Version: 2.2.0p33"
echo "Version: 2.2.0p34"
echo "AgentOS: openbsd"
echo "Hostname: $(hostname)"
echo "AgentDirectory: $MK_CONFDIR"
Expand Down
2 changes: 1 addition & 1 deletion agents/check_mk_agent.openvms
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ $set noVerify
$define sys$output "''cacheFile'_new"
$on error then goto WCFdone
$say "<<<check_mk>>>"
$say "Version: 2.2.0p33"
$say "Version: 2.2.0p34"
$say "AgentOS: openvms"
$say "Nodename: ",f$getsyi("nodename")
$say "Architecture: ''HWinfo'"
Expand Down
2 changes: 1 addition & 1 deletion agents/check_mk_agent.openwrt
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ section_cpu() {

section_checkmk() {
echo "<<<check_mk>>>"
echo "Version: 2.2.0p33"
echo "Version: 2.2.0p34"
echo "AgentOS: openwrt"
echo "Hostname: $(hostname)"
echo "AgentDirectory: ${MK_CONFDIR}"
Expand Down
2 changes: 1 addition & 1 deletion agents/check_mk_agent.solaris
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export_utility_functions() {

section_checkmk() {
echo "<<<check_mk>>>"
echo "Version: 2.2.0p33"
echo "Version: 2.2.0p34"
echo "AgentOS: solaris"
echo "Hostname: $(hostname)"
echo "AgentDirectory: ${MK_CONFDIR}"
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/apache_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
# conditions defined in the file COPYING, which is part of this source code package.

__version__ = "2.2.0p33"
__version__ = "2.2.0p34"

USER_AGENT = "checkmk-agent-apache_status-" + __version__
# Checkmk-Agent-Plugin - Apache Server Status
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/asmcmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

su - griduser -c "asmcmd $*"
2 changes: 1 addition & 1 deletion agents/plugins/db2_mem
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

INSTANCES=$(ps -ef | grep db2sysc | awk '{print $1}' | sort -u | grep -v root)

Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/dnsclient
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

# This check can be used to test the name resolution of a given host
# address using the local resolver of the system this script is
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/hpux_lunstats
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

# Monitor status of LUNs on HP-UX
# Put this file into /usr/lib/check_mk_agent/plugins. Then
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/hpux_statgrab
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

# this is for users who compiled statgrab on hp-ux.
# note you'll need a 0.18+ version, from their github page at
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/ibm_mq
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

#
# Collects monitoring information of all IBM MQ Queue Managers.
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/isc_dhcpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
# conditions defined in the file COPYING, which is part of this source code package.

__version__ = "2.2.0p33"
__version__ = "2.2.0p34"

# Monitor leases if ISC-DHCPD
import calendar
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/jar_signature
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

# This agent uses the program "jarsigner" to read ssl certificate
# information of jar files and outputs the information to stdout
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/kaspersky_av
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

KAV4FS="kav4fs"
KESL="kesl"
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/lnx_container_host_if.linux
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"
CONFIG_FILE="${MK_CONFDIR}/lnx_container_host_if.cfg"

__read_network_interface_files() {
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/lnx_quota
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

if type repquota >/dev/null; then
echo "<<<lnx_quota>>>"
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/lvm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

echo "<<<lvm_vgs>>>"
vgs --units b --nosuffix --noheadings --separator ' '
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mailman2_lists
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Monitor Mailman 2 mailing lists.
"""

__version__ = "2.2.0p33"
__version__ = "2.2.0p34"

# This Checkmk-Agent plugin gathers information about mailinglists hosted
# by the local mailman instance.
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mailman3_lists
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

# Monitor Mailman 3 mailing lists

Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_apt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

# Check for APT updates (Debian, Ubuntu)
# TODO:
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_ceph
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

# Check Ceph storage
# Config file must contain:
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_cups_queues
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

if type lpstat >/dev/null 2>&1; then
export LC_TIME="en_US.UTF-8"
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_db2.aix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

# Monitor DB/2 databases on AIX
# $HOME/sqllib/db2profile
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_db2.linux
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

# Agent plugin to monitor DB/2 databases on Linux.

Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from __future__ import with_statement

__version__ = "2.2.0p33"
__version__ = "2.2.0p34"

# NOTE: docker is available for python versions from 2.6 / 3.3

Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_errpt.aix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

# Logfile monitoring for AIX via errpt
#
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_filehandler
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

FILE=/proc/sys/fs/file-nr

Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_filestats.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
'../cfg_examples/filestats.cfg' relative to this file.
"""

__version__ = "2.2.0p33"
__version__ = "2.2.0p34"

import collections
import configparser
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_haproxy.freebsd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

if [ -r /var/run/haproxy.stat ]; then
echo "<<<haproxy:sep(44)>>>"
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_informix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

# Informix
# Make ENV-VARs avail for subshells
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_inotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
# conditions defined in the file COPYING, which is part of this source code package.

__version__ = "2.2.0p33"
__version__ = "2.2.0p34"

import os
import signal
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_inventory.aix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

_load_config() {
# defaults:
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_inventory.linux
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

_load_config() {
# defaults:
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_inventory.solaris
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

_load_config() {
# defaults:
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_iptables
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

# iptables
if type iptables-save >/dev/null; then
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_jolokia.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
# conditions defined in the file COPYING, which is part of this source code package.

__version__ = "2.2.0p33"
__version__ = "2.2.0p34"

USER_AGENT = "checkmk-agent-mk_jolokia-" + __version__

Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_logins
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.2.0p33"
CMK_VERSION="2.2.0p34"

if type who >/dev/null; then
echo "<<<logins>>>"
Expand Down
2 changes: 1 addition & 1 deletion agents/plugins/mk_logwatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from __future__ import with_statement

__version__ = "2.2.0p33"
__version__ = "2.2.0p34"

import sys

Expand Down
Loading

0 comments on commit cf0e9e0

Please sign in to comment.