Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 79b11579d3ab29b2703789c7d3139fef028fe983
https://github.com/tribe29/checkmk/commit/79b11579d3ab29b2703789c7d3139fef0…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M agents/check_mk_agent.freebsd
M agents/check_mk_agent.hpux
M agents/check_mk_agent.solaris
M agents/mk-job.aix
M agents/mk-job.solaris
M agents/plugins/dnsclient
M agents/plugins/websphere_mq
M buildscripts/scripts/stages.yml
Log Message:
-----------
fix shellcheck SC2006
Use $(...) notation instead of legacy backticked `...`.
Change-Id: I01e07a5a83b2f43f3596197c80298fc4f1038f99
Commit: f058a13f7953d1dc732ffb7ba93abee8ecb73798
https://github.com/tribe29/checkmk/commit/f058a13f7953d1dc732ffb7ba93abee8e…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M agents/check_mk_agent.openbsd
M buildscripts/scripts/stages.yml
Log Message:
-----------
fix shellcheck SC2028
echo may not expand escape sequences. Use printf.
Change-Id: I0f4ab20ab334a4261e3ee08fbd51b6662902d608
Commit: ac06bf0d3750e70becb1a3775a335258619ca2d5
https://github.com/tribe29/checkmk/commit/ac06bf0d3750e70becb1a3775a3352586…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M agents/check_mk_agent.aix
M agents/check_mk_agent.macosx
M agents/check_mk_agent.netbsd
M agents/check_mk_agent.openbsd
M agents/plugins/hpux_statgrab
M agents/plugins/mk_omreport
M agents/plugins/mk_oracle
M agents/plugins/mk_oracle_crs
M agents/plugins/smart
M buildscripts/scripts/stages.yml
Log Message:
-----------
fix shellcheck 2230
which is non-standard. Use builtin 'command -v' instead.
Change-Id: I3349fb058aab9c7cbfffa5e658fd70564bfbfc4d
Commit: aaa3a04641f8de3b7b9216f6fc66373898224527
https://github.com/tribe29/checkmk/commit/aaa3a04641f8de3b7b9216f6fc6637389…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M agents/check_mk_agent.openwrt
M buildscripts/scripts/stages.yml
Log Message:
-----------
fix shellcheck SC2018/SC2019
Use '[:lower:]' to support accents and foreign alphabets.
Change-Id: I35c8306c2da802971f2e087f8e23b6e294571ec9
Commit: 6cc4a2c899dbea90e851b7dee97a1691a72a50d6
https://github.com/tribe29/checkmk/commit/6cc4a2c899dbea90e851b7dee97a1691a…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M agents/check_mk_agent.aix
Log Message:
-----------
fix shellcheck SC2162
SC2162: read without -r will mangle backslashes.
Change-Id: I2c856a525898ed52919604c73dafaae76f7a6444
Commit: 6d5b98ef20e60474b5b3b9ae043326cf3ad32f2d
https://github.com/tribe29/checkmk/commit/6d5b98ef20e60474b5b3b9ae043326cf3…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-01-28 (Fri, 28 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.macosx
M agents/check_mk_agent.netbsd
M agents/check_mk_agent.openbsd
M agents/check_mk_agent.openwrt
M agents/check_mk_agent.solaris
M agents/plugins/hpux_lunstats
M agents/plugins/mk_cups_queues
M agents/plugins/mk_sap.aix
M agents/plugins/mk_tsm
M agents/plugins/runas
M buildscripts/scripts/stages.yml
Log Message:
-----------
suppress shellcheck SC2162
SC2162: read without -r will mangle backslashes.
At least make sure we don't add any new cases...
Change-Id: I9ae60da6eb861ba54d2f33cc0d12257e337b9cad
Commit: f3b26672052365fefb28a3d40c69fda141799c38
https://github.com/tribe29/checkmk/commit/f3b26672052365fefb28a3d40c69fda14…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M agents/plugins/mk_ceph
M agents/plugins/mk_saprouter
M buildscripts/scripts/stages.yml
Log Message:
-----------
fix shellcheck SC2236
Use -n instead of ! -z.
Change-Id: I701c22ba2ecf03e29f0e370e2d4903090f78db5d
Compare:
https://github.com/tribe29/checkmk/compare/fe54a4de4cc6...f3b266720523