Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 12156c616eaa8822245a296ea0256d862828a844
https://github.com/tribe29/checkmk/commit/12156c616eaa8822245a296ea0256d862…
Author: Anastasiya Liatsetskaya <anastasiya.liatsetskaya(a)tribe29.com>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M .pylintrc
M checks/aix_paging
M checks/alcatel_power
M checks/alcatel_power_aos7
M checks/check_http
M checks/elasticsearch_indices
M checks/esx_vsphere_objects
M checks/fireeye_content
M checks/fjdarye200_pools
M checks/hp_proliant_psu
M checks/hr_ps
M checks/huawei_switch_fan
M checks/huawei_wlc_aps
M checks/jenkins_jobs
M checks/lvm_lvs
M checks/mssql_backup
M checks/mssql_blocked_sessions
M checks/netapp_api_systemtime
M checks/openhardwaremonitor
M checks/splunk_jobs
M checks/splunk_license_state
M checks/splunk_license_usage
M checks/splunk_system_msg
M checks/teracom_tcw241_analog
M checks/vmstat_aix
M checks/win_printers
M cmk/base/api/agent_based/checking_classes.py
M cmk/base/api/agent_based/inventory_classes.py
M cmk/base/api/agent_based/type_defs.py
M cmk/base/check_legacy_includes/mem.py
M cmk/base/plugins/agent_based/mem_used.py
M cmk/base/plugins/agent_based/utils/cache_helper.py
M cmk/base/plugins/agent_based/utils/cpu_util.py
M cmk/gui/type_defs.py
M cmk/gui/watolib/config_sync.py
M cmk/snmplib/type_defs.py
A tests/testlib/pylint_checker_forbidden_functions.py
A tests/unit/test_pylint_checker_namedtuples.py
Log Message:
-----------
Checker for NamedTuple declarations
Change-Id: I766248953175471d9ca80d3b242f0be3f9f22af6
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: b865ca04c033ae28e5a5f551688ded63b833b03f
https://github.com/tribe29/checkmk/commit/b865ca04c033ae28e5a5f551688ded63b…
Author: Benedikt Seidl <benedikt.seidl(a)tribe29.com>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
A .werks/13043
M cmk/base/plugins/agent_based/f5_bigip_cluster_status.py
M cmk/base/plugins/agent_based/utils/f5_bigip.py
M tests/unit/cmk/base/plugins/agent_based/test_f5_bigip_cluster_status.py
Log Message:
-----------
13043 FIX F5-Cluster: Interpretation of failover cluster states
Using the "Cluster status" Rule and activating the option
"Interpretation of failover cluster state" resulted in a crash of the
Checks "BIG-IP Cluster Status" and "Big-IP vCMP Guest Failover Status".
The Error Message was:
ValueError (not enough values to unpack (expected 2, got 1))
SUP-7883
Change-Id: I44744899d4dae1fe6f8c73d78b0699343c1c1b35
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 5835a9356961c009f08e875a09fae5e2bb639628
https://github.com/tribe29/checkmk/commit/5835a9356961c009f08e875a09fae5e2b…
Author: Ulrich Bschorer <ulrich.bschorer(a)tribe29.com>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
A .werks/13161
A checkman/aws_route53
A cmk/base/plugins/agent_based/aws_route53.py
M cmk/gui/plugins/metrics/aws.py
M cmk/gui/plugins/wato/check_parameters/aws.py
M cmk/gui/plugins/wato/datasource_programs.py
M cmk/special_agents/agent_aws.py
A tests/unit/cmk/base/plugins/agent_based/test_aws_route53.py
Log Message:
-----------
13161 added AWS/Route53 check
Metrics will only be available if a health check is configured.
The metrics ConnectionTime and TimeToFirstByte will only be available the option "Latency graphs" for the health check is activated.
The metric SSLHandshakeTime will only be available if a health check is using the protocol HTTPS.
Change-Id: I4a5457630a7331b208a75fff8dd86dd423b6bbd3
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: c1bcd970c03dda10fc6189fb45b2ed9fa812cd0b
https://github.com/tribe29/checkmk/commit/c1bcd970c03dda10fc6189fb45b2ed9fa…
Author: Solomon Jacobs <solomon.jacobs(a)tribe29.com>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
A .werks/13336
M cmk/base/plugins/agent_based/services.py
M tests/unit/cmk/base/plugins/agent_based/test_services.py
Log Message:
-----------
13336 FIX Windows Services works if Services states has no elements
The previous version of services.py falsely assumed that if params contains the key
"states", that the corresponding entry contains at least one element matching the
service. However, this assumption is violated if ones species a rule without any
elements. In this params["states"] is the empty list [].
Change-Id: If614fe532379b87a9730cce02941e3794eca46df