Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: c9d02df6712af3847906d9542e35ece2ae2133ba
https://github.com/tribe29/checkmk/commit/c9d02df6712af3847906d9542e35ece2a…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
M agents/check_mk_agent.openbsd
M agents/plugins/mk_oracle
Log Message:
-----------
Fixed SC2004 findings from shellcheck-0.9.0.
$/${} is unnecessary on arithmetic variables.
Change-Id: I03a4da79b48f7c41030a9a430d53d2188a2742a2
Commit: 3be4c8fdb29002ac90242694c054afe7b0de832d
https://github.com/tribe29/checkmk/commit/3be4c8fdb29002ac90242694c054afe7b…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
M agents/check_mk_agent.openwrt
M agents/check_mk_agent.solaris
M agents/check_mk_caching_agent.linux
M agents/plugins/hpux_lunstats
M agents/plugins/mk_oracle
M agents/plugins/mk_oracle_crs
M agents/plugins/smart
M doc/treasures/fsc_ipmi_mem_status.sh
Log Message:
-----------
Fixed SC2086 findings from shellcheck-0.9.0.
Double quote to prevent globbing and word splitting.
Change-Id: Ief057341cb95e8cd0bfd3483b7013df6800d079c
Commit: 682db9e221f3f0bcb5965b1b1cfc7348dd997e50
https://github.com/tribe29/checkmk/commit/682db9e221f3f0bcb5965b1b1cfc7348d…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
M agents/check_mk_agent.openwrt
M agents/plugins/mk_db2.linux
M buildscripts/infrastructure/build-nodes/scripts/install-protobuf-cpp.sh
M doc/treasures/localchecks/check_mount_rw
M doc/treasures/windows/db2/mk_db2.linux
M tests/unit-shell/agents/plugins/test_mk_oracle.sh
M tests/unit-shell/agents/plugins/test_mk_sap_hana.sh
M tests/unit-shell/agents/scripts/super-server/0_systemd/test_setup.sh
M tests/unit-shell/agents/scripts/super-server/test_setup.sh
Log Message:
-----------
Fixed SC2317 findings from shellcheck-0.9.0.
Command appears to be unreachable.
Change-Id: I927cf729ab1312bf4c6c342b75461148a64ee00b
Commit: b0257e666c89e55d307607fe93dfc199f91c156a
https://github.com/tribe29/checkmk/commit/b0257e666c89e55d307607fe93dfc199f…
Author: Wontek Hong <wontek.hong(a)tribe29.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
M cmk/special_agents/agent_kube.py
M tests/unit/cmk/special_agents/agent_kube/test_namespace.py
Log Message:
-----------
agent_kube: adapting namespace to new write out model
Change-Id: I4da377686382828a0eea72f73e1f9330bcba2d79
Commit: f5aea28a2cb7815b1cf11ac5d8c18f4a45748a0b
https://github.com/tribe29/checkmk/commit/f5aea28a2cb7815b1cf11ac5d8c18f4a4…
Author: Wontek Hong <wontek.hong(a)tribe29.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
A .werks/15385
M cmk/special_agents/agent_kube.py
M tests/unit/cmk/special_agents/agent_kube/test_namespace.py
Log Message:
-----------
15385 FIX agent_kube: ignore resource quota with no hard resource requirement
Previously, the Kubernetes special agent failed when the Kubernetes API reported
a resource quota but with no underlying hard resource requirement for either memory
or cpu. This werk fixes this issue.
Change-Id: Iada96a1df05929d1c4464b9f207f9504a657b1b5
Commit: 3dfc5c89da9c0ccbfd1831f633cfe94209ac2005
https://github.com/tribe29/checkmk/commit/3dfc5c89da9c0ccbfd1831f633cfe9420…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
M cmk/fetchers/_tcp.py
M tests/unit/cmk/checkers/test_fetchers.py
Log Message:
-----------
TCPFetcher: introduce timeout on established connection
* renamed "timeout" to "connection_timeout"
* introduced "data_timeout" property
* initially set to 60s
Change-Id: Ia6f965c4dba0de575da3dbd8e64c57e5e9fb9ae1
Compare:
https://github.com/tribe29/checkmk/compare/a734ee4482b3...3dfc5c89da9c