Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: ba7cdaf22d64d90f84fea1c718210667c630d741
https://github.com/tribe29/checkmk/commit/ba7cdaf22d64d90f84fea1c718210667c…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M agents/check_mk_agent.freebsd
M agents/check_mk_agent.netbsd
M agents/check_mk_agent.openbsd
M agents/check_mk_agent.openwrt
M agents/plugins/mk_sap.aix
M buildscripts/scripts/stages.yml
Log Message:
-----------
fix shellcheck (misc)
Change-Id: I5584b00c52f0f1752755526e61f2ac5343e154e8
Commit: 2b0ce32fa2f3cb11c61e540568bca431b8a80534
https://github.com/tribe29/checkmk/commit/2b0ce32fa2f3cb11c61e540568bca431b…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M agents/check_mk_agent.openbsd
M buildscripts/scripts/stages.yml
Log Message:
-----------
fix shellcheck SC2143
SC2143: Use grep -q instead of comparing output with [ -n .. ].
Change-Id: Ie418b6f0339db76584642da9813b84277f52b661
Commit: 95e72c15d576d39bc7c1bf64ed8d2d0d923914f4
https://github.com/tribe29/checkmk/commit/95e72c15d576d39bc7c1bf64ed8d2d0d9…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M agents/plugins/mk_ceph
M buildscripts/scripts/stages.yml
Log Message:
-----------
fix shellcheck SC2181
SC2181: Check exit code directly with e.g. 'if mycmd;', not indirectly with 0.
Change-Id: Id6504b482225aaa2bf79d27880fb543f4fd56a7c
Compare:
https://github.com/tribe29/checkmk/compare/7c71c4d80e5f...95e72c15d576