Skip to content

Commit 64f7f46

Browse files
author
Checkmk release system
committed
Set version to 2.2.0p42
1 parent 0b50c9d commit 64f7f46

File tree

130 files changed

+130
-130
lines changed

Some content is hidden

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

130 files changed

+130
-130
lines changed

agents/check_mk_agent.aix

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ waitmax() {
302302

303303
section_checkmk() {
304304
echo "<<<check_mk>>>"
305-
echo "Version: 2.2.0p41"
305+
echo "Version: 2.2.0p42"
306306
echo "AgentOS: aix"
307307
echo "Hostname: $(hostname)"
308308
echo "AgentDirectory: ${MK_CONFDIR}"

agents/check_mk_agent.freebsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ unset_locale() {
236236

237237
section_checkmk() {
238238
echo "<<<check_mk>>>"
239-
echo "Version: 2.2.0p41"
239+
echo "Version: 2.2.0p42"
240240
echo "AgentOS: freebsd"
241241
echo "Hostname: $(hostname)"
242242
echo "AgentDirectory: ${MK_CONFDIR}"

agents/check_mk_agent.hpux

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131
section_checkmk() {
3232

3333
echo "<<<check_mk>>>"
34-
echo "Version: 2.2.0p41"
34+
echo "Version: 2.2.0p42"
3535
echo "AgentOS: hpux"
3636
echo "Hostname: $(hostname)"
3737
echo "AgentDirectory: $MK_CONFDIR"

agents/check_mk_agent.linux

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ export_utility_functions() {
386386
section_checkmk() {
387387
cat <<HERE
388388
<<<check_mk>>>
389-
Version: 2.2.0p41
389+
Version: 2.2.0p42
390390
AgentOS: linux
391391
Hostname: $(uname -n)
392392
AgentDirectory: ${MK_CONFDIR}

agents/check_mk_agent.macosx

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fi
3636

3737
section_checkmk() {
3838
echo "<<<check_mk>>>"
39-
echo "Version: 2.2.0p41"
39+
echo "Version: 2.2.0p42"
4040
echo "AgentOS: macosx"
4141
echo "Hostname: $(hostname)"
4242
echo "AgentDirectory: $MK_CONFDIR"

agents/check_mk_agent.netbsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fi
5353
section_misc_sections() {
5454

5555
echo "<<<check_mk>>>"
56-
echo "Version: 2.2.0p41"
56+
echo "Version: 2.2.0p42"
5757
echo "AgentOS: netbsd"
5858
echo "Hostname: $(hostname)"
5959
echo "AgentDirectory: $MK_CONFDIR"

agents/check_mk_agent.openbsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ section_openbsd_mem() {
124124

125125
section_misc_sections() {
126126
echo "<<<check_mk>>>"
127-
echo "Version: 2.2.0p41"
127+
echo "Version: 2.2.0p42"
128128
echo "AgentOS: openbsd"
129129
echo "Hostname: $(hostname)"
130130
echo "AgentDirectory: $MK_CONFDIR"

agents/check_mk_agent.openvms

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ $set noVerify
142142
$define sys$output "''cacheFile'_new"
143143
$on error then goto WCFdone
144144
$say "<<<check_mk>>>"
145-
$say "Version: 2.2.0p41"
145+
$say "Version: 2.2.0p42"
146146
$say "AgentOS: openvms"
147147
$say "Nodename: ",f$getsyi("nodename")
148148
$say "Architecture: ''HWinfo'"

agents/check_mk_agent.openwrt

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ section_cpu() {
270270

271271
section_checkmk() {
272272
echo "<<<check_mk>>>"
273-
echo "Version: 2.2.0p41"
273+
echo "Version: 2.2.0p42"
274274
echo "AgentOS: openwrt"
275275
echo "Hostname: $(cat /proc/sys/kernel/hostname)"
276276
echo "AgentDirectory: ${MK_CONFDIR}"

agents/check_mk_agent.solaris

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export_utility_functions() {
300300

301301
section_checkmk() {
302302
echo "<<<check_mk>>>"
303-
echo "Version: 2.2.0p41"
303+
echo "Version: 2.2.0p42"
304304
echo "AgentOS: solaris"
305305
echo "Hostname: $(hostname)"
306306
echo "AgentDirectory: ${MK_CONFDIR}"

agents/plugins/apache_status.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
55
# conditions defined in the file COPYING, which is part of this source code package.
66

7-
__version__ = "2.2.0p41"
7+
__version__ = "2.2.0p42"
88

99
USER_AGENT = "checkmk-agent-apache_status-" + __version__
1010
# Checkmk-Agent-Plugin - Apache Server Status

agents/plugins/asmcmd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
su - griduser -c "asmcmd $*"

agents/plugins/db2_mem

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

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

agents/plugins/dnsclient

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
# This check can be used to test the name resolution of a given host
1515
# address using the local resolver of the system this script is

agents/plugins/hpux_lunstats

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
# Monitor status of LUNs on HP-UX
1515
# Put this file into /usr/lib/check_mk_agent/plugins. Then

agents/plugins/hpux_statgrab

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
# this is for users who compiled statgrab on hp-ux.
1515
# note you'll need a 0.18+ version, from their github page at

agents/plugins/ibm_mq

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Disable unused variable error (needed to keep track of version)
1212
# shellcheck disable=SC2034
13-
CMK_VERSION="2.2.0p41"
13+
CMK_VERSION="2.2.0p42"
1414

1515
#
1616
# Collects monitoring information of all IBM MQ Queue Managers.

agents/plugins/isc_dhcpd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
55
# conditions defined in the file COPYING, which is part of this source code package.
66

7-
__version__ = "2.2.0p41"
7+
__version__ = "2.2.0p42"
88

99
# Monitor leases if ISC-DHCPD
1010
import calendar

agents/plugins/jar_signature

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
# This agent uses the program "jarsigner" to read ssl certificate
1515
# information of jar files and outputs the information to stdout

agents/plugins/kaspersky_av

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
KAV4FS="kav4fs"
1515
KESL="kesl"

agents/plugins/lnx_container_host_if.linux

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Disable unused variable error (needed to keep track of version)
1616
# shellcheck disable=SC2034
17-
CMK_VERSION="2.2.0p41"
17+
CMK_VERSION="2.2.0p42"
1818
CONFIG_FILE="${MK_CONFDIR}/lnx_container_host_if.cfg"
1919

2020
__read_network_interface_files() {

agents/plugins/lnx_quota

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
if type repquota >/dev/null; then
1515
echo "<<<lnx_quota>>>"

agents/plugins/lvm

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
echo "<<<lvm_vgs>>>"
1515
vgs --units b --nosuffix --noheadings --separator ' '

agents/plugins/mailman2_lists

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Monitor Mailman 2 mailing lists.
88
"""
99

10-
__version__ = "2.2.0p41"
10+
__version__ = "2.2.0p42"
1111

1212
# This Checkmk-Agent plugin gathers information about mailinglists hosted
1313
# by the local mailman instance.

agents/plugins/mailman3_lists

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
# Monitor Mailman 3 mailing lists
1515

agents/plugins/mk_apt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
# Check for APT updates (Debian, Ubuntu)
1515
# TODO:

agents/plugins/mk_ceph

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
# Check Ceph storage
1515
# Config file must contain:

agents/plugins/mk_cups_queues

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
if type lpstat >/dev/null 2>&1; then
1515
export LC_TIME="en_US.UTF-8"

agents/plugins/mk_db2.aix

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
# Monitor DB/2 databases on AIX
1515
# $HOME/sqllib/db2profile

agents/plugins/mk_db2.linux

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

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

agents/plugins/mk_docker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from __future__ import with_statement
2121

22-
__version__ = "2.2.0p41"
22+
__version__ = "2.2.0p42"
2323

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

agents/plugins/mk_errpt.aix

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
# Logfile monitoring for AIX via errpt
1515
#

agents/plugins/mk_filehandler

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

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

agents/plugins/mk_filestats.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
'../cfg_examples/filestats.cfg' relative to this file.
8888
"""
8989

90-
__version__ = "2.2.0p41"
90+
__version__ = "2.2.0p42"
9191

9292
import collections
9393
import configparser

agents/plugins/mk_haproxy.freebsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Disable unused variable error (needed to keep track of version)
66
# shellcheck disable=SC2034
7-
CMK_VERSION="2.2.0p41"
7+
CMK_VERSION="2.2.0p42"
88

99
if [ -r /var/run/haproxy.stat ]; then
1010
echo "<<<haproxy:sep(44)>>>"

agents/plugins/mk_informix

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
# Informix
1515
# Make ENV-VARs avail for subshells

agents/plugins/mk_inotify.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
55
# conditions defined in the file COPYING, which is part of this source code package.
66

7-
__version__ = "2.2.0p41"
7+
__version__ = "2.2.0p42"
88

99
import os
1010
import signal

agents/plugins/mk_inventory.aix

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Disable unused variable error (needed to keep track of version)
1515
# shellcheck disable=SC2034
16-
CMK_VERSION="2.2.0p41"
16+
CMK_VERSION="2.2.0p42"
1717

1818
_load_config() {
1919
# defaults:

agents/plugins/mk_inventory.linux

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Disable unused variable error (needed to keep track of version)
1515
# shellcheck disable=SC2034
16-
CMK_VERSION="2.2.0p41"
16+
CMK_VERSION="2.2.0p42"
1717

1818
_load_config() {
1919
# defaults:

agents/plugins/mk_inventory.solaris

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Disable unused variable error (needed to keep track of version)
1515
# shellcheck disable=SC2034
16-
CMK_VERSION="2.2.0p41"
16+
CMK_VERSION="2.2.0p42"
1717

1818
_load_config() {
1919
# defaults:

agents/plugins/mk_iptables

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
# iptables
1515
if type iptables-save >/dev/null; then

agents/plugins/mk_jolokia.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
55
# conditions defined in the file COPYING, which is part of this source code package.
66

7-
__version__ = "2.2.0p41"
7+
__version__ = "2.2.0p42"
88

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

agents/plugins/mk_logins

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Disable unused variable error (needed to keep track of version)
1111
# shellcheck disable=SC2034
12-
CMK_VERSION="2.2.0p41"
12+
CMK_VERSION="2.2.0p42"
1313

1414
if type who >/dev/null; then
1515
echo "<<<logins>>>"

agents/plugins/mk_logwatch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
from __future__ import with_statement
2222

23-
__version__ = "2.2.0p41"
23+
__version__ = "2.2.0p42"
2424

2525
import sys
2626

0 commit comments

Comments
 (0)