Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 90e1e2a70907e1e1f3708cec28201b3d05810c7e
https://github.com/tribe29/checkmk/commit/90e1e2a70907e1e1f3708cec28201b3d0…
Author: Alex Zurhake <alex.zurhake(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M Makefile
M Pipfile
M buildscripts/infrastructure/build-nodes/scripts/install-protobuf-cpp.sh
M buildscripts/infrastructure/pypi_mirror/pypi_mirror.make
M omd/README.md
M omd/packages/protobuf/.gitignore
M omd/packages/protobuf/download
A omd/packages/protobuf/protobuf-python-3.18.1.tar.gz
R omd/packages/protobuf/protobuf-python-3.19.1.tar.gz
M omd/packages/protobuf/protobuf.make
Log Message:
-----------
Revert "Activate PyPi Mirror"
Wrong commit cherry picked
This reverts commit 51ac22a85f50bc9ef7c90da291ad188929e05feb.
Commit: 961add400f8e1ba43c6af86d61521903ef14710e
https://github.com/tribe29/checkmk/commit/961add400f8e1ba43c6af86d61521903e…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M cmk/base/agent_based/checking/__init__.py
M cmk/base/agent_based/discovery/__init__.py
M cmk/base/autochecks/__init__.py
M cmk/base/check_table.py
M cmk/base/check_utils.py
M cmk/base/config.py
M cmk/base/core_config.py
M cmk/base/core_nagios.py
M tests/testlib/base.py
M tests/unit/cmk/base/autochecks/test_autochecks.py
M tests/unit/cmk/base/test_check_table.py
M tests/unit/cmk/base/test_config.py
M tests/unit/cmk/base/test_core_config.py
Log Message:
-----------
ConfiguredService: introduce class
The `ConfiguredService` class represents a service including
the configured parameters and the description (which
depends on the config).
Since the `__eq__` implementation of `Service` only
considered the `check_plugin_name` and `item` attributes,
we now have to correct some parameters in the test files.
Change-Id: I67826b8b431101ae3e3144536ca337831ec68de8
Commit: 83d49a7d28e1af9cd7995ff7a6bfddc960cec7ed
https://github.com/tribe29/checkmk/commit/83d49a7d28e1af9cd7995ff7a6bfddc96…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M cmk/base/automations/check_mk.py
Log Message:
-----------
ConfiguredService: add discovered params to view
Change-Id: Ibd999fe3c60587d28e1f192f7bd759fb3775df9d
Commit: a779469489b66747123f57d4ac310c5d6b068b81
https://github.com/tribe29/checkmk/commit/a779469489b66747123f57d4ac310c5d6…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M cmk/base/agent_based/discovery/__init__.py
M cmk/base/agent_based/discovery/_discovered_services.py
M cmk/base/autochecks/__init__.py
M cmk/base/autochecks/utils.py
M cmk/update_rrd_fs_names.py
M tests/unit/cmk/base/agent_based/discovery/test_discovery.py
Log Message:
-----------
add 'id' method
It is consistent with ConfiguredService objects
and makes the code more readable.
Change-Id: I30a7d77da2822148f3975cff5d31cbd74c5d2a4d
Commit: 2dc052a21cbe6140429ab51b56eecf3cbc0b5bfd
https://github.com/tribe29/checkmk/commit/2dc052a21cbe6140429ab51b56eecf3cb…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M cmk/base/agent_based/discovery/__init__.py
M cmk/base/autochecks/__init__.py
M cmk/base/automations/check_mk.py
M cmk/base/check_utils.py
M tests/unit/cmk/base/agent_based/discovery/test_discovery.py
M tests/unit/cmk/base/autochecks/test_autochecks.py
M tests/unit/cmk/base/test_check_utils.py
Log Message:
-----------
ConfiguredService: drop {Autocheck,}Service
We have `AutocheckEntry` to represent an entry
of the autochecks file, and `ConfiguredService`
for service objects including configuration
dependent values (parameters and description).
`AutocheckService` and `Service` are somewhere
inbetween, and we can now get rid of them.
Change-Id: Ie7182208f6767694112057245510cdce7d7e85ea
Compare: https://github.com/tribe29/checkmk/compare/51ac22a85f50...2dc052a21cbe
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: e74e248f56e5a550ae5eb9f7d1a2a2ffe3c07e36
https://github.com/tribe29/checkmk/commit/e74e248f56e5a550ae5eb9f7d1a2a2ffe…
Author: Alex Zurhake <alex.zurhake(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M omd/packages/python3-modules/python3-modules.make
Log Message:
-----------
Use wheel instead of sources in cmk build
We used to compile all packages that we included in the cmk package.
As pip does not resolve build dependencies, this approach does not work with
an internal mirror. Therefor we decided to switch to wheels.
Change-Id: I060815a649b7ae6d2b8a61978b70a3eb43941a12
Commit: 51ac22a85f50bc9ef7c90da291ad188929e05feb
https://github.com/tribe29/checkmk/commit/51ac22a85f50bc9ef7c90da291ad18892…
Author: Alex Zurhake <alex.zurhake(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M Makefile
M Pipfile
M buildscripts/infrastructure/build-nodes/scripts/install-protobuf-cpp.sh
M buildscripts/infrastructure/pypi_mirror/pypi_mirror.make
M omd/README.md
M omd/packages/protobuf/.gitignore
M omd/packages/protobuf/download
R omd/packages/protobuf/protobuf-python-3.18.1.tar.gz
A omd/packages/protobuf/protobuf-python-3.19.1.tar.gz
M omd/packages/protobuf/protobuf.make
Log Message:
-----------
Activate PyPi Mirror
Activate mirror in buildscripts/infrastructure/pypi_mirror/pypi_mirror.make
=> After every Pipfile update the Mirror needs to be updated. See Readme file
Necessery changes to make this work:
- Lock with --pre, otherwise black still conflicts
- update protobuf
- solve Python version conflicts
Change-Id: I4a547bd7efcd9d91b255f7a0cb403c82727bd3e2
Compare: https://github.com/tribe29/checkmk/compare/ea3d9dc5b753...51ac22a85f50
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: ea3d9dc5b7531afe9abf04ec92fe9895ca36ae57
https://github.com/tribe29/checkmk/commit/ea3d9dc5b7531afe9abf04ec92fe9895c…
Author: Lisa Pichler <lisa.pichler(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M cmk/base/plugins/agent_based/kube_pod_info.py
M cmk/base/plugins/agent_based/utils/k8s.py
M cmk/special_agents/agent_kube.py
M cmk/special_agents/utils_kubernetes/schemata/section.py
M tests/unit/cmk/base/plugins/agent_based/test_kube_pod_info.py
Log Message:
-----------
kube pod info: consistency: add pod name to service summary
Change-Id: I8d89f6a875f1dff8fbf4b7868e957341e3e00fa9
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 3760f97ef401a58171a6c5c4e7bb350e3f2dfcb9
https://github.com/tribe29/checkmk/commit/3760f97ef401a58171a6c5c4e7bb350e3…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M cmk/base/config.py
M cmk/base/core_config.py
M cmk/base/core_factory.py
M cmk/base/default_config/base.py
M cmk/utils/paths.py
Log Message:
-----------
Remove unused code related to cmc config format
We do not need to choose between two different formats:
code must be removed
Change-Id: Ia31237c4d2f9681a58670241ec180dff5b354412
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 19b38b325233d76e9d01aef4ba9f40d0dc99a6a3
https://github.com/tribe29/checkmk/commit/19b38b325233d76e9d01aef4ba9f40d0d…
Author: Checkmk release system <feedback(a)checkmk.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M agents/check_mk_agent.aix
M agents/check_mk_agent.freebsd
M agents/check_mk_agent.hpux
M agents/check_mk_agent.linux
M agents/check_mk_agent.macosx
M agents/check_mk_agent.netbsd
M agents/check_mk_agent.openbsd
M agents/check_mk_agent.openvms
M agents/check_mk_agent.openwrt
M agents/check_mk_agent.solaris
M agents/plugins/apache_status.py
M agents/plugins/asmcmd.sh
M agents/plugins/db2_mem
M agents/plugins/dnsclient
M agents/plugins/hpux_lunstats
M agents/plugins/hpux_statgrab
M agents/plugins/ibm_mq
M agents/plugins/isc_dhcpd.py
M agents/plugins/jar_signature
M agents/plugins/kaspersky_av
M agents/plugins/lnx_quota
M agents/plugins/lvm
M agents/plugins/mailman_lists
M agents/plugins/mk_apt
M agents/plugins/mk_ceph
M agents/plugins/mk_cups_queues
M agents/plugins/mk_db2.aix
M agents/plugins/mk_db2.linux
M agents/plugins/mk_docker.py
M agents/plugins/mk_errpt.aix
M agents/plugins/mk_filehandler
M agents/plugins/mk_filestats.py
M agents/plugins/mk_haproxy.freebsd
M agents/plugins/mk_informix
M agents/plugins/mk_inotify.py
M agents/plugins/mk_inventory.aix
M agents/plugins/mk_inventory.linux
M agents/plugins/mk_inventory.solaris
M agents/plugins/mk_iptables
M agents/plugins/mk_jolokia.py
M agents/plugins/mk_logins
M agents/plugins/mk_logwatch.py
M agents/plugins/mk_mongodb.py
M agents/plugins/mk_mysql
M agents/plugins/mk_nfsiostat
M agents/plugins/mk_omreport
M agents/plugins/mk_oracle
M agents/plugins/mk_oracle_crs
M agents/plugins/mk_postgres.py
M agents/plugins/mk_redis
M agents/plugins/mk_sap.aix
M agents/plugins/mk_sap.py
M agents/plugins/mk_sap_hana
M agents/plugins/mk_saprouter
M agents/plugins/mk_scaleio
M agents/plugins/mk_site_object_counts
M agents/plugins/mk_sshd_config
M agents/plugins/mk_suseconnect
M agents/plugins/mk_tinkerforge.py
M agents/plugins/mk_tsm
M agents/plugins/mk_zypper
M agents/plugins/mtr.py
M agents/plugins/netstat.aix
M agents/plugins/netstat.linux
M agents/plugins/netstat.solaris
M agents/plugins/nfsexports
M agents/plugins/nfsexports.solaris
M agents/plugins/nginx_status.py
M agents/plugins/plesk_backups.py
M agents/plugins/plesk_domains.py
M agents/plugins/runas
M agents/plugins/smart
M agents/plugins/symantec_av
M agents/plugins/unitrends_replication.py
M agents/plugins/vxvm
M agents/plugins/websphere_mq
M agents/windows/plugins/ad_replication.bat
M agents/windows/plugins/arcserve_backup.ps1
M agents/windows/plugins/citrix_farm.ps1
M agents/windows/plugins/citrix_licenses.vbs
M agents/windows/plugins/citrix_xenapp.ps1
M agents/windows/plugins/hyperv_vms.ps1
M agents/windows/plugins/hyperv_vms_guestinfos.ps1
M agents/windows/plugins/iis_app_pool_state.ps1
M agents/windows/plugins/kaspersky_av_client.vbs
M agents/windows/plugins/mcafee_av_client.bat
M agents/windows/plugins/megaraid.bat
M agents/windows/plugins/mk_dhcp_enabled.bat
M agents/windows/plugins/mk_inventory.vbs
M agents/windows/plugins/mk_msoffice.ps1
M agents/windows/plugins/mk_mysql.vbs
M agents/windows/plugins/mk_oracle.ps1
M agents/windows/plugins/msexch_dag.ps1
M agents/windows/plugins/msexch_database.ps1
M agents/windows/plugins/mssql.vbs
M agents/windows/plugins/netstat_an.bat
M agents/windows/plugins/rds_licenses.vbs
M agents/windows/plugins/rstcli.bat
M agents/windows/plugins/sansymphony.ps1
M agents/windows/plugins/storcli.bat
M agents/windows/plugins/tsm_checks.bat
M agents/windows/plugins/veeam_backup_status.ps1
M agents/windows/plugins/win_dhcp_pools.bat
M agents/windows/plugins/win_dmidecode.bat
M agents/windows/plugins/win_license.bat
M agents/windows/plugins/win_printers.ps1
M agents/windows/plugins/windows_broadcom_bonding.bat
M agents/windows/plugins/windows_if.ps1
M agents/windows/plugins/windows_intel_bonding.bat
M agents/windows/plugins/windows_multipath.vbs
M agents/windows/plugins/windows_os_bonding.ps1
M agents/windows/plugins/windows_tasks.ps1
M agents/windows/plugins/windows_updates.vbs
M agents/windows/plugins/wmic_if.bat
M agents/wnx/src/common/wnx_version.h
M bin/livedump
M bin/mkbackup
M bin/mkbench
M cmk/utils/version.py
M configure.ac
M defines.make
M docker/Dockerfile
Log Message:
-----------
Set version to 2.0.0p20
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: d9bcc2905e6b2a9fff049e13682fe0bf91bf49b0
https://github.com/tribe29/checkmk/commit/d9bcc2905e6b2a9fff049e13682fe0bf9…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-01-26 (Wed, 26 Jan 2022)
Changed paths:
M agents/wnx/src/common/wtools.cpp
M agents/wnx/src/common/wtools.h
M agents/wnx/src/engine/cfg.h
M agents/wnx/src/engine/cma_core.cpp
M agents/wnx/src/engine/cma_core.h
M agents/wnx/watest/test-plugin.cpp
Log Message:
-----------
Add cmk-agent-ctl.exe to the list of detached plugins
Change-Id: I0057a5083c052e74d3d1a0ac064f2cde12b818f8